Parabolic SAR (Stop and Reverse) was developed by J. Welles Wilder Jr. — the same engineer who created RSI and ATR — and published in his 1978 book "New Concepts in Technical Trading Systems." SAR generates a series of dots above or below price: dots below price indicate an uptrend; dots above price indicate a downtrend. The critical feature: as a trend continues, the SAR dots accelerate toward the price — the Acceleration Factor (AF) starts at 0.02 and increases by 0.02 each period a new extreme is made (maximum 0.20). This acceleration means SAR becomes a tighter trailing stop as a trend matures. When price touches the SAR level, the system "stops and reverses" — the dots flip to the other side and a new opposite position is taken. For crypto bots, Parabolic SAR provides three distinct uses: as a trend direction filter, as a dynamic trailing stop replacement for ATR stops, and as a standalone entry/exit signal system.
Related strategies: EMA Crossover, ADX, MACD.
Parabolic SAR Formula and Calculation
Rising SAR (uptrend): SAR(n+1) = SAR(n) + AF × (EP - SAR(n)) Where: AF = Acceleration Factor (starts 0.02, increments 0.02 each new high, max 0.20) EP = Extreme Point (highest high made since the uptrend started) SAR(n) = previous period's SAR value Falling SAR (downtrend): SAR(n+1) = SAR(n) + AF × (EP - SAR(n)) EP = lowest low made since the downtrend started SAR flip (entry/exit trigger): When current period's LOW falls below rising SAR → downtrend, SAR flips above price When current period's HIGH rises above falling SAR → uptrend, SAR flips below price
Three Uses for Parabolic SAR in Bot Strategies
Use 1: SAR as Trend Direction Filter
SAR below price = uptrend context (allow long entries only); SAR above price = downtrend context (avoid long entries, allow short entries only). Combine with RSI oversold entries: long entry only when SAR is below price (uptrend) AND RSI crosses above 30 (oversold bounce in uptrend). See our RSI guide.
Use 2: SAR as Dynamic Trailing Stop
Enter on EMA crossover signal. Instead of a fixed ATR stop, trail the position using SAR — exit when SAR flips above price (trend reversal). SAR's acceleration property means the trailing stop tightens as the trend matures, locking in profits without requiring a fixed take-profit target. Effective for capturing full trend moves. See our EMA guide.
Use 3: Pure SAR Trend Following
Entry: SAR flips below price (new uptrend signal) → long. Exit: SAR flips above price (reversal signal) → close long. This standalone SAR strategy is the original Wilder system. Performance characteristic: works excellently in trending markets, generates many small losses in ranging/choppy markets. Add ADX > 20 filter to suppress signals in low-trend conditions. See our ADX guide.
Acceleration Factor Settings
| AF Start | AF Max | SAR Behavior | Best For |
|---|---|---|---|
| 0.02 (default) | 0.20 (default) | Standard sensitivity, catches most trend reversals | Daily BTC/USDT |
| 0.01 | 0.10 | Slower trailing — fewer premature reversals in volatile trends | Volatile altcoins |
| 0.03 | 0.30 | Faster trailing — more responsive, more whipsaws | 4H shorter trends |
DennTech Parabolic SAR Configuration
- Navigate to Strategy → Parabolic SAR
- AF Start: 0.02 (default), AF Max: 0.20 (default)
- Mode: Select Trend Direction Filter, Dynamic Trailing Stop, or Pure SAR
- ADX filter: enabled (ADX > 20 required for Pure SAR mode)
- For Trailing Stop mode: combine with EMA crossover entry from strategies page
- Stop-loss backup: hard stop at ATR × 2 as emergency backstop even with SAR trailing
- Timeframe: Daily or 4H for BTC/ETH
All strategies at strategies page. Full docs at DennTech docs. Start at pricing page.
Frequently Asked Questions
- Why does Parabolic SAR generate so many losing signals in sideways markets and how can I prevent this?
- Parabolic SAR is a trend-following indicator designed specifically for trending markets — it assumes prices will continue moving directionally once a trend is established. In sideways (ranging) markets where price oscillates within a band without clear direction, SAR flips back and forth frequently as price touches the SAR level from both sides. Each flip generates a new entry signal, creating a series of small losses as the "trend" immediately reverses. The fix is a trend-filter requirement: require ADX above 20 (or above 25 for more conservative filtering) before acting on any SAR flip signal. When ADX is below 20, the market is ranging — suppress all SAR entries. DennTech's SAR strategy includes an integrated ADX filter. See our ADX guide for detailed configuration. Compare editions at the pricing page.
- Can Parabolic SAR be used effectively as a trailing stop-loss replacement for all DennTech strategies?
- SAR-based trailing stop works best for strong, extended trends where the acceleration toward price locks in progressively larger profits. In shorter trends (lasting 5–10 bars), SAR may not advance far enough before the trend ends, producing exits similar to a fixed ATR stop. The main advantage of SAR trailing over ATR stops is dynamic acceleration in strong trends — during a prolonged BTC bull run, SAR will trail tighter and tighter, exiting only when a genuine reversal occurs rather than a fixed-distance stop that might exit prematurely on a pullback. For DennTech strategies targeting trend-following (EMA, MACD, Ichimoku), SAR trailing is an excellent ATR stop alternative. For mean-reversion strategies (RSI bounce, Stochastic), fixed ATR stops are more appropriate. See our MACD guide. Explore the live demo.
- What is the difference between Parabolic SAR and a fixed percentage trailing stop?
- A fixed percentage trailing stop (e.g., 5% below the highest price since entry) trails at a constant distance proportional to the highest price achieved. Parabolic SAR trails at an accelerating distance — starting far from the price and accelerating closer as the trend continues and new extreme points are made. In the early stages of a trend, SAR trails farther (gives more room for normal pullbacks). In mature trends, SAR has accelerated significantly and trails much tighter. This acceleration property is the key advantage: it automatically gives the trade room to breathe early and tightens to lock in profits as the trend matures, without requiring a fixed percentage parameter. Fixed percentage trailing stops require parameter optimization; SAR's acceleration factor is more self-adapting. Both are available in DennTech. See our stop-loss guide. Start at the pricing page.
Trend tools: SAR (this guide), ADX, EMA. All at the strategies page.