BarsPeriods
<< Click to Display Table of Contents >> BarsPeriods |
Holds an array of BarsPeriod objects synchronized to the number of unique Bars objects held within the parent NinjaScript object. If a NinjaScript object holds two Bars series, then BarsPeriods will hold two BarsPeriod objects.
An array of BarsPeriod objects.
Warning: This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded |
Syntax
BarsPeriods[int barSeriesIndex]
protected override void OnStateChange() |