Table of Contents

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, ILengthIndicator
Inheritance
RateOfChange
Implements
IPersistable
ICloneable<IIndicator>
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

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.