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; ROC 모멘텀 ranks first by Sharpe, matching the main backtester.
Results by strategy
0 of 10 beat buy and hold (CAGR 4.6%, drawdown -58.8%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 1.5%, MDD -68.4%, Sharpe 0.20, 84% exposure.
CAGR reference leader: SMA 크로스오버 — CAGR 1.6%, MDD -71.2%, exposure 56%.
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 |
|---|---|---|---|---|---|---|---|
| ROC 모멘텀 n=132, threshold=-0.12 |
1.5% | -68.4% | 0.20 | 0.02 | 1.5x | 163 | 84% |
| SMA 크로스오버 fast=40, slow=208 |
1.6% | -71.2% | 0.19 | 0.02 | 1.5x | 54 | 56% |
| EMA 크로스오버 fast=56, slow=172 |
-0.7% | -82.0% | 0.10 | -0.01 | 0.8x | 50 | 58% |
| ADX / DI 방향성 period=35, threshold=20 |
-0.4% | -32.4% | 0.03 | -0.01 | 0.9x | 40 | 10% |
| Donchian 채널 돌파 entryN=76, exitN=73 |
-2.4% | -87.9% | 0.02 | -0.03 | 0.5x | 52 | 53% |
| 볼린저 밴드 돌파 n=70, k=2.9 |
-2.6% | -62.3% | -0.11 | -0.04 | 0.5x | 46 | 16% |
| Supertrend period=17, mult=4.8 |
-7.1% | -91.2% | -0.14 | -0.08 | 0.1x | 75 | 61% |
| Keltner 채널 돌파 emaPeriod=62, atrPeriod=26, mult=2.9 |
-5.0% | -81.0% | -0.23 | -0.06 | 0.3x | 80 | 22% |
| Parabolic SAR step=0.005, maxStep=0.12 |
-10.2% | -95.3% | -0.32 | -0.11 | 0.1x | 222 | 52% |
| MACD fast=14, slow=54, signal=18 |
-13.7% | -98.1% | -0.51 | -0.14 | 0.0x | 361 | 50% |
| Buy and hold | 4.6% | -58.8% | 0.30 | 0.08 | 3.3x | 1 | 100% |
Rules of the top strategy
Rides the trend when recent return (momentum) over a window is above a threshold.
- Buy — Buy when the last 132-day return is greater than -12%
- Sell — Sell when the 132-day return drops to -12% or below