Trend-Following Backtester · Guide · backtest 한국어
etf · US
Invesco NASDAQ 100 ETF backtest
10 trend-following strategies were compared on the full daily history of Invesco NASDAQ 100 ETF. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 15.4%, MDD -15.9%).
Results by strategy
0 of 10 beat buy and hold (CAGR 15.7%, drawdown -35.6%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 15.4%, MDD -15.9%, Sharpe 1.02, 71% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 0.3%p lower than buy and hold, while drawdown improves by 19.6%p (CAGR 15.4%, MDD -15.9%, exposure 71%).
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=65, slow=116 |
15.4% | -15.9% | 1.02 | 0.96 | 2.3x | 5 | 71% |
| SMA 크로스오버 fast=27, slow=146 |
14.0% | -15.5% | 0.98 | 0.90 | 2.1x | 7 | 67% |
| Supertrend period=15, mult=4.9 |
11.9% | -18.3% | 0.96 | 0.65 | 1.9x | 20 | 55% |
| ROC 모멘텀 n=148, threshold=0.02 |
12.8% | -16.4% | 0.90 | 0.78 | 2.0x | 17 | 68% |
| Keltner 채널 돌파 emaPeriod=41, atrPeriod=25, mult=2.4 |
9.6% | -14.5% | 0.87 | 0.66 | 1.7x | 26 | 45% |
| Donchian 채널 돌파 entryN=89, exitN=19 |
7.7% | -10.4% | 0.73 | 0.74 | 1.5x | 18 | 43% |
| 볼린저 밴드 돌파 n=41, k=1.1 |
7.8% | -23.1% | 0.65 | 0.34 | 1.5x | 42 | 54% |
| Parabolic SAR step=0.005, maxStep=0.34 |
4.8% | -26.6% | 0.39 | 0.18 | 1.3x | 60 | 63% |
| ADX / DI 방향성 period=38, threshold=21 |
1.5% | -7.2% | 0.39 | 0.21 | 1.1x | 4 | 7% |
| MACD fast=24, slow=36, signal=20 |
3.7% | -21.9% | 0.34 | 0.17 | 1.2x | 60 | 47% |
| Buy and hold | 15.7% | -35.6% | 0.77 | 0.44 | 2.3x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 65-day EMA crosses above the 116-day EMA
- Sell — Sell when the 65-day EMA falls below the 116-day EMA