Trend-Following Backtester · Guide · backtest 한국어
equity · CA
Manulife Financial Corporation backtest
10 trend-following strategies were compared on the full daily history of Manulife Financial Corporation. 1 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 8.6%, MDD -36.2%).
Results by strategy
1 of 10 beat buy and hold (CAGR 7.6%, drawdown -79.2%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.6%, MDD -36.2%, Sharpe 0.57, 64% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 1.0%p higher than buy and hold, while drawdown improves by 43.0%p (CAGR 8.6%, MDD -36.2%, exposure 64%).
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=39, slow=213 |
8.6% | -36.2% | 0.57 | 0.24 | 9.0x | 21 | 64% |
| SMA 크로스오버 fast=18, slow=160 |
6.9% | -34.1% | 0.46 | 0.20 | 6.0x | 61 | 61% |
| 볼린저 밴드 돌파 n=55, k=3.1 |
3.2% | -30.7% | 0.39 | 0.11 | 2.3x | 32 | 15% |
| Donchian 채널 돌파 entryN=52, exitN=77 |
5.4% | -50.2% | 0.37 | 0.11 | 4.1x | 49 | 67% |
| Keltner 채널 돌파 emaPeriod=47, atrPeriod=16, mult=2.4 |
4.3% | -45.8% | 0.37 | 0.09 | 3.1x | 113 | 35% |
| ADX / DI 방향성 period=35, threshold=21 |
3.1% | -22.5% | 0.36 | 0.14 | 2.3x | 44 | 16% |
| Supertrend period=14, mult=4.7 |
5.0% | -40.8% | 0.36 | 0.12 | 3.7x | 89 | 56% |
| ROC 모멘텀 n=153, threshold=-0.04 |
4.9% | -70.7% | 0.35 | 0.07 | 3.7x | 179 | 69% |
| MACD fast=22, slow=69, signal=40 |
1.6% | -81.1% | 0.18 | 0.02 | 1.5x | 193 | 53% |
| Parabolic SAR step=0.005, maxStep=0.32 |
-0.8% | -78.0% | 0.07 | -0.01 | 0.8x | 229 | 56% |
| Buy and hold | 7.6% | -79.2% | 0.39 | 0.10 | 7.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 39-day EMA crosses above the 213-day EMA
- Sell — Sell when the 39-day EMA falls below the 213-day EMA