Hi there, is there a method to get the High or Low from a range of X bars ago?
Often, I'd like to get the lowest value of the last 10 bars. Else, I want to get the high value from bars 5-15. I know I can write a simple For-loop to loop over the bar range and get the min/max values, but I'd think this would be such a common need, there'd be a method for it.
Thanks

Comment