Definition
A collection of historical bar high prices.
Property Value
A data series type object that implements the IDataSeries interface.
Syntax
High
High[int barsAgo]
Examples
|
// Current bar high price
// High price of 10 bars ago
// Current bar value of a 20 period simple moving average of high prices
|