IAdaptivePriceZoneValue

StockSharp.Algo.Indicators

AdaptivePriceZone指标值.

实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

属性

LowerBand
public decimal? LowerBand { get; }
value = iAdaptivePriceZoneValue.LowerBand

获得较低的带值。

LowerBandValue
public IIndicatorValue LowerBandValue { get; }
value = iAdaptivePriceZoneValue.LowerBandValue

获得较低的带值。

MovingAverage
public decimal? MovingAverage { get; }
value = iAdaptivePriceZoneValue.MovingAverage

获得移动平均值。

MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = iAdaptivePriceZoneValue.MovingAverageValue

获得移动平均值。

UpperBand
public decimal? UpperBand { get; }
value = iAdaptivePriceZoneValue.UpperBand

获得上行带值。

UpperBandValue
public IIndicatorValue UpperBandValue { get; }
value = iAdaptivePriceZoneValue.UpperBandValue

获得上行带值。