IAdaptivePriceZoneValue

StockSharp.Algo.Indicators

AdaptivePriceZone indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

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

Gets the lower band value.

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

Gets the lower band value.

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

Gets the moving average value.

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

Gets the moving average value.

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

Gets the upper band value.

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

Gets the upper band value.