Trend-Following Backtester · Guide · backtest 한국어
equity · KR
테스 backtest
10 trend-following strategies were compared on the full daily history of 테스. 5 beat buy-and-hold CAGR; Donchian 채널 돌파 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 19.1%, MDD -56.3%).
Results by strategy
5 of 10 beat buy and hold (CAGR 15.0%, drawdown -87.4%).
Sharpe leader (same as main): Donchian 채널 돌파 — CAGR 25.4%, MDD -61.7%, Sharpe 0.70, 79% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 10.4%p higher than buy and hold, while drawdown improves by 25.6%p (CAGR 19.1%, MDD -56.3%, exposure 62%).
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=15, exitN=101 |
25.4% | -61.7% | 0.70 | 0.41 | 61.3x | 35 | 79% |
| SMA 크로스오버 fast=20, slow=183 |
19.1% | -56.3% | 0.61 | 0.34 | 24.0x | 35 | 62% |
| Supertrend period=10, mult=3.5 |
18.0% | -70.0% | 0.60 | 0.26 | 20.4x | 72 | 54% |
| EMA 크로스오버 fast=38, slow=74 |
17.2% | -59.5% | 0.58 | 0.29 | 17.9x | 43 | 61% |
| ROC 모멘텀 n=102, threshold=0.05 |
16.5% | -62.5% | 0.57 | 0.26 | 16.0x | 171 | 56% |
| ADX / DI 방향성 period=25, threshold=14 |
9.9% | -66.4% | 0.43 | 0.15 | 5.6x | 150 | 44% |
| 볼린저 밴드 돌파 n=50, k=0.9 |
5.8% | -74.9% | 0.34 | 0.08 | 2.8x | 136 | 43% |
| Keltner 채널 돌파 emaPeriod=60, atrPeriod=19, mult=1 |
3.2% | -72.6% | 0.28 | 0.04 | 1.8x | 152 | 47% |
| MACD fast=19, slow=57, signal=22 |
2.5% | -83.1% | 0.27 | 0.03 | 1.6x | 176 | 49% |
| Parabolic SAR step=0.015, maxStep=0.18 |
-1.3% | -87.9% | 0.17 | -0.01 | 0.8x | 322 | 51% |
| Buy and hold | 15.0% | -87.4% | 0.53 | 0.17 | 12.7x | 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 15 days
- Sell — Sell when price breaks below the lowest low of the last 101 days