Lows
Definition
Holds an array of ISeries\<double\> objects holding historical bar low prices. An ISeries\<double\> object is added to this array when calling the AddDataSeries() method. Its purpose is to provide access to the low prices of all Bars objects in a multi-instrument or multi-time frame script.
Property Value
An array of ISeries\<double\> objects.
Syntax
Lows[int barSeriesIndex][int barsAgo]

