> For the complete documentation index, see [llms.txt](https://chartschool.stockcharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chartschool.stockcharts.com/table-of-contents/glossary/glossary-k.md).

# Glossary - K

<table data-header-hidden><thead><tr><th width="127"></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/RPqti5Hy44IJHIGENKIy"><strong>A</strong></a></td><td><a href="/pages/7L0j85UIai4RoZO7LDJS"><strong>F</strong></a></td><td><a href="/pages/5AkrY4JCrxnYQkhRmdGX"><strong>K</strong></a></td><td><a href="/pages/pcJLCqMpznOMfTu1fiG2"><strong>P</strong></a></td><td><a href="/pages/ClVQbwrzaXCj3ynGXXsF"><strong>U</strong></a></td></tr><tr><td><a href="/pages/QpwFzKC2MDqaAifwnSTy"><strong>B</strong></a></td><td><a href="/pages/8ZhDVJeyEZh6J4ehxfnr"><strong>G</strong></a></td><td><a href="/pages/YkQC264RWeYvc5nlYLcA"><strong>L</strong></a></td><td><a href="/pages/Ejt5qztIEmByG6mPZsTY"><strong>Q</strong></a></td><td><a href="/pages/xV34gHikpzjIc0a05Xcg"><strong>V</strong></a></td></tr><tr><td><a href="/pages/x3019m364B68mQgssgrC"><strong>C</strong></a></td><td><a href="/pages/THyLoCKLT70QIWcmMop5"><strong>H</strong></a></td><td><a href="/pages/XETp7FOzDWEnO1q84kK1"><strong>M</strong></a></td><td><a href="/pages/JFWoOL53uhwml2HuSPCv"><strong>R</strong></a></td><td><a href="/pages/ORZ51lHSDNWKJzSqmTj9"><strong>W</strong></a></td></tr><tr><td><a href="/pages/qaSq95yAWNc9wKPWGOhV"><strong>D</strong></a></td><td><a href="/pages/Yfnc1sgf0ufh4TXmtq1q"><strong>I</strong></a></td><td><a href="/pages/U8uPQjlHgIPSiLJsdlVA"><strong>N</strong></a></td><td><a href="/pages/13EBcuMf1rnmoTvEk8bl"><strong>S</strong></a></td><td><a href="/pages/J774dEsofeQGhE9LNCKC"><strong>X, Y, Z</strong></a></td></tr><tr><td><a href="/pages/km2eiWv0FNlcmHi7nSuc"><strong>E</strong></a></td><td><a href="/pages/XKJbuU0yVZmCNBZNPeKR"><strong>J</strong></a></td><td><a href="/pages/ULW5BcW2kFJrIWrc5pEK"><strong>O</strong></a></td><td><a href="/pages/uJ2K9LEs9JP3duZ1vkVo"><strong>T</strong></a></td><td></td></tr></tbody></table>

### Kaufman's Adaptive Moving Average (KAMA) <a href="#kaufman_s_adaptive_moving_average_kama" id="kaufman_s_adaptive_moving_average_kama"></a>

Developed by Perry Kaufman, Kaufman's Adaptive Moving Average (KAMA) is a moving average designed to account for market noise or volatility. This trend-following indicator can identify the overall trend, time turning points, and filter price movements. See our ChartSchool article on [KAMA](/table-of-contents/technical-indicators-and-overlays/technical-overlays/kaufmans-adaptive-moving-average-kama.md).

### Keltner Channels <a href="#keltner_channels" id="keltner_channels"></a>

Similar to Bollinger Bands, Keltner Channels form volatility-based bands above and below an exponential moving average of price. Channel direction and price breakouts above or below the channels can be used to identify trend reversals. See our ChartSchool article on [Keltner Channels](/table-of-contents/technical-indicators-and-overlays/technical-overlays/keltner-channels.md).

### Key Reversal Day <a href="#key_reversal_day" id="key_reversal_day"></a>

A one-day chart pattern where prices sharply reverse during a trend. In an uptrend, prices open to new highs and then close below the previous day's closing price. In a downtrend, prices open lower and then close higher. The wider the price range on the key reversal day and the heavier the volume, the greater the odds that a reversal is taking place.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://chartschool.stockcharts.com/table-of-contents/glossary/glossary-k.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
