Bollinger Constructor |
Name | Description | |
---|---|---|
Bollinger |
Creates new instance of Bollinger technical indicator with default settings.
| |
Bollinger(Int32, Double) |
Creates new instance of Bollinger technical indicator with point window.
| |
Bollinger(TimeSpan, Double) |
Creates new instance of Bollinger technical indicator with time window.
| |
Bollinger(Int32, Double, Boolean) |
Creates new instance of Bollinger technical indicator with point window.
| |
Bollinger(TimeSpan, Double, Boolean) |
Creates new instance of Bollinger technical indicator with time window.
| |
Bollinger(IAverager, Int32, Double) |
Creates new instance of Bollinger technical indicator with given averager for
calculating middle band and given period for deviation.
| |
Bollinger(IAverager, TimeSpan, Double) |
Creates new instance of Bollinger technical indicator with given averager for
calculating middle band and given period for deviation.
| |
Bollinger(IAverager, Int32, Double, Boolean) |
Creates new instance of Bollinger technical indicator with given averager for
calculating middle band and given period for deviation.
| |
Bollinger(IAverager, TimeSpan, Double, Boolean) |
Creates new instance of Bollinger technical indicator with given averager for
calculating middle band and given period for deviation.
|