Trend-Following Backtester · Guide · backtest 한국어
equity · IN
ACC Limited backtest
10 trend-following strategies were compared on the full daily history of ACC Limited. 1 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 9.6%, MDD -44.8%).
Results by strategy
1 of 10 beat buy and hold (CAGR 9.2%, drawdown -69.2%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 9.6%, MDD -44.8%, Sharpe 0.52, 55% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 0.4%p higher than buy and hold, while drawdown improves by 24.4%p (CAGR 9.6%, MDD -44.8%, exposure 55%).
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=46, slow=48 |
9.6% | -44.8% | 0.52 | 0.21 | 9.1x | 62 | 55% |
| SMA 크로스오버 fast=7, slow=153 |
9.0% | -47.5% | 0.49 | 0.19 | 7.9x | 68 | 56% |
| Keltner 채널 돌파 emaPeriod=11, atrPeriod=22, mult=2 |
4.1% | -17.5% | 0.44 | 0.24 | 2.7x | 84 | 11% |
| ROC 모멘텀 n=78, threshold=0.02 |
6.8% | -45.3% | 0.41 | 0.15 | 4.9x | 196 | 52% |
| Donchian 채널 돌파 entryN=17, exitN=51 |
7.1% | -53.2% | 0.39 | 0.13 | 5.2x | 71 | 75% |
| Supertrend period=7, mult=3.4 |
4.5% | -57.2% | 0.31 | 0.08 | 2.9x | 117 | 51% |
| 볼린저 밴드 돌파 n=28, k=2.7 |
3.2% | -33.3% | 0.31 | 0.10 | 2.1x | 82 | 18% |
| MACD fast=19, slow=35, signal=7 |
2.1% | -66.0% | 0.21 | 0.03 | 1.7x | 384 | 51% |
| ADX / DI 방향성 period=12, threshold=29 |
0.2% | -55.8% | 0.08 | 0.00 | 1.1x | 188 | 19% |
| Parabolic SAR step=0.015, maxStep=0.26 |
-3.3% | -87.1% | -0.04 | -0.04 | 0.4x | 456 | 53% |
| Buy and hold | 9.2% | -69.2% | 0.44 | 0.13 | 8.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 46-day EMA crosses above the 48-day EMA
- Sell — Sell when the 46-day EMA falls below the 48-day EMA