Trend-Following Backtester · Guide · backtest 한국어
equity · KR
심텍 backtest
10 trend-following strategies were compared on the full daily history of 심텍. 6 beat buy-and-hold CAGR; Donchian 채널 돌파 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Supertrend (CAGR 30.7%, MDD -52.2%).
Results by strategy
6 of 10 beat buy and hold (CAGR 20.3%, drawdown -82.7%).
Sharpe leader (same as main): Donchian 채널 돌파 — CAGR 34.0%, MDD -59.4%, Sharpe 0.85, 64% exposure.
Return/drawdown alternative: Supertrend — CAGR is 13.8%p higher than buy and hold, while drawdown improves by 23.2%p (CAGR 30.7%, MDD -52.2%, exposure 67%).
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 |
|---|---|---|---|---|---|---|---|
| Donchian 채널 돌파 entryN=49, exitN=76 |
34.0% | -59.4% | 0.85 | 0.57 | 25.0x | 15 | 64% |
| SMA 크로스오버 fast=37, slow=242 |
30.1% | -59.4% | 0.79 | 0.51 | 17.9x | 9 | 54% |
| Supertrend period=10, mult=4.9 |
30.7% | -52.2% | 0.79 | 0.59 | 18.9x | 24 | 67% |
| EMA 크로스오버 fast=15, slow=127 |
28.9% | -59.4% | 0.78 | 0.49 | 16.2x | 25 | 56% |
| ROC 모멘텀 n=198, threshold=-0.02 |
28.3% | -59.4% | 0.76 | 0.48 | 15.5x | 47 | 55% |
| ADX / DI 방향성 period=31, threshold=11 |
25.3% | -59.5% | 0.72 | 0.42 | 11.9x | 94 | 54% |
| 볼린저 밴드 돌파 n=15, k=2.7 |
13.8% | -31.1% | 0.70 | 0.44 | 4.1x | 36 | 12% |
| Parabolic SAR step=0.01, maxStep=0.16 |
15.2% | -44.8% | 0.56 | 0.34 | 4.7x | 140 | 52% |
| Keltner 채널 돌파 emaPeriod=49, atrPeriod=9, mult=1.1 |
15.3% | -45.7% | 0.56 | 0.33 | 4.8x | 88 | 44% |
| MACD fast=14, slow=32, signal=17 |
9.1% | -67.9% | 0.42 | 0.13 | 2.6x | 148 | 51% |
| Buy and hold | 20.3% | -82.7% | 0.61 | 0.25 | 7.6x | 1 | 100% |
Rules of the top strategy
A new high means a trend starting; a new low means it’s over (turtle-trading style).
- Buy — Buy on a breakout above the highest high of the last 49 days
- Sell — Sell when price breaks below the lowest low of the last 76 days