Click or drag to resize

Keltner Constructor

Overload List
  NameDescription
Public methodKeltner
Creates a new instance of Keltner Channels indicator with default parameters.
Public methodKeltner(Int32, Double)
Creates a new instance of Keltner Channels indicator with point window.
Public methodKeltner(TimeSpan, Double)
Creates a new instance of Keltner Channels indicator with time window.
Public methodKeltner(Int32, Double, Boolean)
Creates a new instance of Keltner Channels indicator with point window.
Public methodKeltner(TimeSpan, Double, Boolean)
Creates a new instance of Keltner Channels indicator with time window.
Public methodKeltner(IAverager, IAverager, Double)
Creates a new instance of Keltner Channels indicator with given methods of averaging.
Top
See Also