The close[1] then represents the last tick of the previous bar, Close[2] the one that precedes it etc.
My problem is that I also want to calculate the Williams R% of the previous bar calculated on the close.
How to do it? Should I create variables that I initialize for each new bar to keep the highest and lowest of the bar and then manually calculate the R% or can I add a series but then how to feed and use it ?
Thank you for your advice and possibly examples.

Comment