BollingerBands

StockSharp.Algo.Indicators

Bollinger Bands.

Inherits: BaseComplexIndicator<IBollingerBandsValue>

Constructors

BollingerBands()

Initializes a new instance of the BollingerBands.

BollingerBands(DecimalLengthIndicator)

Initializes a new instance of the BollingerBands.

ma
Moving Average.

Properties

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.

Methods

CalcIsFormed() : bool

Calc IsFormed.

Returns: IsFormed

CreateValue(DateTime) : IBollingerBandsValue

Create .

time
Time
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Returns: The resulting value.

Reset()

Reset state.

ToString() : string

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

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