# Exponential Moving Averages (EMA)

A common trend establishment tool, the suite provides **6 EMA's** for user's with sensible average defaults to help with **short ⇒ longer term** trend analysis.&#x20;

You can learn more about Exponential Moving Averages at [Investopedia](https://www.investopedia.com/terms/e/ema.asp).

<figure><img src="/files/IUXJehwHn7MItdVOACz1" alt=""><figcaption></figcaption></figure>

### The Basics&#x20;

The EMA's made available are:

* 10 EMA
* 20 EMA
* 50 EMA
* 100 EMA
* 200 EMA
* 800 EMA

EMA lengths and colours can be **updated** to your own preferences should you desire. You can also **show/hide EMA's** if you only want a subset to be shown on your chart.

<figure><img src="/files/bzaSGmDtaU9ceJcoU3AL" alt="" width="353"><figcaption></figcaption></figure>


---

# 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://devengineoz-tradingview-indicato.gitbook.io/devengineoz-tradingview-indicators/documentation/features/emas.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.
