Trend-Following Backtester · Guide · backtest 한국어
equity · TR
Akbank T.A.S. backtest
10 trend-following strategies were compared on the full daily history of Akbank T.A.S.. 4 beat buy-and-hold CAGR; ROC 모멘텀 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Donchian 채널 돌파 (CAGR 11.8%, MDD -50.7%).
Results by strategy
4 of 10 beat buy and hold (CAGR 9.3%, drawdown -94.2%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 13.5%, MDD -62.6%, Sharpe 0.53, 70% exposure.
Return/drawdown alternative: Donchian 채널 돌파 — CAGR is 4.2%p higher than buy and hold, while drawdown improves by 31.6%p (CAGR 11.8%, MDD -50.7%, exposure 60%).
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=180, threshold=-0.04 |
13.5% | -62.6% | 0.53 | 0.21 | 27.4x | 151 | 70% |
| EMA 크로스오버 fast=52, slow=282 |
12.4% | -75.0% | 0.52 | 0.17 | 21.7x | 25 | 64% |
| Donchian 채널 돌파 entryN=69, exitN=74 |
11.8% | -50.7% | 0.50 | 0.23 | 18.6x | 44 | 60% |
| SMA 크로스오버 fast=17, slow=217 |
10.7% | -57.4% | 0.47 | 0.19 | 14.5x | 50 | 64% |
| Supertrend period=23, mult=3.6 |
8.6% | -49.4% | 0.42 | 0.17 | 8.7x | 162 | 56% |
| 볼린저 밴드 돌파 n=52, k=1.6 |
7.2% | -58.2% | 0.39 | 0.12 | 6.2x | 136 | 42% |
| Keltner 채널 돌파 emaPeriod=48, atrPeriod=25, mult=0.4 |
7.0% | -60.1% | 0.37 | 0.12 | 5.9x | 348 | 54% |
| MACD fast=18, slow=39, signal=19 |
4.2% | -79.7% | 0.28 | 0.05 | 2.9x | 320 | 51% |
| ADX / DI 방향성 period=36, threshold=20 |
3.6% | -39.8% | 0.28 | 0.09 | 2.5x | 44 | 15% |
| Parabolic SAR step=0.015, maxStep=0.14 |
2.6% | -81.7% | 0.23 | 0.03 | 2.0x | 434 | 54% |
| Buy and hold | 9.3% | -94.2% | 0.49 | 0.10 | 10.3x | 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 180-day return is greater than -4%
- Sell — Sell when the 180-day return drops to -4% or below