> For the complete documentation index, see [llms.txt](https://help.za.velocitytrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.za.velocitytrade.com/desktop-application-for-windows/windows/technical-indicators/channels/keltner-channel.md).

# Keltner channel

The Keltner channel is a technical analysis indicator that shows a central moving average line plus the channel lines at a distance above and below. The indicator is named after Chester W. Keltner, who described it in his 1960 book "How to make money in commodities". This name was applied by those who heard of it from him, but Keltner itself called it the ten-day moving average trading rule and indeed made no claim to any originality for the idea.

In Keltner's description, the centerline is a 10-day simple moving average of the typical price, where the typical price each day is the average of high, low, and close,

Typical price = (high + low + close)/3

The lines above and below are drawn at a distance from this centerline, a distance that is a simple moving average of trading ranges over the past 10 days (i.e. a range from high to low on each day).

The trading strategy is to treat a close above the upper line as a strong bullish signal or a close below the lower line as a strong bearish signal and buy or sell with the trend accordingly, but perhaps with other indicators to confirm. Exits can be based on a very conservative Stop loss, a rather high Take profit, and an intersection with the centerline.

## Calculation

Keltner Channel Middle Line=EMA

Keltner Channel Upper Band=EMA+2∗ATR

Keltner Channel Lower Band=EMA−2∗ATR, where

EMA=Exponential moving average (typically over 20 periods)

ATR=Average True Range (typically over 10 or 20 periods) ​

## Main parameters

* Source prices for a Moving average: Low, High, Close, Open, Typical, Medium, Weighted;
* Moving average type: Simple, Exponential, Modified, Linear weighted;
* Moving average period for Keltner's channel, 5 by default;
* Channel width coefficient, 2 by default;
* Bands style: True range or Trading range.

On the chart, this looks as follows:

![](/files/-MgF4BhJFPTqDqQDyQ-x)


---

# 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://help.za.velocitytrade.com/desktop-application-for-windows/windows/technical-indicators/channels/keltner-channel.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.
