51bitquant / howtrader

Howtrader: A crypto quant framework for developing, backtesting, and executing your own trading strategies. Seamlessly integrates with TradingView and other third-party signals. Simply send a post request to automate trading and order placement. Supports Binance and Okex exchanges.
MIT License
665 stars 288 forks source link

对现货网格策略回测的时候出现报错:TypeError: 'NoneType' object is not callable,这个参数是需要添加什么? #31

Closed aiyunwang1992 closed 1 year ago

aiyunwang1992 commented 1 year ago

image image

51bitquant commented 1 year ago

网格策略不支持回测导致的。

51bitquant commented 1 year ago

网格策略用到实盘引擎导致不能回测,如果需要回测,参考回测的代码进行修改。