AdaptivePriceZoneValue

StockSharp.Algo.Indicators

AdaptivePriceZone valor indicador de implementación.

Hereda de: ComplexIndicatorValue<AdaptivePriceZone>

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

Constructores

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

AdaptivePriceZone valor indicador de implementación.

indicator
El padre AdaptivePriceZoneindicador.
time
Tiempo asociado con este valor indicador.

Propiedades

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

Obtiene el valor de banda inferior.

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

Obtiene el valor de banda inferior.

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

Consigue el valor promedio móvil.

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

Consigue el valor promedio móvil.

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

Obtiene el valor superior de la banda.

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

Obtiene el valor superior de la banda.

Métodos

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

Convertirse en una representación de línea.

Devuelve: Rendimiento de cuerda.