(05-01-2018, 11:43 AM)xFFFFF Wrote: Yes. You can change dataDirectory or version values and use different DB to backtest and import. I will bring this settings to BacktestTool config file. I dont tried in CLI but binance1_0.1.db and binance2_0.1.db should work too with using binance1:USDT:BTC and binance2:USDT:BTC in BacktestTool.
Thanks, i setup a new gekko folder to run back tests and have corrected the busy error however i now have this one (sorry)
Code:
[2018-05-01 12:43:19] Creating TOP DATASET table...
DBD::CSV::st execute failed: No such column 'DISTINCT currency' at DBI/DBD/SqlEngine.pm line 1271.
[for Statement "SELECT DISTINCT currency, asset, dataset_from, to FROM tmp/aj6.06626571593385.csv"] at script/backtest.pl line 220.
DBD::CSV::st fetchrow_array failed: Attempt to fetch row without a preceding execute () call or from a non-SELECT statement [for Statement "SELECT DISTINCT currency, asset, dataset_from, to FROM tmp/aj6.06626571593385.csv"] at script/backtest.pl line 221.
DBD::CSV::st execute failed: No such column 'DISTINCT strategy' at DBI/DBD/SqlEngine.pm line 1271.
[for Statement "SELECT DISTINCT strategy, strategy_settings FROM tmp/aj6.06626571593385.csv"] at script/backtest.pl line 281.
DBD::CSV::st fetchrow_array failed: Attempt to fetch row without a preceding execute () call or from a non-SELECT statement [for Statement "SELECT DISTINCT strategy, strategy_settings FROM tmp/aj6.06626571593385.csv"] at script/backtest.pl line 283.
and
Code:
Can't locate Time/Elapsed/Lang/EN.pm in @INC (you may need to install the Time::Elapsed::Lang::EN module) (@INC contains: /tmp/par-726f6f74/cache-02c00da046ed7f4b5156c5fd26df7f4bd69c9e93/inc/lib /tmp/par-726f6f74/cache-02c00da046ed7f4b5156c5fd26df7f4bd69c9e93/inc CODE(0x1d7ebc8) CODE(0x1d7edc0)) at Time/Elapsed.pm line 206.
Also i only run in CLI never open the UI