> For the complete documentation index, see [llms.txt](https://docs.optionalpha.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optionalpha.com/technical-documentation/indicators/ema.md).

# EMA

## EMA

An exponential moving average (EMA) is the weighted average of a set of data points where new data points receive greater weight in the average calculation. An exponential moving average is a technical indicator of a trend that responds faster to new data points than a simple moving average because a multiplier is used to give preference to the new data points and reduce lag in responsiveness to price movements.

The source code for the EMA function is available [here](https://app.optionalpha.com/ta/EMA.txt).
