Coinlegs Academy
  • Coinlegs Academy
  • 🌡FUNDAMENTALS
    • MACD
    • Ichimoku
    • Relative Strength Index (RSI)
    • Commodity Channel Index (CCI)
    • Stochastic
    • Moving Average (MA)
      • SMA
      • EMA
      • WMA
      • SMMA
    • EMA Crossovers
    • Confluence of EMAs
    • Golden Cross/Death Cross
  • 🐰ADVANCES
    • TD Sequential
    • Super Trend
    • Bollinger Bands
    • Trend Reversal
    • Support/Resistance
    • On-Balance Volume (OBV)
    • Chaikin Money Flow (CMF)
    • Semarc
  • πŸ¦‹PATTERNS
    • Trend Line
    • Failure Swing
    • Double Bottom / DoubleTop
    • Triangle
    • Wedge
    • AB=CD Pattern
    • Elliot Waves
  • 🐒DIVERGENCES
    • RSI Divergence
    • OBV Divergence
    • CMF Divergence
Powered by GitBook
On this page

Was this helpful?

  1. FUNDAMENTALS
  2. Moving Average (MA)

EMA

Exponential Moving Average

PreviousSMANextWMA

Last updated 2 years ago

Was this helpful?

The "EMA" is calculated with more emphasis on the close price closes. In other words, it gives more importance to the last price values ​​than the past price values. EMAs are more sensitive to the latest price changes than SMAs, as they give more importance to recent data than to older data.Due to this feature, it is often preferred by investors. Even if the past price closures are outside the selected period, they keep their multipliers and do not leave the average.​

P = Closing Price

n = Number of Periods

Multiplier = 2 / (n + 1)

EMA = Closing price x multiplier + EMA (previous day) x (1-multiplier)

🌡