An exotic candle series timeframe. Create instances via the factory methods. Kept separate from CandleSeriesTimeFrame: these types carry extra parameters, and the common struct stays two-field forever. More...
Public Member Functions | |
| override string | ToString () |
Static Public Member Functions | |
| static ExoticCandleSeriesTimeFrame | RangeX (int ticks) |
| static ExoticCandleSeriesTimeFrame | RangeXV (int ticks) |
| static ExoticCandleSeriesTimeFrame | RangeZ (int ticks) |
| static ExoticCandleSeriesTimeFrame | RangeUS (int openOffset, int tickTrend, int tickReversal) |
| static ExoticCandleSeriesTimeFrame | ReversalX (int value, int probe) |
Properties | |
| CandleSeriesExoticType | Type [get] |
| The aggregation type. | |
| int | Value [get] |
| The primary parameter: range ticks for RangeX/XV/Z, open offset for RangeUS, reversal value for ReversalX. | |
| int | Probe [get] |
| ReversalX probe value. | |
| int | TickTrend [get] |
| RangeUS tick trend. | |
| int | TickReversal [get] |
| RangeUS tick reversal. | |
An exotic candle series timeframe. Create instances via the factory methods. Kept separate from CandleSeriesTimeFrame: these types carry extra parameters, and the common struct stays two-field forever.
|
static |
|
static |
|
static |
|
static |
|
static |
| override string ATAS.Indicators.ExoticCandleSeriesTimeFrame.ToString | ( | ) |
|
get |
ReversalX probe value.
|
get |
RangeUS tick reversal.
|
get |
RangeUS tick trend.
|
get |
The aggregation type.
|
get |
The primary parameter: range ticks for RangeX/XV/Z, open offset for RangeUS, reversal value for ReversalX.