Parabolic SAR
Wilder's stop-and-reverse — accelerating trailing-stop dots.
What it is
Wilder's stop-and-reverse — accelerating trailing-stop dots.
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.
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 EPLive chart
BTC/USDT on Binance with this indicator pre-loaded. Powered by TradingView.
Chart by TradingView. Built-in study shown for illustration; the Noon Barbari engine computes its own values.
Parameters
| Parameter | Default | Range |
|---|---|---|
| AF start | 0.02 | 0.001 – 0.5 |
| AF step | 0.02 | 0.001 – 0.5 |
| AF max | 0.2 | 0.01 – 1 |
Output fields
The named values this indicator exposes to your entry and exit rules.
Learn more on the blog
Deep-dive articles explaining this indicator and how to trade it.
Backtest this indicator
Drop this indicator into a rule-set, run it over years of BTC/USDT data, and see whether the edge is real or just curve-fit — no credit card required.