> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/function/technical-analysis/exponential-moving-average.md).

# Exponential Moving Average

## [Exponential Moving Average](/function/technical-analysis.md#exponential-moving-average)

<mark style="color:red;">`ema(`</mark>[<mark style="color:blue;">`candles`</mark>](/function/functions/candles.md)<mark style="color:red;">`: List[[`</mark>[<mark style="color:blue;">`Candle`</mark>](/function/structures.md#candle)<mark style="color:red;">`]], period: int = 14, column: str = "close") -> List[Decimal]`</mark>
