Loading...
Searching...
No Matches
ATAS.Indicators.ExoticCandleSeriesTimeFrame Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ RangeUS()

static ExoticCandleSeriesTimeFrame ATAS.Indicators.ExoticCandleSeriesTimeFrame.RangeUS ( int  openOffset,
int  tickTrend,
int  tickReversal 
)
static

◆ RangeX()

static ExoticCandleSeriesTimeFrame ATAS.Indicators.ExoticCandleSeriesTimeFrame.RangeX ( int  ticks)
static

◆ RangeXV()

static ExoticCandleSeriesTimeFrame ATAS.Indicators.ExoticCandleSeriesTimeFrame.RangeXV ( int  ticks)
static

◆ RangeZ()

static ExoticCandleSeriesTimeFrame ATAS.Indicators.ExoticCandleSeriesTimeFrame.RangeZ ( int  ticks)
static

◆ ReversalX()

static ExoticCandleSeriesTimeFrame ATAS.Indicators.ExoticCandleSeriesTimeFrame.ReversalX ( int  value,
int  probe 
)
static

◆ ToString()

override string ATAS.Indicators.ExoticCandleSeriesTimeFrame.ToString ( )

Property Documentation

◆ Probe

int ATAS.Indicators.ExoticCandleSeriesTimeFrame.Probe
get

ReversalX probe value.

◆ TickReversal

int ATAS.Indicators.ExoticCandleSeriesTimeFrame.TickReversal
get

RangeUS tick reversal.

◆ TickTrend

int ATAS.Indicators.ExoticCandleSeriesTimeFrame.TickTrend
get

RangeUS tick trend.

◆ Type

CandleSeriesExoticType ATAS.Indicators.ExoticCandleSeriesTimeFrame.Type
get

The aggregation type.

◆ Value

int ATAS.Indicators.ExoticCandleSeriesTimeFrame.Value
get

The primary parameter: range ticks for RangeX/XV/Z, open offset for RangeUS, reversal value for ReversalX.


The documentation for this class was generated from the following file: