Trend-Following Backtester · Guide · backtest 한국어
equity · US
Corporacion America Airports SA backtest
10 trend-following strategies were compared on the full daily history of Corporacion America Airports SA. 9 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is ADX / DI 방향성 (CAGR 12.9%, MDD -19.7%).
Results by strategy
9 of 10 beat buy and hold (CAGR 5.5%, drawdown -89.9%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 23.4%, MDD -26.6%, Sharpe 0.87, 64% exposure.
Return/drawdown alternative: ADX / DI 방향성 — CAGR is 17.9%p higher than buy and hold, while drawdown improves by 63.2%p (CAGR 12.9%, MDD -19.7%, exposure 27%).
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=66, slow=251 |
23.4% | -26.6% | 0.87 | 0.88 | 6.0x | 3 | 64% |
| SMA 크로스오버 fast=70, slow=254 |
23.0% | -26.6% | 0.86 | 0.86 | 5.8x | 3 | 64% |
| ROC 모멘텀 n=129, threshold=-0.11 |
23.1% | -50.5% | 0.74 | 0.46 | 5.8x | 27 | 73% |
| ADX / DI 방향성 period=38, threshold=18 |
12.9% | -19.7% | 0.69 | 0.65 | 2.8x | 16 | 27% |
| 볼린저 밴드 돌파 n=18, k=2.6 |
13.3% | -21.2% | 0.65 | 0.63 | 2.9x | 37 | 15% |
| Donchian 채널 돌파 entryN=19, exitN=37 |
16.7% | -52.0% | 0.59 | 0.32 | 3.7x | 25 | 69% |
| MACD fast=8, slow=28, signal=19 |
12.2% | -61.6% | 0.49 | 0.20 | 2.7x | 141 | 47% |
| Supertrend period=21, mult=3.6 |
10.3% | -46.6% | 0.45 | 0.22 | 2.3x | 29 | 59% |
| Keltner 채널 돌파 emaPeriod=55, atrPeriod=18, mult=1.7 |
9.7% | -35.9% | 0.45 | 0.27 | 2.2x | 40 | 40% |
| Parabolic SAR step=0.04, maxStep=0.06 |
2.9% | -60.5% | 0.24 | 0.05 | 1.3x | 161 | 47% |
| Buy and hold | 5.5% | -89.9% | 0.36 | 0.06 | 1.6x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 66-day EMA crosses above the 251-day EMA
- Sell — Sell when the 66-day EMA falls below the 251-day EMA