# Keltner Channels

## [Keltner Channels](https://docs.origami.tech/function/technical-analysis/..#keltner-channels)

<mark style="color:red;">`kc(`</mark>[<mark style="color:blue;">`candles`</mark>](https://docs.origami.tech/function/functions/candles)<mark style="color:red;">`: List[[`</mark>[<mark style="color:blue;">`Candle`</mark>](https://docs.origami.tech/structures#candle)<mark style="color:red;">`]], period: int = 20, atr_period: int = 10, kc_mult: float: 2) -> List[KC]`</mark>

where <mark style="color:red;">`KC`</mark> this is object with fields <mark style="color:red;">`upper`</mark>, <mark style="color:red;">`lower`</mark>
