Files
QuanTAlib/docs/indicators/averages/ema/ema.md
T

5 lines
333 B
Markdown
Raw Normal View History

2024-09-22 17:31:24 -07:00
## EMA: Exponential Moving Average
The Exponential Moving Average (EMA) is one of the oldest statistical tools used in time series analysis, particularly in financial markets. It is a type of Infinite Impulse Response (IIR) filter that incorporates all past data into its calculation, albeit with exponentially decreasing weights.