Trend-Following Backtester · Guide · backtest 한국어
equity · AU
CSL Limited backtest
10 trend-following strategies were compared on the full daily history of CSL Limited. 3 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 20.8%, MDD -37.9%).
Results by strategy
3 of 10 beat buy and hold (CAGR 16.8%, drawdown -77.7%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 20.8%, MDD -37.9%, Sharpe 0.91, 74% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 4.0%p higher than buy and hold, while drawdown improves by 39.7%p (CAGR 20.8%, MDD -37.9%, exposure 74%).
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=55, slow=237 |
20.8% | -37.9% | 0.91 | 0.55 | 433.5x | 22 | 74% |
| SMA 크로스오버 fast=61, slow=306 |
19.5% | -42.0% | 0.86 | 0.47 | 312.2x | 20 | 74% |
| ROC 모멘텀 n=144, threshold=-0.1 |
19.8% | -56.9% | 0.85 | 0.35 | 336.7x | 80 | 84% |
| Donchian 채널 돌파 entryN=83, exitN=74 |
15.7% | -51.5% | 0.79 | 0.31 | 109.7x | 44 | 64% |
| 볼린저 밴드 돌파 n=59, k=2.8 |
9.9% | -32.5% | 0.72 | 0.30 | 20.7x | 54 | 30% |
| Supertrend period=25, mult=4.8 |
12.8% | -60.3% | 0.67 | 0.21 | 47.8x | 113 | 60% |
| Keltner 채널 돌파 emaPeriod=69, atrPeriod=28, mult=4 |
9.9% | -47.4% | 0.65 | 0.21 | 20.6x | 82 | 41% |
| ADX / DI 방향성 period=34, threshold=51 |
4.2% | -11.8% | 0.59 | 0.36 | 3.8x | 6 | 9% |
| Parabolic SAR step=0.015, maxStep=0.16 |
2.9% | -73.4% | 0.23 | 0.04 | 2.5x | 505 | 58% |
| MACD fast=24, slow=32, signal=29 |
-0.9% | -79.7% | 0.05 | -0.01 | 0.8x | 327 | 52% |
| Buy and hold | 16.8% | -77.7% | 0.68 | 0.22 | 148.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 55-day EMA crosses above the 237-day EMA
- Sell — Sell when the 55-day EMA falls below the 237-day EMA