Quick question why would the following scan code return this as a result? the study is set to hourly.
(sorry not sure how to attach a graph from TOS here.)
The second candle is not higher than the 3rd.
(sorry not sure how to attach a graph from TOS here.)
Code:
plot scan = high < high[1] and high[1] < high[2] and high[2] > highest(high, 10)[3];
The second candle is not higher than the 3rd.