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 BarPeriods will hold two Period objects.
Property Value
An array of Periods objects.
Syntax
BarPeriods[int barSeriesIndex]
Property Of
Custom Strategy
Examples
|
protected override void Initialize()
|