Trend-Following Backtester · Guide · backtest 한국어
etf · US
Fidelity Blue Chip Growth ETF backtest
10 trend-following strategies were compared on the full daily history of Fidelity Blue Chip Growth ETF. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 16.8%, MDD -15.9%).
Results by strategy
0 of 10 beat buy and hold (CAGR 19.0%, drawdown -43.6%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 16.8%, MDD -15.9%, Sharpe 1.01, 70% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 2.1%p lower than buy and hold, while drawdown improves by 27.6%p (CAGR 16.8%, MDD -15.9%, exposure 70%).
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 |
|---|---|---|---|---|---|---|---|
| EMA 크로스오버 fast=18, slow=110 |
16.8% | -15.9% | 1.01 | 1.06 | 2.6x | 9 | 70% |
| Supertrend period=12, mult=4.6 |
12.8% | -19.9% | 0.92 | 0.64 | 2.1x | 22 | 52% |
| SMA 크로스오버 fast=16, slow=143 |
13.4% | -17.8% | 0.84 | 0.75 | 2.2x | 7 | 68% |
| ROC 모멘텀 n=151, threshold=0 |
13.4% | -18.6% | 0.82 | 0.72 | 2.2x | 21 | 69% |
| Donchian 채널 돌파 entryN=33, exitN=69 |
14.1% | -36.5% | 0.78 | 0.39 | 2.2x | 11 | 80% |
| ADX / DI 방향성 period=15, threshold=17 |
9.0% | -21.3% | 0.70 | 0.42 | 1.7x | 80 | 46% |
| Keltner 채널 돌파 emaPeriod=49, atrPeriod=8, mult=2.6 |
8.6% | -21.6% | 0.69 | 0.40 | 1.7x | 28 | 48% |
| 볼린저 밴드 돌파 n=51, k=1.5 |
7.0% | -26.7% | 0.56 | 0.26 | 1.5x | 30 | 48% |
| Parabolic SAR step=0.005, maxStep=0.38 |
6.8% | -33.3% | 0.47 | 0.20 | 1.5x | 62 | 63% |
| MACD fast=17, slow=59, signal=16 |
2.3% | -37.6% | 0.23 | 0.06 | 1.1x | 70 | 48% |
| Buy and hold | 19.0% | -43.6% | 0.81 | 0.44 | 2.9x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 18-day EMA crosses above the 110-day EMA
- Sell — Sell when the 18-day EMA falls below the 110-day EMA