Trend-Following Backtester · Guide · backtest 한국어
equity · KR
후성 backtest
10 trend-following strategies were compared on the full daily history of 후성. 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 9.6%, drawdown -85.6%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 9.1%, MDD -69.1%, Sharpe 0.42, 49% 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=65, slow=194 |
9.1% | -69.1% | 0.42 | 0.13 | 5.5x | 19 | 49% |
| Supertrend period=14, mult=4.1 |
7.7% | -70.4% | 0.39 | 0.11 | 4.3x | 80 | 48% |
| Keltner 채널 돌파 emaPeriod=23, atrPeriod=26, mult=3.2 |
6.9% | -61.2% | 0.38 | 0.11 | 3.7x | 52 | 13% |
| SMA 크로스오버 fast=67, slow=204 |
7.3% | -69.1% | 0.38 | 0.11 | 4.0x | 25 | 46% |
| ADX / DI 방향성 period=21, threshold=41 |
4.9% | -51.0% | 0.36 | 0.10 | 2.5x | 10 | 3% |
| Donchian 채널 돌파 entryN=14, exitN=48 |
4.4% | -76.8% | 0.33 | 0.06 | 2.3x | 82 | 70% |
| 볼린저 밴드 돌파 n=16, k=3.3 |
3.8% | -49.3% | 0.32 | 0.08 | 2.1x | 18 | 3% |
| Parabolic SAR step=0.015, maxStep=0.3 |
4.2% | -80.1% | 0.30 | 0.05 | 2.3x | 316 | 48% |
| ROC 모멘텀 n=46, threshold=0.07 |
1.0% | -84.9% | 0.22 | 0.01 | 1.2x | 240 | 35% |
| MACD fast=17, slow=32, signal=11 |
-1.0% | -92.4% | 0.18 | -0.01 | 0.8x | 284 | 51% |
| Buy and hold | 9.6% | -85.6% | 0.45 | 0.11 | 6.0x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 65-day EMA crosses above the 194-day EMA
- Sell — Sell when the 65-day EMA falls below the 194-day EMA