BollingerBands

StockSharp.Algo.Indicators

Bollinger Bands.

Наследует: BaseComplexIndicator<IBollingerBandsValue>

Конструкторы

BollingerBands()

Initializes a new instance of the BollingerBands.

BollingerBands(DecimalLengthIndicator)

Initializes a new instance of the BollingerBands.

ma
Moving Average.

Свойства

Length : int

Period length. By default equal to 1.

LowBand : BollingerBand

Lower band -.

UpBand : BollingerBand

Upper band +.

Width : decimal

Bollinger Bands channel width. Default value equal to 2.

Методы

CalcIsFormed() : bool

Calc IsFormed.

Возвращает: IsFormed

CreateValue(DateTime) : IBollingerBandsValue

Create .

time
Time
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Возвращает: The resulting value.

Reset()

Reset state.

ToString() : string

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

Возвращает: Строковое представление.