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

Example
Last updated
// What was the value of the highest high in the last 14 periods?
Print("The highest high for the last 14 bars is " + HighestHighPrice(14)[0]);