RateOfChange

StockSharp.Algo.Indicators

Rate of change.

Inherits: Momentum

Constructors

RateOfChange
public RateOfChange()
rateOfChange = RateOfChange()

Initializes a new instance of the RateOfChange.

Properties

Measure
public override IndicatorMeasures Measure { get; }
value = rateOfChange.Measure

IndicatorMeasures.

Methods

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = rateOfChange.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.