Concept

Parabolic SAR

Parabolic SAR is a Trend concept. The Library holds 6 implementations, each one a working definition you can pull into Quant.

Top Parabolic SAR indicators

6 total

What is the Parabolic SAR?

The Parabolic SAR (stop and reverse) is a trailing stop system introduced by J. Welles Wilder in his 1978 book New Concepts in Technical Trading Systems. It plots one dot per bar: below price while the system is long, above price while it is short. Each bar the dot advances toward price by an acceleration factor (AF) times the distance between the trend's extreme point and the current SAR. The AF starts at 0.02, increases by 0.02 each time the trend prints a new extreme, and caps at 0.20; that accelerating step is what bends the trail into its parabola.

When price touches the dot, the system stops and reverses: the SAR flips to the other side, restarting at the prior extreme with the AF reset. By construction it is always in the market, which makes it a stop-placement method as much as a signal generator. It behaves well in sustained trends, tightening as the move accelerates, and poorly in ranges, where it flips repeatedly. Wilder himself positioned it as a tool for trending markets and pointed to his ADX/DMI system as the filter for deciding when to run it.

How to read Parabolic SAR

The plot is a dotted trail that switches sides of price. To read it:

  1. 1Check which side the dots are on: below price marks an uptrend regime (system long), above price a downtrend regime (system short).
  2. 2Watch the gap between dot and price: dots accelerating toward price mean the trend keeps printing new extremes and the trailing stop is tightening.
  3. 3Treat a touch as a flip: the dots jump to the opposite side at the prior extreme, and the acceleration count restarts at its minimum.
  4. 4Grade flips by context: in a trending tape a flip is meaningful, while in sideways chop flips fire constantly and most fail, so require a higher-timeframe trend filter or an ADX-style gate first.

How traders use it

  • As a trailing stop for open positions, its original job: the dot is the exit level, and it only ratchets in the trade's favor. The broader trailing method taxonomy shows where it sits among alternatives.
  • As an always-in stop-and-reverse system, flipping long and short on every touch; usually only viable with a regime filter screening out ranges.
  • As a one-glance trend read for dashboards and multi-symbol screens: which side the dots sit on is a compact regime label.
  • As a time-based tightening template: the SAR keeps stepping toward price every bar even when no new extreme prints, so it closes out stalls sooner than fixed-distance volatility stops, which suits traders who want stagnant trades closed.

Parabolic SAR vs other trailing systems

Supertrend: Both are flip-on-touch trailing systems. Supertrend offsets its stop by a multiple of ATR, so the distance scales with volatility; the SAR's distance shrinks with time and new extremes regardless of volatility, so it tightens even when the market goes quiet.

Chandelier Stop: The chandelier trails an ATR multiple from the extreme high or low and is a stop only. The SAR is a full stop-and-reverse system that is always positioned, with tightening driven by acceleration rather than a fixed ATR multiple.

Stop and Reverse: Stop and reverse is the general always-in concept: every exit is also the next entry. The Parabolic SAR is its most famous concrete implementation, with Wilder's acceleration schedule deciding where the reversal point sits.

More Parabolic SAR implementations

Related concepts · Trend-following systems

Concept family

Trend

100 concepts mapped · 88 in the Library

Parabolic SAR FAQ

What are the standard Parabolic SAR settings?

Wilder's published defaults: the acceleration factor starts at 0.02, steps up by 0.02 each time the trend makes a new extreme, and caps at 0.20. Lowering the step or the cap loosens the trail and slows flips; raising them tightens the trail and increases whipsaw. Most platforms ship these defaults, and any change should be tested per market.

Does Parabolic SAR work in sideways markets?

Poorly, and Wilder said as much. Because the SAR is always in the market and converges on price bar by bar, a range produces a steady stream of losing flips. The common remedy is a regime gate: honor SAR signals only when a trend filter such as ADX agrees, and stand aside or switch tools in chop.

Is the Parabolic SAR an entry signal or a stop?

By construction it is both: stop and reverse means the exit of one position is the entry of the opposite one. In practice many traders use only half of it, taking entries from separate logic and using the SAR purely as a trailing stop, which sidesteps the always-in whipsaw problem in ranging conditions.

Build Parabolic SAR your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.