Trend-Following Backtester · Guide · backtest 한국어
etf · US
BlackRock Science and Technology Term Trust backtest
10 trend-following strategies were compared on the full daily history of BlackRock Science and Technology Term Trust. 7 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 14.0%, MDD -21.2%).
Results by strategy
7 of 10 beat buy and hold (CAGR 4.9%, drawdown -67.5%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 14.0%, MDD -21.2%, Sharpe 0.80, 53% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 9.2%p higher than buy and hold, while drawdown improves by 46.2%p (CAGR 14.0%, MDD -21.2%, exposure 53%).
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=28, slow=188 |
14.0% | -21.2% | 0.80 | 0.66 | 2.5x | 5 | 53% |
| SMA 크로스오버 fast=22, slow=217 |
12.7% | -25.8% | 0.73 | 0.49 | 2.3x | 7 | 56% |
| Donchian 채널 돌파 entryN=60, exitN=79 |
12.8% | -25.2% | 0.72 | 0.51 | 2.4x | 9 | 64% |
| ADX / DI 방향성 period=24, threshold=26 |
3.5% | -10.7% | 0.52 | 0.33 | 1.3x | 8 | 6% |
| 볼린저 밴드 돌파 n=28, k=2.3 |
5.0% | -26.9% | 0.51 | 0.19 | 1.4x | 26 | 23% |
| Keltner 채널 돌파 emaPeriod=19, atrPeriod=13, mult=1.4 |
5.3% | -24.8% | 0.44 | 0.21 | 1.4x | 74 | 38% |
| ROC 모멘텀 n=126, threshold=0.04 |
5.9% | -36.7% | 0.42 | 0.16 | 1.5x | 47 | 46% |
| Supertrend period=35, mult=4.7 |
5.7% | -45.5% | 0.40 | 0.13 | 1.5x | 32 | 62% |
| Parabolic SAR step=0.015, maxStep=0.3 |
1.9% | -44.9% | 0.19 | 0.04 | 1.1x | 130 | 57% |
| MACD fast=4, slow=47, signal=18 |
1.2% | -48.5% | 0.16 | 0.03 | 1.1x | 132 | 51% |
| Buy and hold | 4.9% | -67.5% | 0.31 | 0.07 | 1.4x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 28-day EMA crosses above the 188-day EMA
- Sell — Sell when the 28-day EMA falls below the 188-day EMA