IAdaptivePriceZoneValue

StockSharp.Algo.Indicators

AdaptivePriceZoneインジケータ値.

実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

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

下のバンド値を取得します。

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

下のバンド値を取得します。

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

移動平均値を取得します。

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

移動平均値を取得します。

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

上位のバンド値を取得します。

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

上位のバンド値を取得します。