Is there any way to store RSI value when a candle closes at its high or low? and
-
is there any way to track and store where that candle is now and subsequently show its candle value increase in count...for example, RSI count was at a high of 53.2 at candle 3, next candle it will be at 4.
I am trying to establish a rolling increasing candle count as time goes on....and store that value for comparison in a condition..Thanks. Any help is appreciated.

-
@len-1 Not sure I fully undertand. Do you mean you want to store the RSI value now and then hold it forever to be compared with new RSI values as new candles are formed?
-
@l-andorrà yes, something like that. Yes. Particularly when a candle reaches a high or low like higher high, lower low.
-
@len-1 Then you need a loop. Sadly this is not my field of expertise. Can mr. roar take a look at this case?
-
@l-andorrà Thank you sir..
@roar sorry, you seem to be to Mr. Spock in many situtations. And on this final frontier, these are the voyages of the Starship Enterprise. haha
I am in a mind funk about this. I cannot get this value and a loop that maybe goes back only 100 candles and drops off, seems perfecty OK here, but I still cannot get a candle ID and RSI value whenever a market property hits a recent high or recent low.
Just wondering if you could shed some light on this please. Thanks -
@len-1 LOL,

-
@len-1 something like this?

-
@roar , thank you very much. I did something very similar here but I still cannot get it to plot on the sub windows. Damn! I think this might just generally be a glitch/bug that I cannot plot on the subwindow using the "for each object" block, which @roar you had advised @Zackry on a previous post.
If you see of any way to teleport me there, I would appreciate it.

I appreciate your help. You too, @l-andorrà !
Thanks
https://fxdreema.com/shared/iFTjdwPKd -
@roar Brilliant, as usual.