Parabolic SAR
An accelerating trailing reference designed for persistent moves.
Start with the input, not the story.
A price-following stop level that accelerates toward the current trend.
The precomputed dots follow a Parabolic SAR trail as it accelerates beneath a rise and flips above price during a reversal. Exact acceleration-factor calculations can differ between implementations.
Start by testing SAR as a trailing exit. Only then ask whether turning every flip into a fresh entry adds anything useful.How traders commonly use Parabolic SAR
Parabolic SAR is most clearly studied as a rule-based exit after direction and entry have been defined elsewhere.
Provide an accelerating, volatility-aware trailing reference during persistent price moves.
Keep this job separate from entry timing, stop placement and position size.
A useful counterexample
In a range, dots can flip sides repeatedly, creating rapid changes that do not represent durable trend changes.
EMA for direction, structure for entry, SAR for trailing
Each part has a different job. If two tools answer the same question, remove one and compare the result.
Defines the directional regime.
Defines the initial setup and invalidation.
Supplies the tested trailing-exit rule.
Follow the same order every time
- Freeze the acceleration step and maximum before beginning.
- Use the same completed-candle entry observations for every comparison.
- Move the trailing reference only after a candle completes.
- Record exits caused by a SAR flip separately from structural exits.
- Compare SAR trailing with a fixed swing-based exit rather than adding it as another entry vote.
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.
Multi-timeframe continuation
Aligns a higher-timeframe state with a lower-timeframe trigger without peeking into unfinished bars.
- ENTRY
- Enter at the next M15 open after a candle closes back across EMA(20) in the H4 direction and beyond the prior M15 candle high/low.
- STOP
- Place stop 0.25 × M15 ATR(14) beyond the pullback extreme; risk 0.35% of equity and round down to 0.01 lot.
- EXIT
- Take profit at 2R. Exit early only when a completed M15 candle closes through the stop-side pullback extreme; close unresolved trades after 24 M15 bars.
Set up Parabolic SAR 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
Rule-based trailing exits in directional regimes.
Where it struggles
Ranges, where it flips rapidly and repeatedly.
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
Using every dot flip as an entry.
Try this on a chart
Evaluate it as an exit before evaluating it as a direction signal.