CompositeMomentum

StockSharp.Algo.Indicators

Composite Momentum indicator.

Hereda de: BaseComplexIndicator<ICompositeMomentumValue>

Constructores

CompositeMomentum()

Initializes a new instance of the CompositeMomentum.

Propiedades

CompositeLine : CompositeMomentumLine

Composite momentum line.

EmaFast : ExponentialMovingAverage

Fast Exponential Moving Average.

EmaSlow : ExponentialMovingAverage

Slow Exponential Moving Average.

LongRoc : RateOfChange

Long-term Rate of Change.

Measure : IndicatorMeasures

IndicatorMeasures.

NumValuesToInitialize : int

Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.

Rsi : RelativeStrengthIndex

Relative Strength Index.

ShortRoc : RateOfChange

Short-term Rate of Change.

Sma : SimpleMovingAverage

SMA used for final smoothing.

Métodos

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Devuelve: The resulting value.

Reset()

Reset state.