AdaptivePriceZoneValue

StockSharp.Algo.Indicators

AdaptivePriceZone indicator value implementation.

継承元: ComplexIndicatorValue<AdaptivePriceZone>

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

コンストラクター

AdaptivePriceZoneValue(AdaptivePriceZone, DateTime)

AdaptivePriceZone indicator value implementation.

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

プロパティ

LowerBand : decimal?

Gets the lower band value.

LowerBandValue : IIndicatorValue

Gets the lower band value.

MovingAverage : decimal?

Gets the moving average value.

MovingAverageValue : IIndicatorValue

Gets the moving average value.

UpperBand : decimal?

Gets the upper band value.

UpperBandValue : IIndicatorValue

Gets the upper band value.

メソッド

ToString() : string

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

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