A candle series timeframe: aggregation type plus its numeric parameter (minutes, seconds, ticks, lots or price-range ticks depending on the type). Create instances via the factory methods.
More...
|
| CandleSeriesPeriodType | PeriodType [get] |
| | The aggregation type.
|
| |
| int | Value [get] |
| | The aggregation parameter: minutes, seconds, ticks, lots or range/renko ticks. 1 for CandleSeriesPeriodType.Daily and CandleSeriesPeriodType.Weekly.
|
| |
| bool | IsChart [get] |
| | True for the "same as chart" sentinel (Chart, the default value): no fixed timeframe of its own, the consumer substitutes the chart's series.
|
| |
| TimeSpan? | TimeBasedDuration [get] |
| | The bar duration for time-based aggregation types (Minutes, Seconds, Daily, Weekly); null for the Chart sentinel and for event-based types (ticks, volume, delta, range, renko), whose bar duration is not fixed.
|
| |
| static CandleSeriesTimeFrame | Chart [get] |
| | The "same as chart" sentinel used by Indicator.CalculationTimeFrame: the indicator calculates on the chart's own series (default behavior).
|
| |
A candle series timeframe: aggregation type plus its numeric parameter (minutes, seconds, ticks, lots or price-range ticks depending on the type). Create instances via the factory methods.
| TimeSpan? ATAS.Indicators.CandleSeriesTimeFrame.TimeBasedDuration |
|
get |
The bar duration for time-based aggregation types (Minutes, Seconds, Daily, Weekly); null for the Chart sentinel and for event-based types (ticks, volume, delta, range, renko), whose bar duration is not fixed.