Trend-Following Backtester · Guide · backtest 한국어
equity · BR
Hypera S.A. backtest
10 trend-following strategies were compared on the full daily history of Hypera S.A.. 5 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 9.0%, MDD -39.0%).
Results by strategy
5 of 10 beat buy and hold (CAGR 5.2%, drawdown -74.6%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 10.8%, MDD -43.3%, Sharpe 0.55, 56% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 5.6%p higher than buy and hold, while drawdown improves by 31.3%p (CAGR 9.0%, MDD -39.0%, exposure 55%).
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=12, slow=54 |
10.8% | -43.3% | 0.55 | 0.25 | 6.6x | 80 | 56% |
| Donchian 채널 돌파 entryN=49, exitN=49 |
9.4% | -50.9% | 0.50 | 0.19 | 5.2x | 38 | 54% |
| SMA 크로스오버 fast=6, slow=69 |
9.0% | -39.0% | 0.48 | 0.23 | 4.8x | 96 | 55% |
| Supertrend period=14, mult=4.4 |
7.5% | -48.1% | 0.41 | 0.16 | 3.7x | 56 | 58% |
| ADX / DI 방향성 period=20, threshold=17 |
5.6% | -54.1% | 0.39 | 0.10 | 2.7x | 156 | 34% |
| 볼린저 밴드 돌파 n=35, k=2.9 |
3.9% | -30.5% | 0.37 | 0.13 | 2.0x | 30 | 14% |
| Keltner 채널 돌파 emaPeriod=38, atrPeriod=11, mult=3.4 |
3.8% | -35.3% | 0.36 | 0.11 | 2.0x | 30 | 13% |
| MACD fast=17, slow=57, signal=19 |
2.5% | -51.3% | 0.23 | 0.05 | 1.6x | 189 | 51% |
| ROC 모멘텀 n=77, threshold=0 |
0.9% | -71.9% | 0.16 | 0.01 | 1.2x | 196 | 54% |
| Parabolic SAR step=0.01, maxStep=0.36 |
-3.0% | -83.2% | 0.00 | -0.04 | 0.6x | 254 | 54% |
| Buy and hold | 5.2% | -74.6% | 0.32 | 0.07 | 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 12-day EMA crosses above the 54-day EMA
- Sell — Sell when the 12-day EMA falls below the 54-day EMA