I am looking for a way to retrieve the number of bars ago that a Low occurred that is between 5 and 10 bars ago. More specifically, I already have MIN(Low,5)[10], which works fine to return that value, but what I need is how many bars ago that low occurred.
I tried using LowestBar(5), but it doesn't appear to have an offset if I am looking for the low in a range that does not begin with the current bar (i.e. 5-10 bars ago).
Thank you for any help,
hbmiles2000

Comment