Class DiMinus
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
DIMinus is a component of the Directional Movement System developed by Welles Wilder.
[IndicatorHidden]
public class DiMinus : DiPart, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
DiMinus
- Implements
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Constructors
DiMinus()
Initializes a new instance of the DiMinus.
public DiMinus()
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.