Gekko-BacktestTool
Gekko-BacktestTool copied to clipboard
Binance download error with -ft parameter
I downloaded full history file of binance:USDT (binance_0.1.db). When I call the following statement I see a download error: perl backtest.pl -p binance:BNB:ADA -i -ft 60
BNB:APPC (1969-11-02 00:33:38 - 2018-05-28 19:43:37) is started at 2018-05-28 19:43:37... 2018-05-28 19:43:41 (ERROR): [binance.js] (getTrades) returned an irrecoverable error: Error: Response code 400 2018-05-28 19:43:41 (ERROR): There was an error importing from Binance [binance.js] Response code 400 Trade fetch came back empty. Import of binance BNB-APPC is done. Elapsed time: 2 seconds.
It seems that downloading (from binance?) is not working when using the -ft parameter.