Summary
A series of values that represent time like MarketSeries.OpenTime
Syntax
public interface TimeSeries
Members
Name | Type | Summary |
---|---|---|
Count | Property | Gets the number of elements contained in the series. |
GetIndexByExactTime | Method | Find the index in the different time frame series. |
GetIndexByTime | Method | Find the index in the different time frame series. |
Last | Method | Access a value in the data series certain number of bars ago. |
LastValue | Property | Gets the last value of this time series. |
this[int index] | Property | Returns the DateTime value at the specified index. |