Class RateOfChange
Rate of change.
Inherited Members
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
[DescriptionLoc("Str732", false)]
public class RateOfChange : Momentum, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Constructors
RateOfChange()
Initializes a new instance of the RateOfChange.
Declaration
public RateOfChange()
Methods
OnProcess(IIndicatorValue)
To handle the input value.
Declaration
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
Type | Name | Description |
---|---|---|
IIndicatorValue | input | The input value. |
Returns
Type | Description |
---|---|
IIndicatorValue | The resulting value. |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<>