Trend-Following Backtester · Guide · backtest 한국어
equity · US
Belden Inc backtest
10 trend-following strategies were compared on the full daily history of Belden Inc. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 7.6%, MDD -63.0%).
Results by strategy
0 of 10 beat buy and hold (CAGR 9.8%, drawdown -85.8%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 7.6%, MDD -63.0%, Sharpe 0.39, 59% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 2.2%p lower than buy and hold, while drawdown improves by 22.9%p (CAGR 7.6%, MDD -63.0%, exposure 59%).
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=48, slow=81 |
7.6% | -63.0% | 0.39 | 0.12 | 11.0x | 68 | 59% |
| Donchian 채널 돌파 entryN=99, exitN=61 |
7.3% | -56.3% | 0.39 | 0.13 | 9.9x | 48 | 49% |
| ADX / DI 방향성 period=30, threshold=30 |
3.7% | -26.0% | 0.37 | 0.14 | 3.3x | 24 | 6% |
| SMA 크로스오버 fast=24, slow=143 |
6.7% | -63.8% | 0.37 | 0.11 | 8.4x | 68 | 59% |
| Supertrend period=14, mult=2.6 |
6.6% | -77.6% | 0.36 | 0.08 | 8.0x | 291 | 54% |
| MACD fast=19, slow=42, signal=18 |
5.8% | -70.7% | 0.34 | 0.08 | 6.4x | 365 | 49% |
| ROC 모멘텀 n=124, threshold=0.06 |
3.8% | -63.8% | 0.27 | 0.06 | 3.4x | 320 | 50% |
| Parabolic SAR step=0.025, maxStep=0.16 |
2.2% | -89.0% | 0.23 | 0.02 | 2.0x | 755 | 53% |
| 볼린저 밴드 돌파 n=49, k=3.3 |
1.2% | -53.2% | 0.16 | 0.02 | 1.5x | 32 | 9% |
| Keltner 채널 돌파 emaPeriod=52, atrPeriod=29, mult=2.8 |
0.8% | -77.8% | 0.15 | 0.01 | 1.3x | 138 | 33% |
| Buy and hold | 9.8% | -85.8% | 0.44 | 0.11 | 21.1x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 48-day EMA crosses above the 81-day EMA
- Sell — Sell when the 48-day EMA falls below the 81-day EMA