This indicator returns highest or lowest value for N last bars applied to open price, close price, high price, low price and etc.
That is, this function allows you to define an arbitrary array of chart data with the highest or lowest value for further comparison with another value or indicator in the strategy editor.
Example:
Highest, Interval -12, Close – the maximum closing value (Close) of the last 12 bars is determined.
Parameters
- Interval: N last bars
- Apply: open price, close price, high price, low price, etc.