Trend-Following Backtester · Guide · backtest 한국어
etf · US
Columbia Research Enhanced Core ETF backtest
10 trend-following strategies were compared on the full daily history of Columbia Research Enhanced Core ETF. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 11.6%, MDD -22.8%).
Results by strategy
0 of 10 beat buy and hold (CAGR 12.1%, drawdown -34.7%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 11.6%, MDD -22.8%, Sharpe 0.89, 70% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 0.5%p lower than buy and hold, while drawdown improves by 11.9%p (CAGR 11.6%, MDD -22.8%, exposure 70%).
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=56, slow=116 |
11.6% | -22.8% | 0.89 | 0.51 | 2.1x | 11 | 70% |
| SMA 크로스오버 fast=19, slow=192 |
9.9% | -25.4% | 0.78 | 0.39 | 1.9x | 11 | 70% |
| Donchian 채널 돌파 entryN=34, exitN=54 |
9.6% | -33.1% | 0.71 | 0.29 | 1.9x | 13 | 78% |
| ROC 모멘텀 n=142, threshold=-0.04 |
9.4% | -29.6% | 0.70 | 0.32 | 1.9x | 21 | 76% |
| Keltner 채널 돌파 emaPeriod=16, atrPeriod=19, mult=1.1 |
4.8% | -15.6% | 0.53 | 0.31 | 1.4x | 94 | 54% |
| Parabolic SAR step=0.005, maxStep=0.24 |
4.2% | -32.1% | 0.37 | 0.13 | 1.3x | 65 | 65% |
| Supertrend period=31, mult=3.6 |
4.0% | -41.6% | 0.35 | 0.10 | 1.3x | 55 | 70% |
| 볼린저 밴드 돌파 n=22, k=1.7 |
2.3% | -16.3% | 0.30 | 0.14 | 1.2x | 66 | 49% |
| MACD fast=23, slow=33, signal=13 |
0.9% | -28.4% | 0.14 | 0.03 | 1.1x | 96 | 52% |
| ADX / DI 방향성 period=20, threshold=9 |
0.1% | -37.3% | 0.08 | 0.00 | 1.0x | 100 | 63% |
| Buy and hold | 12.1% | -34.7% | 0.66 | 0.35 | 2.2x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 56-day EMA crosses above the 116-day EMA
- Sell — Sell when the 56-day EMA falls below the 116-day EMA