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
-
IPersistableICloneable<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
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.