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

