Skip to main content
A newer version of this page is available. .

BollingerBands Constructors

The Bollinger Bands indicator.
Name Parameters Description
BollingerBands() none Initializes a new instance of the BollingerBands class with the default settings.
BollingerBands(String, ValueLevel) name, valueLevel Initializes a new instance of the BollingerBands class with the specified name and value level.
BollingerBands(String) name Initializes a new instance of the BollingerBands class with the specified name.
See Also