EMA
Moving average that weights recent closes more heavily via an exponential multiplier, reacting faster to price changes than the SMA.
EMA = Priceₜ × k + EMA_prev × (1 − k), where k = 2 / (n + 1)
Platform crop · ← →
Theme