Categorygithub.com/6xiao/goquant
repository
0.0.0-20160930033830-63922d5f5567
Repository: https://github.com/6xiao/goquant.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

GoQuant

simple algorithmic analyze and strategy trading

一个未完成的个人项目,用以量化投资的回测和实盘交易,当前仅开源回测部分。

如需要交易部分,请自行写模块接入通讯组件即可。

组件之间通讯需要使用同作者写的 SimpleMsgChan

由以下模块组成:

  • HD : 历史数据模块,依赖 MySql
  • OS : 拆单模块
  • ST : 策略模块
  • VE : 虚拟撮合模块