Click or drag to resize

Bollinger Constructor

Overload List
  NameDescription
Public methodBollinger
Creates new instance of Bollinger technical indicator with default settings.
Public methodBollinger(Int32, Double)
Creates new instance of Bollinger technical indicator with point window.
Public methodBollinger(TimeSpan, Double)
Creates new instance of Bollinger technical indicator with time window.
Public methodBollinger(Int32, Double, Boolean)
Creates new instance of Bollinger technical indicator with point window.
Public methodBollinger(TimeSpan, Double, Boolean)
Creates new instance of Bollinger technical indicator with time window.
Public methodBollinger(IAverager, Int32, Double)
Creates new instance of Bollinger technical indicator with given averager for calculating middle band and given period for deviation.
Public methodBollinger(IAverager, TimeSpan, Double)
Creates new instance of Bollinger technical indicator with given averager for calculating middle band and given period for deviation.
Public methodBollinger(IAverager, Int32, Double, Boolean)
Creates new instance of Bollinger technical indicator with given averager for calculating middle band and given period for deviation.
Public methodBollinger(IAverager, TimeSpan, Double, Boolean)
Creates new instance of Bollinger technical indicator with given averager for calculating middle band and given period for deviation.
Top
See Also