BollingerBands

StockSharp.Algo.Indicators

Bollinger Bands.

Herda de: BaseComplexIndicator<IBollingerBandsValue>

Construtores

BollingerBands()

Initializes a new instance of the BollingerBands.

BollingerBands(DecimalLengthIndicator)

Initializes a new instance of the BollingerBands.

ma
Moving Average.

Propriedades

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.

Métodos

CalcIsFormed() : bool

Calc IsFormed.

Retorna: IsFormed

CreateValue(DateTime) : IBollingerBandsValue

Create .

time
Time
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Retorna: The resulting value.

Reset()

Reset state.

ToString() : string

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

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