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
- 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
currentICandleMessageThe current candle.
prevICandleMessageThe previous candle.
Returns
- decimal
Value.