# Exponential Moving Average

### Overview

Exponential moving averages react quicker to price changes than simple moving averages. In some cases, this may be good, and in others, it may cause false signals. Moving averages with a shorter look back period (20 candles, for example) will also respond quicker to price changes than an average with a longer look back period (e.g. 30 candles).

{% hint style="info" %}
**Create fully automated trading strategies using over 100 technical indicators in Market Dynamics. Head to the build page and add indicators using the "Add block" menu**. **Reach out to the team if you have any questions  or need technical support.**
{% endhint %}

<div align="left"><figure><img src="/files/icmwdHnULUigpBp1MkUg" alt=""><figcaption></figcaption></figure></div>


---

# 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://trylevel2.gitbook.io/getting-started/indicator-guides/exponential-moving-average.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.
