The Parabolic SAR (“stop and reverse”), introduced by J. Welles Wilder in 1978, plots a trailing stop as a series of dots below price in an uptrend and above price in a downtrend. Each bar the stop moves toward price by an acceleration factor (AF) times the distance to the trend's extreme point (EP) — the highest high of the current uptrend or the lowest low of the current downtrend.
The AF starts small (typically 0.02) and grows by a step each time the trend makes a new extreme, up to a cap (typically 0.2). That acceleration is the defining feature: the longer and stronger a trend runs, the faster the stop closes in, tracing the parabola the indicator is named after. The stop is also clamped so it never moves inside the range of the last two bars.
When price touches the stop, the indicator reverses on that same bar: the SAR jumps to the old trend's extreme point, the AF resets, and a new trend begins in the opposite direction. Because it is always in the market and flips on every touch, the SAR excels in sustained trends and whipsaws badly in ranges — traders usually pair it with a trend or regime filter.
Formule
SAR_{t+1} = SAR_t + AF · (EP − SAR_t)
AF: start 0.02, +0.02 per new extreme, capped at 0.2; on a hit, reverse and restart from EPExemple
Uptrend with SAR = 48,000, EP = 50,000, AF = 0.06: next SAR = 48,000 + 0.06 × 2,000 = 48,120. If a bar's low later touches the SAR, the indicator flips short at the EP and starts trailing down from 50,000.
Comment Noon Barbari utilise Parabolic SAR
Chaque concept ici est implémenté dans la plateforme. Ouvre la documentation ou l'outil concerné pour le voir en action.
Use Parabolic SAR in noonbarbari →Indicateurs utilisant ce concept
Termes liés
- Indicateurs
SuperTrend
An ATR-band trailing stop on hl2 that flips when close breaches the opposite latched band.
- Risque
Trailing stop
A stop that ratchets in the trade's favor and never moves against it.
- Indicateurs
Trend Magic
A wick-anchored ATR band that ratchets one way or the other depending on the sign of CCI.
- Indicateurs
HalfTrend
A latched trend line built from channel extremes: it ratchets one way until price decisively breaks the other way.