xFFFFF / Gekko-BacktestTool

Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
MIT License
231 stars 85 forks source link

Failed to change directory to 'util/genMarketFiles' #45

Open alhinai21 opened 6 years ago

alhinai21 commented 6 years ago

when I run the binary with this command ./backtest -i -f 2018-09-23 -t now

It show this error message:

Failed to change directory to 'util/genMarketFiles': No such file or directory at script/backtest.pl line 489.

I think the currect folder path will be

/exchange/util/genMarketFiles/

damian-nowak commented 6 years ago

also at line 469 it should be "exchange/wrappers/$sets[0]-markets.json", otherwise import won't start

Branci89 commented 5 years ago

I'm on a raspberry PI 2 and i have the same problem. When i run the command with the -i parameter the backtest-tool fails with the same error. I need to import fresh data to test some strategies.