BarsPeriods
Definition
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.
Property Value
An array of BarsPeriod objects.
This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded
Syntax
BarsPeriods[int barSeriesIndex]

