I’m planning to code a downward sloping ray which connects pivot highs together, as long as a previous pivot high is higher than the latest previous high.
Definition of Pivot High: High[0] < High[1] && High[2] < High[1]
The question I have is what would be the best way to store the pivot high values?
Back in NT7, I tried using the DataSeries and there were many zero values in the DataSeries because not every high is a pivot high.
Could you please put me on the right track?
Regards
Kay Wai

Comment