Table of Contents

Class DirectionalIndexValue

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

DirectionalIndex indicator value.

public class DirectionalIndexValue : ComplexIndicatorValue<DirectionalIndex>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
DirectionalIndexValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the DirectionalIndexValue.

Constructors

DirectionalIndexValue(DirectionalIndex, DateTimeOffset)

DirectionalIndex indicator value.

public DirectionalIndexValue(DirectionalIndex indicator, DateTimeOffset time)

Parameters

indicator DirectionalIndex

DirectionalIndex

time DateTimeOffset

Time

Remarks

Initializes a new instance of the DirectionalIndexValue.

Properties

Minus

Gets the Minus value.

[Browsable(false)]
public decimal? Minus { get; }

Property Value

decimal?

MinusValue

Gets the Minus value.

public IIndicatorValue MinusValue { get; }

Property Value

IIndicatorValue

Plus

Gets the Plus value.

[Browsable(false)]
public decimal? Plus { get; }

Property Value

decimal?

PlusValue

Gets the Plus value.

public IIndicatorValue PlusValue { get; }

Property Value

IIndicatorValue