HighestBars
- bars since highest value

Lowest/Highest


SYNTAX HighestBars( ARRAY )
RETURNS ARRAY
FUNCTION Calculates the number of periods that have passed since the ARRAY’s highest value.
EXAMPLE The formula "highestbars( close )" returns the number of periods that have passed since the closing price reached its highest peak.
SEE ALSO  

References:

The HighestBars function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.