AdaptivePriceZoneValue
StockSharp.Algo.Indicators
AdaptivePriceZone indicador de implementação do valor.
Herda de: ComplexIndicatorValue<AdaptivePriceZone>
Implementa: IAdaptivePriceZoneValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
AdaptivePriceZoneValue
public AdaptivePriceZoneValue(AdaptivePriceZone indicator, DateTime time)
adaptivePriceZoneValue = AdaptivePriceZoneValue(indicator, time)
AdaptivePriceZone indicador de implementação do valor.
- indicator
- O pai AdaptivePriceZone indicador.
- time
- Tempo associado a este valor indicador.
Propriedades
LowerBand
public decimal? LowerBand { get; }
value = adaptivePriceZoneValue.LowerBand
Obtém o valor da banda mais baixo.
LowerBandValue
public IIndicatorValue LowerBandValue { get; }
value = adaptivePriceZoneValue.LowerBandValue
Obtém o valor da banda mais baixo.
MovingAverage
public decimal? MovingAverage { get; }
value = adaptivePriceZoneValue.MovingAverage
Obtém o valor médio móvel.
MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = adaptivePriceZoneValue.MovingAverageValue
Obtém o valor médio móvel.
UpperBand
public decimal? UpperBand { get; }
value = adaptivePriceZoneValue.UpperBand
Obtém o valor da banda superior.
UpperBandValue
public IIndicatorValue UpperBandValue { get; }
value = adaptivePriceZoneValue.UpperBandValue
Obtém o valor da banda superior.
Métodos
ToString
public override string ToString()
result = adaptivePriceZoneValue.ToString()
Converter para uma representação de linha.
Retorna: Desempenho de cordas.