IAdaptivePriceZoneValue

StockSharp.Algo.Indicators

AdaptivePriceZone valor indicador.

Implementa: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Propriedades

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

Obtém o valor da banda mais baixo.

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

Obtém o valor da banda mais baixo.

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

Obtém o valor médio móvel.

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

Obtém o valor médio móvel.

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

Obtém o valor da banda superior.

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

Obtém o valor da banda superior.