BacktestTool - batch backtest, import and strategy parameters optimalization
#15
Ah i see, the imported files i have are from Gekko itself which on my VPS are running in the background, this maybe why its calling back as busy. is there a way form me to change the import file location for the backtest tool so i do not need to stop my bots to run the back test?

Would this work?

Current:
config.adapter = 'sqlite';
config.sqlite = {
path: 'plugins/sqlite',
dataDirectory: 'history',
version: 0.1,
dependencies: []

Suggested:
config.adapter = 'sqlite';
config.sqlite = {
path: 'plugins/sqlite',
dataDirectory: 'Newfile',
version: 0.1,
dependencies: []

Lines from backtest.pl lines 396 to 401
  Reply


Messages In This Thread
RE: Gekko backtest tool - by PapoKarlo - 03-20-2018, 05:39 PM
RE: Gekko backtest tool - by CryptoCoeus - 09-22-2018, 02:08 PM
RE: BacktestTool - batch backtest, import and strategy parameters optimalization - by Kris191 - 05-01-2018, 09:56 AM
0.00 Profit - by danibeni81 - 08-19-2018, 07:55 PM

Forum Jump:


Users browsing this thread: