Class RateOfChange
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Rate of change.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ROC", Description = "RateOfChange")]
public class RateOfChange : Momentum, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
RateOfChange
- Implements
-
IPersistableICloneable<IIndicator>
- Derived
- Inherited Members
- Extension Methods
Remarks
Constructors
RateOfChange()
Initializes a new instance of the RateOfChange.
public RateOfChange()
Properties
Measure
public override IndicatorMeasures Measure { get; }
Property Value
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.