IAverageDirectionalIndexValue
StockSharp.Algo.Indicators
AverageDirectionalIndex indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
Dx
public IDirectionalIndexValue Dx { get; }
value = iAverageDirectionalIndexValue.Dx
Gets the Dx value.
MovingAverage
public decimal? MovingAverage { get; }
value = iAverageDirectionalIndexValue.MovingAverage
Gets the MovingAverage value.
MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = iAverageDirectionalIndexValue.MovingAverageValue
Gets the MovingAverage value.