Trend-Following Backtester · Guide · backtest 한국어
etf · US
Freedom 100 Emerging Markets ETF backtest
10 trend-following strategies were compared on the full daily history of Freedom 100 Emerging Markets ETF. 1 beat buy-and-hold CAGR; ROC 모멘텀 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 13.3%, MDD -22.7%).
Results by strategy
1 of 10 beat buy and hold (CAGR 13.9%, drawdown -40.5%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 16.5%, MDD -25.8%, Sharpe 0.84, 92% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 2.5%p higher than buy and hold, while drawdown improves by 14.7%p (CAGR 13.3%, MDD -22.7%, exposure 64%).
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=48, threshold=-0.12 |
16.5% | -25.8% | 0.84 | 0.64 | 3.0x | 21 | 92% |
| SMA 크로스오버 fast=32, slow=113 |
13.3% | -22.7% | 0.79 | 0.59 | 2.4x | 15 | 64% |
| EMA 크로스오버 fast=31, slow=209 |
11.1% | -28.6% | 0.68 | 0.39 | 2.1x | 11 | 68% |
| 볼린저 밴드 돌파 n=53, k=2.8 |
4.8% | -14.8% | 0.68 | 0.33 | 1.4x | 8 | 14% |
| Keltner 채널 돌파 emaPeriod=49, atrPeriod=10, mult=3.2 |
8.1% | -20.1% | 0.67 | 0.40 | 1.7x | 26 | 37% |
| Donchian 채널 돌파 entryN=11, exitN=82 |
11.4% | -41.8% | 0.65 | 0.27 | 2.2x | 19 | 87% |
| Supertrend period=29, mult=4.5 |
6.6% | -38.7% | 0.47 | 0.17 | 1.6x | 38 | 59% |
| ADX / DI 방향성 period=13, threshold=39 |
2.4% | -9.9% | 0.46 | 0.24 | 1.2x | 10 | 6% |
| MACD fast=14, slow=49, signal=6 |
4.8% | -22.8% | 0.40 | 0.21 | 1.4x | 126 | 50% |
| Parabolic SAR step=0.015, maxStep=0.14 |
1.6% | -39.3% | 0.18 | 0.04 | 1.1x | 126 | 58% |
| Buy and hold | 13.9% | -40.5% | 0.67 | 0.34 | 2.5x | 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 48-day return is greater than -12%
- Sell — Sell when the 48-day return drops to -12% or below