Backtesting crash
#6
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:

Code:
var debug = false;
var silent = true;

and try again?

Thanks!
  Reply


Messages In This Thread
Backtesting crash - by Valleyman - 01-19-2018, 01:15 PM
RE: Backtesting crash - by askmike - 01-19-2018, 05:31 PM
RE: Backtesting crash - by Valleyman - 01-22-2018, 07:37 AM
RE: Backtesting crash - by askmike - 01-25-2018, 10:46 PM
RE: Backtesting crash - by Valleyman - 02-01-2018, 04:37 PM
RE: Backtesting crash - by askmike - 02-04-2018, 10:48 AM
RE: Backtesting crash - by tommiehansen - 02-11-2018, 09:49 PM
RE: Backtesting crash - by Valleyman - 02-13-2018, 08:20 AM
RE: Backtesting crash - by izzy0323 - 03-11-2018, 03:48 PM
RE: Backtesting crash - by chico - 07-10-2018, 02:41 AM

Forum Jump:


Users browsing this thread: