Exponential Moving Average
A moving average that responds more quickly by weighting recent prices more heavily.
Start with the input, not the story.
A recursively smoothed estimate of recent price direction.
The simulator's exact EMA calculation follows price above and below EMA 20, through a pullback cross, and back to a completed close above it while EMA 20 remains above EMA 50. Giving recent prices more weight reduces some lag; it does not predict the next candle.
For the bearish version, price closes below EMA 20 while EMA 20 sits below EMA 50. Sideways markets can still produce a string of losing crosses.How traders commonly use Exponential Moving Average
An EMA is commonly used as a directional filter or as a repeatable area in which to study completed-candle pullbacks.
Provide a recent-price-weighted trend estimate that reacts faster than a simple average.
Keep this job separate from entry timing, stop placement and position size.
A useful counterexample
A fast EMA can hug every turn in a range, creating many attractive historical crosses that were not useful in real time.
EMA for direction, ADX for regime, ATR for risk distance
Each part has a different job. If two tools answer the same question, remove one and compare the result.
Defines the chosen trend state.
Separates directional conditions from low-strength chop.
Normalises stop distance and range expansion.
Follow the same order every time
- Freeze one EMA period before opening the chart sample.
- After each candle closes, note price position and whether the EMA is rising, falling or flat.
- Add ADX and record trend strength separately from +DI and -DI direction.
- Measure the proposed invalidation distance in ATR units.
- Compare the same observations with the EMA hidden to see what it actually added.
The indicator is one part of the method
These strategy pages show the market conditions, entry, stop and exit around the indicator.
Trend pullback
Research whether shallow retracements inside an objective trend resume in its direction.
- ENTRY
- After eligibility is true, place a market order at the next H1 open when the signal candle closes beyond the highest high of the previous two pullback bars for a long, or below their lowest low for a short.
- STOP
- Place the stop 0.25 × ATR(14) beyond the pullback extreme. Size so entry-to-stop risk equals 0.50% of demo equity, rounded down to 0.01 lot; never widen the stop.
- EXIT
- Place a fixed target at 2R immediately after entry. If neither stop nor target trades first, exit at market after 24 completed H1 bars.
EMA and ADX trend filter
Combines direction from an EMA with a non-directional trend-strength filter.
- ENTRY
- Enter at the next H4 open after the eligible boundary close.
- STOP
- Stop 1.5 × ATR(14) from fill. Risk 0.50% equity and round down to 0.01 lot.
- EXIT
- Take profit at 2R. Exit early at next open after a completed close crosses EMA(50) against the position.
EMA crossover
A simple baseline for learning how lagging trend systems behave.
- ENTRY
- Enter at the next H4 open after a confirmed eligible EMA(20/50) cross.
- STOP
- Initial stop is 1.5 × ATR(14) from fill; risk 0.50% of equity and round down to 0.01 lot.
- EXIT
- Exit at the next H4 open after the first completed opposite EMA cross. The initial stop remains active; there is no fixed profit target.
Set up Exponential Moving Average on your platform
Match the lesson's period, price input, smoothing and candle timing. Similar names can still produce different values across feeds and platforms.
MT4
Built inAvailable in the standard MT4 indicator library. Names and default settings can differ.
MT4 technical analysisWickAtlas MT4 setup guideMT5
Built inAvailable in the standard MT5 indicator library. Names and default settings can differ.
MT4 and MT5 comparisonWickAtlas MT5 setup guideTradingView
Built inAvailable in the standard TradingView indicator library. Names and default settings can differ.
TradingView indicatorsWickAtlas TradingView guide“Built in” means the standard platform library contains the underlying indicator. It does not mean its defaults or calculation match every third-party version. Compare the platforms.
Plain-language formula
The same indicator can look slightly different across platforms because the price input, smoothing and rounding may change. Note your settings before comparing two charts.
Where it may help
Trend filters and faster pullback frameworks.
Where it struggles
Sideways markets and parameter-sensitive crossover systems.
What to pair it with
Pair it with something that answers a different question, such as volatility or market direction. Try the indicator on its own before adding more tools.
The shortcut to avoid
Assuming faster response means earlier, more reliable prediction.
Try this on a chart
Compare the same rules using SMA and EMA while holding every other decision constant.