Trend-Following Backtester · Guide · backtest 한국어
equity · BR
Itau Unibanco Holding S.A. backtest
10 trend-following strategies were compared on the full daily history of Itau Unibanco Holding S.A.. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester.
Results by strategy
0 of 10 beat buy and hold (CAGR 12.4%, drawdown -56.0%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 7.2%, MDD -58.4%, Sharpe 0.42, 72% exposure.
No strategy retained at least 75% of buy-and-hold CAGR while reducing drawdown by both 20% relatively and 5 percentage points absolutely.
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=78, slow=200 |
7.2% | -58.4% | 0.42 | 0.12 | 6.4x | 33 | 72% |
| Donchian 채널 돌파 entryN=38, exitN=83 |
7.1% | -47.5% | 0.42 | 0.15 | 6.3x | 57 | 76% |
| 볼린저 밴드 돌파 n=62, k=1.4 |
4.7% | -36.0% | 0.35 | 0.13 | 3.4x | 129 | 46% |
| SMA 크로스오버 fast=20, slow=60 |
5.1% | -45.6% | 0.34 | 0.11 | 3.7x | 119 | 58% |
| MACD fast=18, slow=35, signal=18 |
3.8% | -47.9% | 0.28 | 0.08 | 2.7x | 300 | 51% |
| Keltner 채널 돌파 emaPeriod=56, atrPeriod=16, mult=3.2 |
3.2% | -31.1% | 0.28 | 0.10 | 2.3x | 107 | 35% |
| Supertrend period=26, mult=4.6 |
3.7% | -56.8% | 0.28 | 0.06 | 2.6x | 129 | 58% |
| ROC 모멘텀 n=149, threshold=-0.01 |
3.1% | -71.5% | 0.25 | 0.04 | 2.3x | 219 | 68% |
| ADX / DI 방향성 period=26, threshold=5 |
1.7% | -73.4% | 0.18 | 0.02 | 1.5x | 413 | 58% |
| Parabolic SAR step=0.005, maxStep=0.18 |
1.3% | -60.1% | 0.17 | 0.02 | 1.4x | 218 | 56% |
| Buy and hold | 12.4% | -56.0% | 0.53 | 0.22 | 22.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 78-day EMA crosses above the 200-day EMA
- Sell — Sell when the 78-day EMA falls below the 200-day EMA