Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 416 Bytes

ExponentialMovingAverage.md

File metadata and controls

10 lines (7 loc) · 416 Bytes

Exponential Moving Average (EMA)

The Exponential Moving Average (EMA) is a type of moving average that places a greater weight and significance on the most recent data points. It is calculated using the following formula:

EMA = (Close - Previous EMA) * (2 / (n + 1)) + Previous EMA

How to calculate Exponential Moving Average (EMA) in excel spreadsheet?

Download excel sample