Table of Contents

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

IndicatorMeasures

Methods

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.