# Average True Range

## Description

Average True Range is a volatility based indicator which describes the range of bars averaged for some period of time. Most common smoothing period is 14. ATR does not show any trend moving or reversing, it only measures volatility and it structure.

![](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-Lt4f5XUyWUbILd7oY_y%2F-Lt4f9YeJk4ouftoyJIp%2Fscreenshot_3%20\(1\).png?generation=1573126982950793\&alt=media)

## Formula

![](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-Lt4f5XUyWUbILd7oY_y%2F-Lt4f9YgnkXrocmXfv6H%2Fimage%20\(45\).png?generation=1573126976188779\&alt=media)

![](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-Lt4f5XUyWUbILd7oY_y%2F-Lt4f9Yi-APWI9xd-p5I%2Fimage%20\(7\).png?generation=1573126975928573\&alt=media)

The first ATR value is calculated using the arithmetic mean formula:

![](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-Lt4f5XUyWUbILd7oY_y%2F-Lt4f9YkSgASz-q-F4Ip%2Fimage%20\(40\).png?generation=1573126974580933\&alt=media)

## Most useful cases

* **Divergence/Convergence** - Divergence/Convergence pattern is a form of price action when new high(low) of the price not confirmed with a new high of  ATR. This is a very good approach to find a weakness of existing trend

![](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-Lt4f5XUyWUbILd7oY_y%2F-Lt4f9YmqCqezDUVUaDZ%2Fimage%20\(31\).png?generation=1573126978715009\&alt=media)

* **Confirmation of existing tendency -** if price and ATR rise together it can be interpreted as a confirmation of a strength of the trend

![](https://1239679454-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYX3ccu0Q61og0sdCbP%2F-Lt4f5XUyWUbILd7oY_y%2F-Lt4f9Yo5cAFJ7tIWwyD%2Fimage%20\(37\).png?generation=1573126975957186\&alt=media)


---

# Agent Instructions: 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:

```
GET https://help.quantower.in/analytics-panels/chart/technical-indicators/volatility/average-true-range.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
