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

Constructors

DirectionalIndexValue(DirectionalIndex, DateTimeOffset)

Initializes a new instance of the DirectionalIndexValue.

public DirectionalIndexValue(DirectionalIndex indicator, DateTimeOffset time)

Parameters

indicator DirectionalIndex

DirectionalIndex

time DateTimeOffset

Time

Properties

Minus

Gets the Minus value.

public decimal Minus { get; }

Property Value

decimal

Plus

Gets the Plus value.

public decimal Plus { get; }

Property Value

decimal