AverageDirectionalIndexValue
StockSharp.Algo.Indicators
AverageDirectionalIndex indicator value implementation.
Inherits: ComplexIndicatorValue<AverageDirectionalIndex>
Implements: IAverageDirectionalIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
AverageDirectionalIndexValue(AverageDirectionalIndex, DateTime)
AverageDirectionalIndex indicator value implementation.
- indicator
- The parent AverageDirectionalIndex indicator.
- time
- Time associated with this indicator value.
Properties
Dx : IDirectionalIndexValue
Gets the Dx value.
MovingAverage : decimal?
Gets the moving average value.
MovingAverageValue : IIndicatorValue
Gets the moving average value.