For some reason, a few indicators are not firing the signals in the correct place - it seems like they are offsetting slightly, but this gives a wrong entry point. I have tested a few and it’s not only on Bitget but also on Binance, OKX, Bybit, etc - don’t know if they are related to the same issue.
I noticed issues in the QFL, divergences, RSI, BB%, etc
[Optional] Steps to reproduce → just run a backtest and you will see how indicators fire signals in the wrong place - don’t know if it’s related to the required change feature ot to the DCA or to the indicators at this point
Expected result → RSI in this case should add a DCA only after CROSSING DOWN 95
Hello! We’ve received your report about indicators not firing the correct signals, particularly with the RSI and DCA. Thank you for including the Bot URL: Gainium app. We are investigating this issue across different exchanges like Bitget, Binance, OKX, and Bybit, and we will update you shortly with our findings.
can we add option to choose on what candle to trigger signal. MACD indicator on 1hour and higher timeframes is pretty good to trade swings but it is already lagging indicator. At cross you already pretty much started moves 1-2 candle ago, proloning entry extra 2 candles pretty much is end of move.
We calculating indicators only for closed candles. So the action is triggered when we have 2 closed candles, at the begging of the third. You cannot choose at which candle to trigger the action because we do not have final info about the candle.
You may refer to use real time value, before candle is closed. This is going to take significant resources and not on the table right now.
If you want to operate on 4-hour candles, this is different. Also, ‘Greater than’ doesn’t indicate direction, but rather the state at candle close. That’s why I suggested above combination