Definition
BarsArray is an array holding Bars objects that are added to a strategy via the Add() method. Bars objects can be used as input for indicator methods. This property is of primary value when working with multi-time frame or multi-instrument strategies.
Property Value
An array of Bars objects.
Syntax
BarsArray[int index]
Examples
|
protected override void Initialize()
|