Class DiMinus
DIMinus is a component of the Directional Movement System developed by Welles Wilder.
Inherited Members
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
public class DiMinus : DiPart, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Constructors
DiMinus()
Initializes a new instance of the DiMinus.
Declaration
public DiMinus()
Methods
GetValue(Candle, Candle)
To get the part value.
Declaration
protected override Decimal GetValue(Candle current, Candle prev)
Parameters
Type | Name | Description |
---|---|---|
Candle | current | The current candle. |
Candle | prev | The previous candle. |
Returns
Type | Description |
---|---|
Decimal | Value. |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.Common.ICloneable<>