Class DiPlus
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
DIPlus is a component of the Directional Movement System developed by Welles Wilder.
[IndicatorHidden]
public class DiPlus : DiPart, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
DiPlus
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Constructors
DiPlus()
Initializes a new instance of the DiPlus.
public DiPlus()
Methods
GetValue(ICandleMessage, ICandleMessage)
To get the part value.
protected override decimal GetValue(ICandleMessage current, ICandleMessage prev)
Parameters
current
ICandleMessageThe current candle.
prev
ICandleMessageThe previous candle.
Returns
- decimal
Value.