Optuma Forums › Optuma Scripting › WideRangeBar › Reply To: WideRangeBar
June 29, 2021 at 7:41 am
#65118
- Topics: 5
- Replies: 625
- Posts: 630
Hi David,
I would use the Highest High to find the 7 day high value of the range.
Here’s an example script:
1 2 3 4 5 |
V1 = HIGH() - LOW() ; V2 = HIGHESTHIGH(V1, BARS=7, INCBAR=True); V1 == V2 |
Here is how it would look on a chart: