Definition
Holds an array of TimeSeries objects holding historical bar times. A TimeSeries object is added to this array when calling the Add() method in a Custom Strategy. Its purpose is to provide access to the times of all Bars objects in a multi-instrument or multi-time frame strategy.
Property Value
An array of TimeSeries objects.
Syntax
Times[int barSeriesIndex][int barsAgo]
Property Of
Custom Strategy
Examples
|
protected override void Initialize()
|