Optuma Forums › Optuma Scripting › Using Pivot Labels to determine significant highs and lows › Reply To: Using Pivot Labels to determine significant highs and lows
July 1, 2019 at 8:51 pm
#53865
- Topics: 70
- Replies: 790
- Posts: 860
The Pivot Label levels can be plotted on a chart using a Show Plot tool. This example will draw the value of the 15 bar high levels:
1 2 3 4 |
V1=PIVOT(MIN=15, TYPE=High, IGNOREUNCONFIRMED=True); VALUEWHEN(HIGH(), V1)) |
More examples on scanning for these levels here:
https://www.optuma.com/finding-breakouts/
-
This reply was modified 2 months ago by
Darren.