Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Mitsubishi UFJ Financial Group, Inc. backtest
10 trend-following strategies were compared on the full daily history of Mitsubishi UFJ Financial Group, Inc.. 7 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 10.8%, MDD -33.8%).
Results by strategy
7 of 10 beat buy and hold (CAGR 4.4%, drawdown -83.4%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 10.8%, MDD -33.8%, Sharpe 0.62, 48% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 6.4%p higher than buy and hold, while drawdown improves by 49.6%p (CAGR 10.8%, MDD -33.8%, exposure 48%).
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=35, slow=276 |
10.8% | -33.8% | 0.62 | 0.32 | 8.5x | 15 | 48% |
| Donchian 채널 돌파 entryN=122, exitN=60 |
6.7% | -41.2% | 0.46 | 0.16 | 3.9x | 23 | 38% |
| ROC 모멘텀 n=174, threshold=0.07 |
7.0% | -45.9% | 0.45 | 0.15 | 4.1x | 119 | 44% |
| SMA 크로스오버 fast=12, slow=180 |
6.8% | -56.2% | 0.42 | 0.12 | 3.9x | 41 | 50% |
| 볼린저 밴드 돌파 n=43, k=2.1 |
4.5% | -45.6% | 0.37 | 0.10 | 2.5x | 85 | 30% |
| Keltner 채널 돌파 emaPeriod=46, atrPeriod=22, mult=2.3 |
4.6% | -38.4% | 0.36 | 0.12 | 2.6x | 99 | 33% |
| Supertrend period=27, mult=5 |
4.6% | -71.1% | 0.32 | 0.06 | 2.5x | 73 | 51% |
| Parabolic SAR step=0.005, maxStep=0.2 |
2.5% | -66.5% | 0.22 | 0.04 | 1.7x | 158 | 53% |
| MACD fast=13, slow=27, signal=12 |
1.3% | -64.6% | 0.17 | 0.02 | 1.3x | 324 | 49% |
| ADX / DI 방향성 period=29, threshold=27 |
0.7% | -17.6% | 0.15 | 0.04 | 1.2x | 16 | 5% |
| Buy and hold | 4.4% | -83.4% | 0.30 | 0.05 | 2.5x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 35-day EMA crosses above the 276-day EMA
- Sell — Sell when the 35-day EMA falls below the 276-day EMA