Trend-Following Backtester · Guide · backtest 한국어
etf · US
iShares Core Dividend ETF backtest
10 trend-following strategies were compared on the full daily history of iShares Core Dividend ETF. 0 beat buy-and-hold CAGR; ROC 모멘텀 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is ROC 모멘텀 (CAGR 9.9%, MDD -22.1%).
Results by strategy
0 of 10 beat buy and hold (CAGR 11.7%, drawdown -36.9%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 9.9%, MDD -22.1%, Sharpe 0.69, 94% exposure.
Return/drawdown alternative: ROC 모멘텀 — CAGR is 1.8%p lower than buy and hold, while drawdown improves by 14.8%p (CAGR 9.9%, MDD -22.1%, exposure 94%).
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 모멘텀 n=7, threshold=-0.04 |
9.9% | -22.1% | 0.69 | 0.45 | 2.3x | 71 | 94% |
| Donchian 채널 돌파 entryN=70, exitN=76 |
7.3% | -19.4% | 0.67 | 0.38 | 1.9x | 11 | 66% |
| SMA 크로스오버 fast=18, slow=172 |
6.4% | -28.8% | 0.58 | 0.22 | 1.7x | 17 | 70% |
| 볼린저 밴드 돌파 n=58, k=2.5 |
2.9% | -10.8% | 0.57 | 0.27 | 1.3x | 9 | 16% |
| EMA 크로스오버 fast=26, slow=112 |
6.4% | -26.6% | 0.57 | 0.24 | 1.7x | 17 | 73% |
| Keltner 채널 돌파 emaPeriod=75, atrPeriod=26, mult=1.2 |
2.8% | -26.7% | 0.32 | 0.11 | 1.3x | 61 | 63% |
| Supertrend period=29, mult=4.7 |
3.0% | -28.2% | 0.31 | 0.11 | 1.3x | 51 | 67% |
| Parabolic SAR step=0.015, maxStep=0.14 |
1.3% | -35.6% | 0.17 | 0.04 | 1.1x | 153 | 65% |
| ADX / DI 방향성 period=39, threshold=15 |
0.8% | -18.5% | 0.16 | 0.05 | 1.1x | 21 | 22% |
| MACD fast=17, slow=28, signal=14 |
0.5% | -25.8% | 0.10 | 0.02 | 1.0x | 127 | 51% |
| Buy and hold | 11.7% | -36.9% | 0.69 | 0.32 | 2.6x | 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 7-day return is greater than -4%
- Sell — Sell when the 7-day return drops to -4% or below