Categorygithub.com/nntaoli-project/goex_backtest
module
0.0.0-20210314145316-1d3067f6336a
Repository: https://github.com/nntaoli-project/goex_backtest.git
Documentation: pkg.go.dev

# README

goex_backtest 基于orderbook数字货币回测

回测数据格式说明

深度数据格式说明

1.标准的csv格式文件,注意:不需要header
2.模版如下(注意csv不需要header列,下面只是做每一列说明):

timestampask[n].priceask[n].amount...ask[0].priceask[0].amountbid[0].pricebid[0].amount...bid[n].pricebid[n].amount
15698880001438000.10.34...7800.51.2080000.15...7700.212.002
  1. 第一列时间戳精确到毫秒 , 卖单降序排列,买单升序排列.
  2. 支持任意档数的深度回测,只需要设置对应的参数。
K线数据格式说明
timestamphighlowopenclosevol
15832512008751.998739.948751.518741.2535.509519

# 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
No description provided by the author