Table of Contents

Class DisparityIndex

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Disparity Index indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "DPI", Description = "DisparityIndex")]
public class DisparityIndex : SimpleMovingAverage, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
DisparityIndex
Implements
IPersistable
ICloneable<IIndicator>
Derived
Inherited Members
Extension Methods

Constructors

DisparityIndex()

Initializes a new instance of the DisparityIndex.

public DisparityIndex()

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.