AdaptivePriceZoneValue

StockSharp.Algo.Indicators

AdaptivePriceZone indicator value implementation.

Inherits: ComplexIndicatorValue<AdaptivePriceZone>

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

Constructors

AdaptivePriceZoneValue
public AdaptivePriceZoneValue(AdaptivePriceZone indicator, DateTime time)
adaptivePriceZoneValue = AdaptivePriceZoneValue(indicator, time)

AdaptivePriceZone indicator value implementation.

indicator
The parent AdaptivePriceZone indicator.
time
Time associated with this indicator value.

Properties

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

Gets the lower band value.

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

Gets the lower band value.

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

Gets the moving average value.

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

Gets the moving average value.

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

Gets the upper band value.

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

Gets the upper band value.

Methods

ToString
public override string ToString()
result = adaptivePriceZoneValue.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.