BollingerBandsValue

StockSharp.Algo.Indicators

BollingerBands indicator value implementation.

継承元: ComplexIndicatorValue<BollingerBands>

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

コンストラクター

BollingerBandsValue(BollingerBands, DateTime)

BollingerBands indicator value implementation.

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

プロパティ

LowBand : decimal?

Gets the LowBand value.

LowBandValue : IIndicatorValue

Gets the LowBand value.

MovingAverage : decimal?

Gets the moving average value.

MovingAverageValue : IIndicatorValue

Gets the moving average value.

UpBand : decimal?

Gets the UpBand value.

UpBandValue : IIndicatorValue

Gets the UpBand value.

メソッド

ToString() : string

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

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