Table of Contents

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, ILengthIndicator
Inheritance
DiMinus
Implements
IPersistable
ICloneable<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 ICandleMessage

The current candle.

prev ICandleMessage

The previous candle.

Returns

decimal

Value.