# EMA

The "EMA" is calculated with more emphasis on the close price closes. In other words, it gives more importance to the last price values ​​than the past price values. EMAs are more sensitive to the latest price changes than SMAs, as they give more importance to recent data than to older data.Due to this feature, it is often preferred by investors. Even if the past price closures are outside the selected period, they keep their multipliers and do not leave the average.​

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

P = Closing Price

n = Number of Periods

Multiplier = 2 / (n + 1)

> EMA **=** Closing price **x** multiplier **+** EMA (previous day) **x** (&#x31;**-**&#x6D;ultiplier)


---

# 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://academy.coinlegs.com/fundamentals/moving-average-ma/ema.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.
