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
Remarks
Initializes a new instance of the AverageDirectionalIndexValue.
Constructors
AverageDirectionalIndexValue(AverageDirectionalIndex, DateTimeOffset)
AverageDirectionalIndex indicator value.
public AverageDirectionalIndexValue(AverageDirectionalIndex indicator, DateTimeOffset time)
Parameters
indicator
AverageDirectionalIndextime
DateTimeOffset
Remarks
Initializes a new instance of the AverageDirectionalIndexValue.
Properties
Dx
Gets the Dx value.
public DirectionalIndexValue Dx { get; }
Property Value
MovingAverage
Gets the MovingAverage value.
[Browsable(false)]
public decimal? MovingAverage { get; }
Property Value
MovingAverageValue
Gets the MovingAverage value.
public IIndicatorValue MovingAverageValue { get; }