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 14.9%, drawdown -75.2%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 10.9%, MDD -58.8%, Sharpe 0.49, 60% 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=46, slow=218 |
10.9% | -58.8% | 0.49 | 0.18 | 5.8x | 23 | 60% |
| Donchian 채널 돌파 entryN=33, exitN=75 |
10.6% | -72.9% | 0.47 | 0.15 | 5.6x | 32 | 74% |
| SMA 크로스오버 fast=53, slow=219 |
10.1% | -69.4% | 0.46 | 0.14 | 5.1x | 23 | 62% |
| Supertrend period=15, mult=5 |
8.8% | -69.5% | 0.43 | 0.13 | 4.2x | 42 | 66% |
| Parabolic SAR step=0.01, maxStep=0.34 |
6.0% | -71.2% | 0.35 | 0.08 | 2.7x | 219 | 48% |
| ROC 모멘텀 n=138, threshold=0.05 |
4.0% | -78.1% | 0.28 | 0.05 | 2.0x | 133 | 53% |
| Keltner 채널 돌파 emaPeriod=60, atrPeriod=9, mult=1.4 |
1.9% | -73.6% | 0.20 | 0.03 | 1.4x | 108 | 42% |
| MACD fast=17, slow=27, signal=14 |
1.3% | -73.5% | 0.19 | 0.02 | 1.2x | 243 | 49% |
| ADX / DI 방향성 period=27, threshold=13 |
0.7% | -70.7% | 0.16 | 0.01 | 1.1x | 161 | 41% |
| 볼린저 밴드 돌파 n=47, k=1.5 |
-0.2% | -69.5% | 0.12 | -0.00 | 1.0x | 111 | 38% |
| Buy and hold | 14.9% | -75.2% | 0.55 | 0.20 | 10.7x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 46-day EMA crosses above the 218-day EMA
- Sell — Sell when the 46-day EMA falls below the 218-day EMA