02-04-2018, 10:48 AM
The backtester has been quite stable for quite a while. I have a feeling this has to do with the fact that all debug output of the backtest is pumped via IPC over stdout of the server (the `gekko --ui` process).
Can I ask you to try editing this file: https://github.com/askmike/gekko/blob/de...log.js#L14
Can you try changing line 14 and 15 to the following:
and try again?
Thanks!
Can I ask you to try editing this file: https://github.com/askmike/gekko/blob/de...log.js#L14
Can you try changing line 14 and 15 to the following:
Code:
var debug = false;
var silent = true;
and try again?
Thanks!