Gekko Forum
I think im getting a StochRSI issue - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Exchanges (https://forum.gekko.wizb.it/forum-3.html)
+--- Forum: Binance (https://forum.gekko.wizb.it/forum-7.html)
+--- Thread: I think im getting a StochRSI issue (/thread-1525.html)



I think im getting a StochRSI issue - Shrike998 - 02-21-2018

Hi guys,

I seem to be having an issue with Gekko but I cant work out what is going wrong.. or im just being dumb and everythings working as its supposed to Smile

Im trying to setup a live trade on Binance with ETH/FUEL, however when I start the live strat runner from ui mode the tradebot log files show this:



Code:
2018-02-21 15:45:55 (DEBUG):    calculated StochRSI properties for candle:
2018-02-21 15:45:55 (DEBUG):         rsi: 0.00000000
2018-02-21 15:45:55 (DEBUG):    StochRSI min:        0.00000000
2018-02-21 15:45:55 (DEBUG):    StochRSI max:        0.00000000
2018-02-21 15:45:55 (DEBUG):    StochRSI Value:        NaN
2018-02-21 15:45:55 (DEBUG):    In no trend


Where as just leaving the strat settings as they are without changing them the log is like this:


Code:
2018-02-21 12:00:20 (DEBUG):    calculated StochRSI properties for candle:
2018-02-21 12:00:20 (DEBUG):         rsi: 25.03912363
2018-02-21 12:00:20 (DEBUG):    StochRSI min:        0.00000000
2018-02-21 12:00:20 (DEBUG):    StochRSI max:        25.03912363
2018-02-21 12:00:20 (DEBUG):    StochRSI Value:        100.00
2018-02-21 12:00:20 (DEBUG):    In high since 1 candle(s)


Is this an issue with the StochRSI strat or is it more likley to be something I have done to stop it working correctly?

Thanks!