Trend-Following Backtester · Guide · backtest 한국어
equity · KR
우리기술 backtest
10 trend-following strategies were compared on the full daily history of 우리기술. 10 beat buy-and-hold CAGR; ROC 모멘텀 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is ROC 모멘텀 (CAGR 18.4%, MDD -40.7%).
Results by strategy
10 of 10 beat buy and hold (CAGR -11.2%, drawdown -99.9%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 18.4%, MDD -40.7%, Sharpe 0.75, 3% exposure.
Return/drawdown alternative: ROC 모멘텀 — CAGR is 29.6%p higher than buy and hold, while drawdown improves by 59.2%p (CAGR 18.4%, MDD -40.7%, exposure 3%).
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=3, threshold=0.18 |
18.4% | -40.7% | 0.75 | 0.45 | 81.7x | 186 | 3% |
| Keltner 채널 돌파 emaPeriod=10, atrPeriod=29, mult=2.9 |
16.0% | -61.0% | 0.61 | 0.26 | 48.6x | 66 | 6% |
| Parabolic SAR step=0.01, maxStep=0.1 |
17.6% | -83.0% | 0.56 | 0.21 | 68.3x | 282 | 42% |
| Donchian 채널 돌파 entryN=117, exitN=3 |
11.3% | -73.2% | 0.52 | 0.15 | 16.5x | 56 | 4% |
| 볼린저 밴드 돌파 n=28, k=1.5 |
14.0% | -87.0% | 0.50 | 0.16 | 30.5x | 216 | 27% |
| Supertrend period=25, mult=1.7 |
9.8% | -90.5% | 0.43 | 0.11 | 11.5x | 346 | 35% |
| MACD fast=11, slow=23, signal=18 |
8.6% | -88.5% | 0.42 | 0.10 | 8.7x | 386 | 51% |
| ADX / DI 방향성 period=21, threshold=34 |
9.1% | -71.6% | 0.41 | 0.13 | 9.6x | 44 | 11% |
| SMA 크로스오버 fast=8, slow=41 |
4.4% | -93.8% | 0.34 | 0.05 | 3.1x | 200 | 39% |
| EMA 크로스오버 fast=18, slow=219 |
2.5% | -87.9% | 0.29 | 0.03 | 1.9x | 52 | 33% |
| Buy and hold | -11.2% | -99.9% | 0.21 | -0.11 | 0.0x | 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 3-day return is greater than 18%
- Sell — Sell when the 3-day return drops to 18% or below