EMA (Exponential Moving Average)
The Exponential Moving Average (EMA) is a type of moving average that places greater weight on the most recent data points. Unlike SMA which weighs all periods equally, EMA responds faster to price changes, making it the preferred choice for short-term traders and the building block for indicators like MACD.
How EMA Is Used in Trading
EMA crossover strategies are among the most popular trading systems in the world. The "golden cross" (50 EMA crossing above 200 EMA) signals a long-term bullish trend, while the "death cross" (50 EMA crossing below 200 EMA) signals bearish. Shorter-period crossovers (8/21 EMA) are used for faster trading styles.
EMA serves as dynamic support and resistance. In an uptrend, the 20 EMA often acts as a pullback support level where buyers step in. The 50 EMA provides deeper support, and the 200 EMA represents the long-term trend line. Institutional traders widely monitor these levels.
The spacing between multiple EMAs conveys trend strength. When the 10, 20, 50, and 200 EMAs are fanned out in order with wide spacing, the trend is strong. When they converge, the trend is weakening and a potential reversal or consolidation is near.
Access via API
curl -H "X-API-Key: YOUR_API_KEY" \
"https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=ema&timeframe=H1&period=20"