BarsArray
Definition
An array holding Bars objects that are added via the AddDataSeries() method. BarsArray can be used as input for indicator methods. This property is of primary value when working with multi-time frame or multi-instrument scripts.
Property Value
An array of Bars objects.
This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded
Syntax
BarsArray[int index]

