02-21-2018, 04:03 PM
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
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:
Where as just leaving the strat settings as they are without changing them the log is like this:
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!
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
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!