Trend-Following Backtester · Guide · backtest 한국어
equity · KR
솔브레인 backtest
10 trend-following strategies were compared on the full daily history of 솔브레인. 9 beat buy-and-hold CAGR; ROC 모멘텀 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Keltner 채널 돌파 (CAGR 1.1%, MDD -27.7%).
Results by strategy
9 of 10 beat buy and hold (CAGR -0.7%, drawdown -57.6%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 11.1%, MDD -42.1%, Sharpe 0.47, 36% exposure.
Return/drawdown alternative: Keltner 채널 돌파 — CAGR is 11.7%p higher than buy and hold, while drawdown improves by 15.5%p (CAGR 1.1%, MDD -27.7%, exposure 8%).
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=127, threshold=0.12 |
11.1% | -42.1% | 0.47 | 0.26 | 1.9x | 38 | 36% |
| Supertrend period=8, mult=5 |
10.3% | -48.7% | 0.45 | 0.21 | 1.8x | 14 | 69% |
| SMA 크로스오버 fast=30, slow=53 |
9.7% | -46.6% | 0.43 | 0.21 | 1.7x | 28 | 53% |
| Donchian 채널 돌파 entryN=13, exitN=84 |
7.2% | -53.6% | 0.38 | 0.13 | 1.5x | 14 | 80% |
| EMA 크로스오버 fast=55, slow=74 |
6.5% | -47.7% | 0.36 | 0.14 | 1.5x | 12 | 52% |
| ADX / DI 방향성 period=28, threshold=19 |
2.1% | -38.8% | 0.21 | 0.05 | 1.1x | 20 | 22% |
| 볼린저 밴드 돌파 n=58, k=1.5 |
0.9% | -42.4% | 0.19 | 0.02 | 1.1x | 30 | 40% |
| MACD fast=15, slow=89, signal=22 |
0.2% | -48.1% | 0.18 | 0.00 | 1.0x | 50 | 46% |
| Keltner 채널 돌파 emaPeriod=14, atrPeriod=10, mult=2.4 |
1.1% | -27.7% | 0.15 | 0.04 | 1.1x | 16 | 8% |
| Parabolic SAR step=0.005, maxStep=0.3 |
-7.2% | -55.1% | -0.06 | -0.13 | 0.6x | 48 | 50% |
| Buy and hold | -0.7% | -57.6% | 0.24 | -0.01 | 1.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 127-day return is greater than 12%
- Sell — Sell when the 127-day return drops to 12% or below