Backtesting CommandLines vs UI - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: General Discussion (https://forum.gekko.wizb.it/forum-14.html) +--- Thread: Backtesting CommandLines vs UI (/thread-43.html) |
Backtesting CommandLines vs UI - aorfevrebr - 01-15-2018 Hi, I'm new to Gekko universe, and I'm facing a strange issue. I've different results from Gekko backtesting from Command Line and UI. First all; here is my config file : Code: config.watch = { As you can see; I launch it for BTC/BNB datas with strategy called RSI Command line results gives the following : Code: 2018-01-15 14:51:18 (INFO): (PROFIT REPORT) [b]start time: 2017-10-14 21:37:00[/b] On the other hand; when I launch Backtest with RSI strategy on BTC/BNB (binance) on UI; I have the following result : https://imagebin.ca/v/3oJAHpXgOLB8 This is confusing as number of trades and profit is very different. Anyone has an idea on the issue ? RE: Backtesting CommandLines vs UI - askmike - 01-16-2018 When you set the config for the commandline to candle size: 1, you are setting it to 1 minute. Can you confirm that you also set it to 1 minute in the UI (1 hour is the same as 60 in the config). |