EMA
overlayAn exponential moving average works like a regular moving average with one key difference: recent prices count more. Instead of treating every price in the window equally, the EMA applies a multiplier that gives the most recent data the heaviest weight, with each older price mattering a little less.
The math uses a smoothing factor based on the period length. A 9-period EMA weights recent prices much more aggressively than a 50-period one. This means EMAs respond to price changes faster than simple moving averages of the same length, hugging the price more closely.
That responsiveness comes with a tradeoff. EMAs catch trend changes sooner, which matters for short-term trading. But they also react to noise more, which can generate false signals. The 9 and 21 EMA pair is a classic combination for intraday traders: when the 9 crosses above the 21, momentum is building upward. When it crosses below, momentum is fading.
How Sellemain uses it
Shown on intraday charts (9/21 periods) when a strong trend is detected, to track momentum more responsively than a simple moving average.
Parameters
| Name | Default | Description |
|---|---|---|
| period | 9 | Number of bars for the EMA calculation |