Syntax
public KeltnerUpper(Bars bars, int periodOne, int periodTwo, string description)
public static KeltnerUpper Series(Bars bars, int periodOne, int periodTwo)
Parameter Description
bars |
The Bars object |
periodOne |
The period to smooth Highs-Lows |
periodTwo |
The period to smooth Average Price |
Description
See
KeltnerLower
Example
See
KeltnerLower