Table of Contents

Class DiPlus

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

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

[IndicatorHidden]
public class DiPlus : DiPart, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable, ILengthIndicator
Inheritance
DiPlus
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Constructors

DiPlus()

Initializes a new instance of the DiPlus.

public DiPlus()

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.