DiMinus

StockSharp.Algo.Indicators

DIMinus is a component of the Directional Movement System developed by Welles Wilder.

Inherits: DiPart

Constructors

DiMinus
public DiMinus()
diMinus = DiMinus()

Initializes a new instance of the DiMinus.

Methods

GetValue
protected override decimal GetValue(ICandleMessage current, ICandleMessage prev)
result = diMinus.GetValue(current, prev)

To get the part value.

current
The current candle.
prev
The previous candle.

Returns: Value.