HighestHighIndex()
Last updated
Last updated
The Highest High Index prints the index for the bars with the highest high within a specified number of periods. It is slightly different from the GetSerieHighestValue() function in that it can be visualized within the chart.
See , , , GetSerieHighestValue(), GetSerieLowestValue().
double
When using this method with an index (e.g. HighestHighIndex(14)[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
BarsBack Number of periods in which the highest high will be searched for