What is the best way to compare values against a range? Note that I don't yet have a good grasp of arrays or ref.
example 1: NR7
How can I determine if a bar has the lowest range of the past 7 bars?
example 2: Inside Day Variation
How can I determine if a bar (the range contained within the high and the low) contains (has a higher high and a lower low than) the next x bars that follow?
Thanks for any assistance.
Mark
example 1: NR7
How can I determine if a bar has the lowest range of the past 7 bars?
example 2: Inside Day Variation
How can I determine if a bar (the range contained within the high and the low) contains (has a higher high and a lower low than) the next x bars that follow?
Thanks for any assistance.
Mark
Comment