Trend-Following Backtester · Guide · backtest 한국어
equity · SE
Addtech AB Class B backtest
10 trend-following strategies were compared on the full daily history of Addtech AB Class B. 2 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Donchian 채널 돌파 (CAGR 12.9%, MDD -45.0%).
Results by strategy
2 of 10 beat buy and hold (CAGR 8.6%, drawdown -95.4%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 13.9%, MDD -47.1%, Sharpe 0.65, 69% exposure.
Return/drawdown alternative: Donchian 채널 돌파 — CAGR is 5.3%p higher than buy and hold, while drawdown improves by 48.3%p (CAGR 12.9%, MDD -45.0%, exposure 72%).
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=17, slow=116 |
13.9% | -47.1% | 0.65 | 0.30 | 31.9x | 65 | 69% |
| Donchian 채널 돌파 entryN=60, exitN=74 |
12.9% | -45.0% | 0.60 | 0.29 | 24.9x | 41 | 72% |
| SMA 크로스오버 fast=56, slow=183 |
5.5% | -93.4% | 0.45 | 0.06 | 4.2x | 27 | 71% |
| Keltner 채널 돌파 emaPeriod=64, atrPeriod=26, mult=2.6 |
6.3% | -33.5% | 0.41 | 0.19 | 5.1x | 112 | 42% |
| Supertrend period=27, mult=5 |
6.8% | -68.7% | 0.39 | 0.10 | 5.7x | 91 | 60% |
| ROC 모멘텀 n=137, threshold=0.02 |
6.2% | -53.9% | 0.36 | 0.11 | 4.9x | 219 | 68% |
| ADX / DI 방향성 period=37, threshold=9 |
5.4% | -52.3% | 0.34 | 0.10 | 4.0x | 266 | 50% |
| 볼린저 밴드 돌파 n=58, k=1.9 |
4.4% | -44.4% | 0.31 | 0.10 | 3.1x | 127 | 42% |
| MACD fast=10, slow=24, signal=10 |
1.0% | -69.4% | 0.16 | 0.01 | 1.3x | 556 | 51% |
| Parabolic SAR step=0.025, maxStep=0.32 |
0.9% | -71.9% | 0.16 | 0.01 | 1.3x | 605 | 54% |
| Buy and hold | 8.6% | -95.4% | 0.51 | 0.09 | 9.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 17-day EMA crosses above the 116-day EMA
- Sell — Sell when the 17-day EMA falls below the 116-day EMA