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
AverageDirectionalIndextime
DateTimeOffset
Properties
Dx
Gets the Dx value.
public DirectionalIndexValue Dx { get; }
Property Value
MovingAverage
Gets the MovingAverage value.
public decimal MovingAverage { get; }