Current Candle RSI is higher than previous 10 Candle RSI.
-
Current Candle RSI is higher than previous 10 Candle RSI.
I wanted to understand how this can be achieved.
Will this work.
RSI [0] > Market Properties --> start candle [1] End Candle [10]I tried this but It didnt worked properly. Can someone confirm?
-
@nawajishk You can do this with multiple condition blocks, can0 rsi > can1 ri, next condition can0 rsi > can2 rsi, and so on until all conditions are checked.
-
@nawajishk You will need a loop to do that. There are no blocks calculating that directly, I'm afraid.