Class RateOfChange
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Rate of change.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ROC", Description = "RateOfChange")]
[Doc("topics/api/indicators/list_of_indicators/roc.html")]
public class RateOfChange : Momentum, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
RateOfChange
- Implements
- 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
OnProcessDecimal(IIndicatorValue)
To handle the input value.
protected override decimal? OnProcessDecimal(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- decimal?
The new value of the indicator.