HighestHighIndex()
Description
Usage
HighestHighIndex(int BarsBack)
HighestHighIndex(int BarsBack)[int barsAgo]Return value
Parameter
Visualization

Example
Last updated
// How many bars back is the bar with the highest high of the last 14 bars located?
Print("The highest high in the last 14 bars was " + HighestHighIndex(14)[0] + " bars ago.");