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.