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
LowBand : BollingerBand
Lower band -.
MovingAverage : DecimalLengthIndicator
Middle line.
UpBand : BollingerBand
Upper band +.
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Reset()
Reset state.