RSI XOver Issue
-
Another issue with xover function.
Simple setup:

If red line crosses green line from below draw red dotted line.

13:00-14:00 not ok
21:00 okIs it possible, that it only fires if exactly on a candle?
I'd expect it should fire at 14:00.Thanks
Mic
-

why you use this false output on cross?
-
Stupidness


But root issue is still, it doesn't fire.
-
I made it now super simpel:

It's all set like the indicator in MT4.
RSI (3) on close and RSI(13) on close

But it only fires sometimes would say 1 out of 30 (rough guess).
-
maybe it is issued with "Candle ID" because current candle have ID 0 (and is not closed and can close far away from its open price)
... try to give in condition block (in More settings) Candle ID to 1 ... -
Hi,
you are absolutely right, that fixed it.
ThanksMic