05-23-2018, 01:21 AM
Hey guys, just wondering if it's possible to enable debug mode for this strategy to appear in pm2 logs when running gekko in CLI mode.
What I'm looking for are the 'Long/Short since x candles' messages.
I've tried change the RSI_BULL_BEAR_ADX.js code to the below but it doesn't work.
What I'm looking for are the 'Long/Short since x candles' messages.
I've tried change the RSI_BULL_BEAR_ADX.js code to the below but it doesn't work.
Code:
// debug? set to false to disable all logging/messages/stats (improves performance in backtests)
this.debug = true;
// performance
config.backtest.batchSize = 1000; // increase performance
config.silent = false;
config.debug = true;