Trend-Following Backtester · Guide · backtest 한국어
equity · GB
Next plc backtest
10 trend-following strategies were compared on the full daily history of Next plc. 4 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 17.8%, MDD -35.7%).
Results by strategy
4 of 10 beat buy and hold (CAGR 11.3%, drawdown -95.1%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 18.0%, MDD -37.9%, Sharpe 0.88, 69% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 6.7%p higher than buy and hold, while drawdown improves by 57.2%p (CAGR 17.8%, MDD -35.7%, exposure 68%).
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=9, slow=178 |
18.0% | -37.9% | 0.88 | 0.47 | 546.7x | 69 | 69% |
| SMA 크로스오버 fast=16, slow=192 |
17.8% | -35.7% | 0.87 | 0.50 | 504.6x | 63 | 68% |
| ROC 모멘텀 n=169, threshold=-0.04 |
16.7% | -49.9% | 0.81 | 0.34 | 361.5x | 149 | 72% |
| Donchian 채널 돌파 entryN=111, exitN=103 |
14.9% | -36.6% | 0.75 | 0.41 | 197.9x | 33 | 66% |
| Supertrend period=21, mult=5 |
10.4% | -50.9% | 0.55 | 0.20 | 43.5x | 145 | 60% |
| Keltner 채널 돌파 emaPeriod=58, atrPeriod=27, mult=3.1 |
5.9% | -47.9% | 0.42 | 0.12 | 8.8x | 143 | 38% |
| 볼린저 밴드 돌파 n=56, k=2.7 |
4.7% | -34.1% | 0.39 | 0.14 | 5.8x | 103 | 29% |
| ADX / DI 방향성 period=37, threshold=11 |
5.1% | -50.8% | 0.35 | 0.10 | 6.6x | 323 | 48% |
| Parabolic SAR step=0.01, maxStep=0.36 |
3.6% | -69.9% | 0.27 | 0.05 | 3.9x | 507 | 55% |
| MACD fast=13, slow=43, signal=19 |
-1.9% | -91.1% | 0.04 | -0.02 | 0.5x | 491 | 50% |
| Buy and hold | 11.3% | -95.1% | 0.48 | 0.12 | 58.6x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 9-day EMA crosses above the 178-day EMA
- Sell — Sell when the 9-day EMA falls below the 178-day EMA