Trend-Following Backtester · Guide · backtest 한국어
equity · KR
DN오토모티브 backtest
10 trend-following strategies were compared on the full daily history of DN오토모티브. 0 beat buy-and-hold CAGR; Donchian 채널 돌파 ranks first by Sharpe, matching the main backtester.
Results by strategy
0 of 10 beat buy and hold (CAGR 13.3%, drawdown -68.4%).
Sharpe leader (same as main): Donchian 채널 돌파 — CAGR 7.9%, MDD -57.8%, Sharpe 0.41, 63% exposure.
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 |
|---|---|---|---|---|---|---|---|
| Donchian 채널 돌파 entryN=82, exitN=70 |
7.9% | -57.8% | 0.41 | 0.14 | 7.5x | 35 | 63% |
| SMA 크로스오버 fast=48, slow=211 |
7.4% | -59.4% | 0.39 | 0.12 | 6.6x | 39 | 63% |
| EMA 크로스오버 fast=34, slow=169 |
6.8% | -63.5% | 0.37 | 0.11 | 5.7x | 51 | 64% |
| ADX / DI 방향성 period=38, threshold=12 |
3.7% | -50.9% | 0.27 | 0.07 | 2.6x | 165 | 44% |
| ROC 모멘텀 n=146, threshold=-0.03 |
3.3% | -75.9% | 0.26 | 0.04 | 2.3x | 271 | 71% |
| Supertrend period=34, mult=2.9 |
2.4% | -67.6% | 0.23 | 0.04 | 1.9x | 136 | 50% |
| MACD fast=18, slow=58, signal=19 |
0.6% | -75.8% | 0.16 | 0.01 | 1.2x | 276 | 49% |
| Keltner 채널 돌파 emaPeriod=37, atrPeriod=8, mult=2.1 |
1.1% | -46.5% | 0.15 | 0.02 | 1.3x | 112 | 26% |
| 볼린저 밴드 돌파 n=31, k=2 |
0.4% | -62.1% | 0.13 | 0.01 | 1.1x | 192 | 33% |
| Parabolic SAR step=0.02, maxStep=0.22 |
-2.7% | -85.8% | 0.03 | -0.03 | 0.5x | 544 | 51% |
| Buy and hold | 13.3% | -68.4% | 0.53 | 0.19 | 27.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 82 days
- Sell — Sell when price breaks below the lowest low of the last 70 days