Skip to main content

kc

Keltner Channels are volatility-based bands that are placed on either side of an asset's price and can aid in determining the direction of a trend.The Keltner channel uses the average true range (ATR) or volatility, with breaks above or below the top and bottom barriers signaling a continuation.

Usage

kc [-l N_LENGTH] [-s N_SCALAR] [-m {ema,sma,wma,hma,zlma}] [-o N_OFFSET]

Parameters

NameParameterDescriptionDefaultOptionalChoices
n_length-l --lengthWindow length20Truerange(1, 100)
n_scalar-s --scalarscalar2TrueNone
s_mamode-m --mamodemamodeemaTrueema, sma, wma, hma, zlma
n_offset-o --offsetoffset0Truerange(0, 100)

kc


On this page