Keltner Constructor |
Name | Description | |
---|---|---|
![]() | Keltner |
Creates a new instance of Keltner Channels indicator with default parameters.
|
![]() | Keltner(Int32, Double) |
Creates a new instance of Keltner Channels indicator with point window.
|
![]() | Keltner(TimeSpan, Double) |
Creates a new instance of Keltner Channels indicator with time window.
|
![]() | Keltner(Int32, Double, Boolean) |
Creates a new instance of Keltner Channels indicator with point window.
|
![]() | Keltner(TimeSpan, Double, Boolean) |
Creates a new instance of Keltner Channels indicator with time window.
|
![]() | Keltner(IAverager, IAverager, Double) |
Creates a new instance of Keltner Channels indicator with given methods of averaging.
|