Parabolic SAR Backtest

Parabolic SAR is designed to stay aligned with the current trend in the SPDR S&P 500 ETF Trust (SPY) by staying long in uptrends, short in downtrends, and reversing when the trailing SAR level is breached.

Jump to >> Rules and mechanics · Full backtest history · Advanced insights and diagnostics

Strategy summary

Parabolic SAR is a stop-and-reverse trend-following strategy built to pursue sustained directional movement from the premise that accelerating trailing stops can keep exposure aligned with trend, using Wilder’s Parabolic SAR on SPY.

The indicator tracks the current trend’s extreme point, or EP, and an acceleration factor, or AF. In an uptrend, EP is the highest High reached since the uptrend began. In a downtrend, EP is the lowest Low reached since the downtrend began. AF starts at 0.02, increases by 0.02 when the trend makes a new extreme, and is capped at 0.20. This causes SAR to move toward price as the trend extends.

For this BTS implementation, the SAR level for day t is known before day t begins. If SPY is in an uptrend state and the daily low is strictly below the known SAR level, the strategy records a reversal to short after the close. If SPY is in a downtrend state and the daily high is strictly above the known SAR level, the strategy records a reversal to long after the close. Equality does not reverse the state.

The reversal trade is executed at the next open. This preserves a deterministic EOD mapping of Wilder’s stop-and-reverse logic while avoiding any claim that the backtest fills an intraday stop order at the SAR level.

What this strategy is not

  • Not a long-only SPY/cash timer; the strategy is always in the market and can be either long or short SPY.
  • Not an intraday stop-fill simulation; reversals are recorded after the close and executed at the next open, not at the SAR level.
  • Not a close-only crossover, moving-average, ADX, volatility, or trend-quality composite; reversals require strict daily High/Low penetration of the active SAR stop.
  • Instead: a single-instrument stop-and-reverse system that flips between long and short SPY when price strictly penetrates the active SAR stop.

Report summary

ItemValue
StrategyParabolic SAR
CategoryTrend following / Stop-and-reverse
UniverseSPY
Trade DirectionLong-short
Free Preview Window2021–2025 (5 years); BTS uses the five most recent whole calendar years for free previews.
Full Backtest Period1994–2025 (32 years); BTS uses the longest supported whole-calendar-year window available under the strategy universe, required instrument history, indicator warm-up, and methodology rules.
Window Start RuleHeadline reporting begins once SPY data availability and the required two-bar SAR warm-up support valid strategy and benchmark equity observations.
Starting Capital$10,000
Primary BenchmarkBuy-and-hold SPY
Methodology VersionBTS-3377
Publication DateMay 8, 2026
Source / CreditJ. Welles Wilder Jr., New Concepts in Technical Trading Systems

Benchmark summary

The primary benchmark is buy-and-hold SPY. That is the cleanest control because the strategy trades the same instrument, but adds a Parabolic SAR timing and sign-flip overlay that can move the portfolio from long SPY to short SPY.

Removing the SAR overlay leaves passive SPY exposure. The comparison is therefore intended to show what the stop-and-reverse rule changed: trend-alignment benefit, whipsaw cost, short-side drag, and the opportunity cost of being short or reversed during equity advances.

For the benchmark-selection framework, see How to Choose the Right Benchmark.

  • Primary Benchmark: buy-and-hold SPY.
  • Preserves: the same SPY instrument and broad equity exposure.
  • Removes: the Parabolic SAR timing, stop-and-reverse, and sign-flip overlay.
  • Excludes: cash, SHY, an always-short SPY position, a long-only Parabolic SAR timer, or a platform-specific SAR variant.

Key metrics: 2021–2025 free preview

  • The free preview is a recent-window orientation tool, not the complete evidence set.
  • A five-year free-preview window can be useful, but it can also overstate or understate the full historical tradeoff.
  • The full report expands the scorecard across the complete report window and adds the path-level interpretation behind the headline numbers.

In this five-year free preview, Parabolic SAR continued to trail buy-and-hold SPY. The strategy lost capital with a -7.9% CAGR and a $6,636 rebased ending value, while the benchmark compounded to $19,791 with a 14.7% CAGR.

CategoryMetricStrategyBenchmark
ActivityTime in Market100.0%100.0%
ActivityTrades per Year48.6
ActivityWin Rate36.1%
RiskVolatility13.9%17.1%
RiskMax Drawdown-35.7%-24.5%
RiskSharpe Ratio-0.50.9
RiskCalmar Ratio-0.20.6
ResultCAGR-7.9%14.7%
ResultEnding Capital$6,636$19,791
2021–2025, whole calendar years. Ending Capital is final value of a rebased $10,000 starting account. Time in Market excludes terminal reporting closes. Win Rate uses FIFO closed-position observations. Benchmark is a passive hold, not a recurring trade system, so benchmark Trades per Year and Win Rate are not reported.


Create a free account

Create a Free Account to unlock the decision rules, signal illustration, and backtest mechanics behind this strategy preview. No payment or credit card is required.

Free Account unlocks:

Decision rules: see exactly what was tested before interpreting the preview result.
Signal illustration: follow the strategy from input data to signal state to portfolio action.
Backtest mechanics: understand how the strategy, benchmark, execution timing, costs, dividends, and cash handling are connected.
Strategy updates: get notified as new BTS strategy research and diagnostics are added.
No payment or credit card required


Upgrade to Pro

Upgrade to Pro to review the full backtest history, full scorecard metrics, equity curves, drawdown profiles, caution flags, failure modes, tradeoffs, and portfolio-role framing.

Everything in Free plus:

Full backtest history: access the complete tested record so the preview result can be evaluated in full context.
Full scorecard metrics: compare the complete return, risk, drawdown, activity, CAGR, and ending-capital record against the benchmark.
Equity curves: see the strategy’s path personality: how it behaves across market environments, where it gains or loses ground, and how its journey compares with the benchmark.
Drawdown profiles: evaluate the losses, recovery periods, and time underwater that shape the real investor experience.
Strategy caution flags: see the key interpretation risks before drawing conclusions from the headline result.
Failure modes and tradeoffs: see what the strategy gave up, where it struggled, and what the tested tradeoff required.
Portfolio-role framing: connect the backtest to its possible Benefit, Cost, and Role in a broader portfolio context.


Upgrade to Ultra Pro

Upgrade to Ultra Pro to unlock advanced diagnostics by month, year, regime period, rolling window, and implementation logic.

Everything in Pro plus:

Pseudocode strategy logic: convert the written rules into a clear implementation sequence with signal timing, state handling, and target-output logic.
Monthly and annual returns: see when the strategy actually made or lost money across the calendar record.
Calendar-return summary: separate consistent behavior from standout years, weak years, and flat years.
Regime-filtered results: compare how the strategy behaved in benchmark up years versus benchmark down years.
Rolling-window diagnostics: test whether the result depended on the full sample or held across many start and end dates.
3-year rolling windows: examine shorter holding-period outcomes, including best cases, worst cases, and benchmark-relative consistency.
5-year rolling windows: evaluate longer-window durability and whether the strategy’s defensive profile persisted over fuller market cycles.
Implementation guardrails: avoid accidentally testing a different strategy by changing timing, cash treatment, window rules, or state logic.

Further research