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