I'm looking for an easy way out. I'm currently using High/Low within my logic, but I'm working with 30 minute bars... and sometimes these values can be skewed by a really short burst in one direction or the other.
So, I want to filter some of this out... by looking at the lowest value for "almost all" previous bars.
Is there an easy function that I can call, within my 30 minute OnBarUpdate()... that would give me the value that X% (say, 95%) of previous 1-minute bars were higher than?

Comment