[SHARE] Simple RSI BULL/BEAR strategy
(05-23-2018, 01:21 AM)gt3 Wrote: 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. 

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;

Never mind. It was working, just took some time to come through.
  Reply


Messages In This Thread
Werkkrew Stoploss - by susitronix - 02-02-2018, 09:39 PM
Removed post - by susitronix - 02-03-2018, 06:49 PM
@Gryphon Confirmation - by mvangoor - 03-22-2019, 11:59 PM
for 3 months - by ankasem - 02-18-2018, 05:30 PM
RE: [SHARE] Simple RSI BULL/BEAR strategy - by gt3 - 05-23-2018, 07:20 AM

Forum Jump:


Users browsing this thread: