# EATR (Envelopes ATR)

Envelopes ATR is a technical indicator that displays upper and lower deviation bands of price from MA. It is calculated based on the average volatility of the instrument on the indicator ATR.&#x20;

The middle band is the deviation band of price from MA. Upper and lower bands (blue and green by default) are deviation bands of ATR values from MA. Signal to sell appears when the price reaches the upper line of the middle band and a buy signal appears at the lower line.

### Main parameters

* Period of ATR: 14 by default;
* Smoothing method: SMA, EMA, SMMA, LWMA, JJMA, JurX, ParMA, T3, VIDYA, AMA;
* Source price: Close, Open, High, Low, Typical, Medium, Weighted;
* Smoothing depth: 14 by default;
* Smoothing parameter: 14 by default;&#x20;
* Deviation: 1 by default;
* Color pickers for selecting the band colors.

The indicator itself looks as follows:

![](/files/-MMzoZD34_6JUjFmhJR3)


---

# 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://guide.traderevolution.com/project/desktop-application-for-windows/windows/technical-indicators/other/eatr-envelopes-atr.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.
