Trend-Following Backtester · Guide · backtest 한국어
etf · CH
Vanguard S&P 500 UCITS ETF backtest
10 trend-following strategies were compared on the full daily history of Vanguard S&P 500 UCITS ETF. 1 beat buy-and-hold CAGR; ROC 모멘텀 ranks first by Sharpe, matching the main backtester. Its 98% market exposure makes it hold-like.
Results by strategy
1 of 10 beat buy and hold (CAGR 10.9%, drawdown -33.8%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 11.3%, MDD -23.9%, Sharpe 0.75, 98% exposure. With at least 95% exposure, it should be treated as hold-like, not strong evidence of timing skill.
No strategy retained at least 75% of buy-and-hold CAGR while reducing drawdown by both 20% relatively and 5 percentage points absolutely.
The alternative must retain 75% of buy-and-hold CAGR, improve drawdown by at least 20% and 5 percentage points, and stay below 95% exposure; the ranking weights return retention 60% and drawdown improvement 40%.
| Strategy · parameters | CAGR | MDD | Sharpe | Calmar | Total | Trades | Exposure |
|---|---|---|---|---|---|---|---|
| ROC 모멘텀 Hold-like · Exposure 98% n=10, threshold=-0.09 |
11.3% | -23.9% | 0.75 | 0.47 | 4.6x | 13 | 98% |
| Donchian 채널 돌파 entryN=17, exitN=69 |
7.1% | -30.5% | 0.56 | 0.23 | 2.6x | 33 | 89% |
| EMA 크로스오버 fast=39, slow=127 |
6.9% | -24.9% | 0.56 | 0.28 | 2.6x | 19 | 77% |
| SMA 크로스오버 fast=17, slow=206 |
6.6% | -25.3% | 0.54 | 0.26 | 2.5x | 25 | 77% |
| Keltner 채널 돌파 emaPeriod=12, atrPeriod=16, mult=4 |
0.7% | -3.3% | 0.36 | 0.20 | 1.1x | 4 | 2% |
| 볼린저 밴드 돌파 n=47, k=2.7 |
1.5% | -21.4% | 0.30 | 0.07 | 1.2x | 24 | 16% |
| Supertrend period=30, mult=4.1 |
2.3% | -26.3% | 0.25 | 0.09 | 1.4x | 105 | 69% |
| ADX / DI 방향성 period=23, threshold=36 |
0.4% | -8.6% | 0.20 | 0.05 | 1.1x | 4 | 3% |
| Parabolic SAR step=0.01, maxStep=0.04 |
1.0% | -31.1% | 0.15 | 0.03 | 1.2x | 126 | 70% |
| MACD fast=13, slow=38, signal=10 |
-3.2% | -52.1% | -0.24 | -0.06 | 0.6x | 238 | 50% |
| Buy and hold | 10.9% | -33.8% | 0.70 | 0.32 | 4.3x | 1 | 100% |
Rules of the top strategy
Rides the trend when recent return (momentum) over a window is above a threshold.
- Buy — Buy when the last 10-day return is greater than -9%
- Sell — Sell when the 10-day return drops to -9% or below