HighestHighPrice()
Last updated
Last updated
Highest High Price shows the highest high achieved within a predefined number of periods.
Unlike the GetSerieHighestValue(), this indicator can be displayed within the chart.
See , , GetSerieHighestValue(), GetSerieLowestValue().
double
When using this method with an index (e.g. HighestHighPrice(14)[int barsAgo] ), the value of the indicator will be outputted for the referenced bar.
BarsBack Number of periods in which the highest high will be searched for