NinjaScript > Language Reference > Data > BarsPeriods |
![]() ![]() ![]() ![]() |
Definition Holds an array of Period objects synchronized to the number of unique Bars objects held within the parent NinjaScript object. If an indicator holds two Bars series, then BarsPeriods will hold two Period objects.
NOTE: This property should NOT be accessed within the Initialize() method.
Property Value An array of Periods objects.
Examples
|