Table of Contents

Class AverageDirectionalIndexValue

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

AverageDirectionalIndex indicator value.

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

Constructors

AverageDirectionalIndexValue(AverageDirectionalIndex, DateTimeOffset)

Initializes a new instance of the AverageDirectionalIndexValue.

public AverageDirectionalIndexValue(AverageDirectionalIndex indicator, DateTimeOffset time)

Parameters

indicator AverageDirectionalIndex

AverageDirectionalIndex

time DateTimeOffset

Time

Properties

Dx

Gets the Dx value.

public DirectionalIndexValue Dx { get; }

Property Value

DirectionalIndexValue

MovingAverage

Gets the MovingAverage value.

public decimal MovingAverage { get; }

Property Value

decimal