IAdaptivePriceZoneValue
StockSharp.Algo.Indicators
AdaptivePriceZone指标值.
实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
属性
LowerBandValue
public IIndicatorValue LowerBandValue { get; }
value = iAdaptivePriceZoneValue.LowerBandValue
获得较低的带值。
MovingAverage
public decimal? MovingAverage { get; }
value = iAdaptivePriceZoneValue.MovingAverage
获得移动平均值。
MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = iAdaptivePriceZoneValue.MovingAverageValue
获得移动平均值。
UpperBandValue
public IIndicatorValue UpperBandValue { get; }
value = iAdaptivePriceZoneValue.UpperBandValue
获得上行带值。