MRPNL

Parabolic SAR

PSARSAR

Trend-following stop-and-reverse indicator that plots dots above (downtrend) or below (uptrend) price, accelerating as the trend matures.

Card view

Formula

SAR_t = SAR_{t-1} + AF × (EP − SAR_{t-1});  AF starts at 0.02, increments by 0.02 each new extreme, max 0.20

Parabolic SAR (Stop and Reverse) places a dot below each bar in an uptrend and above each bar in a downtrend. When price touches the dot, the indicator flips to the opposite side — signalling a potential trend reversal and an automatic stop level.

The dot's distance from price is controlled by an acceleration factor (default 0.02, max 0.20) that increases each time a new extreme is reached. This causes the SAR to accelerate toward price as a trend matures, tightening the trailing stop. In choppy markets Parabolic SAR whipsaws frequently — it works best in clearly trending conditions.

#trend

Related Terms