HighestHighPrice()
Description
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 HighestHighIndex(), LowestLowPrice(), LowestLowIndex, GetSerieHighestValue(), GetSerieLowestValue().
Usage
Return value
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.
Parameter
BarsBack Number of periods in which the highest high will be searched for
Visualization
Example
Last updated