BarsArray
|
<< Click to Display Table of Contents >> BarsArray |
|
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.
An array of Bars objects.
Warning: This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded |
protected override void OnStateChange() |