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.
属性
LowBand : BollingerBand
Lower band -.
MovingAverage : DecimalLengthIndicator
Middle line.
UpBand : BollingerBand
Upper band +.
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.
Reset()
Reset state.