Trend-Following Backtester · Guide · backtest 한국어
equity · CA
Canadian Imperial Bank of Commerce backtest
10 trend-following strategies were compared on the full daily history of Canadian Imperial Bank of Commerce. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 9.9%, MDD -37.5%).
Results by strategy
0 of 10 beat buy and hold (CAGR 10.1%, drawdown -65.2%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 9.9%, MDD -37.5%, Sharpe 0.68, 65% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 0.2%p lower than buy and hold, while drawdown improves by 27.7%p (CAGR 9.9%, MDD -37.5%, exposure 65%).
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=27, slow=119 |
9.9% | -37.5% | 0.68 | 0.26 | 19.8x | 59 | 65% |
| SMA 크로스오버 fast=10, slow=152 |
8.9% | -42.9% | 0.62 | 0.21 | 14.6x | 75 | 64% |
| Donchian 채널 돌파 entryN=104, exitN=62 |
8.1% | -37.7% | 0.61 | 0.22 | 11.7x | 47 | 55% |
| ROC 모멘텀 n=171, threshold=0.01 |
8.4% | -46.6% | 0.61 | 0.18 | 12.6x | 147 | 64% |
| Supertrend period=13, mult=4.2 |
8.3% | -30.1% | 0.60 | 0.28 | 12.5x | 127 | 59% |
| 볼린저 밴드 돌파 n=76, k=1.4 |
5.2% | -59.2% | 0.45 | 0.09 | 4.9x | 117 | 48% |
| ADX / DI 방향성 period=38, threshold=23 |
1.8% | -16.3% | 0.42 | 0.11 | 1.7x | 28 | 9% |
| Keltner 채널 돌파 emaPeriod=44, atrPeriod=17, mult=1.8 |
3.5% | -52.9% | 0.33 | 0.07 | 3.0x | 195 | 47% |
| Parabolic SAR step=0.005, maxStep=0.18 |
3.5% | -53.9% | 0.30 | 0.06 | 3.0x | 275 | 57% |
| MACD fast=13, slow=25, signal=18 |
0.3% | -66.1% | 0.10 | 0.00 | 1.1x | 436 | 49% |
| Buy and hold | 10.1% | -65.2% | 0.52 | 0.15 | 20.8x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 27-day EMA crosses above the 119-day EMA
- Sell — Sell when the 27-day EMA falls below the 119-day EMA