Trend-Following Backtester · Guide · backtest 한국어
equity · PL
Kruk S.A backtest
10 trend-following strategies were compared on the full daily history of Kruk S.A. 2 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Donchian 채널 돌파 (CAGR 17.8%, MDD -42.1%).
Results by strategy
2 of 10 beat buy and hold (CAGR 16.4%, drawdown -81.6%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 17.9%, MDD -49.0%, Sharpe 0.75, 64% exposure.
Return/drawdown alternative: Donchian 채널 돌파 — CAGR is 1.5%p higher than buy and hold, while drawdown improves by 32.6%p (CAGR 17.8%, MDD -42.1%, exposure 74%).
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 |
|---|---|---|---|---|---|---|---|
| EMA 크로스오버 fast=52, slow=177 |
17.9% | -49.0% | 0.75 | 0.37 | 12.3x | 14 | 64% |
| Donchian 채널 돌파 entryN=25, exitN=59 |
17.8% | -42.1% | 0.71 | 0.42 | 12.1x | 30 | 74% |
| SMA 크로스오버 fast=20, slow=277 |
16.1% | -49.3% | 0.69 | 0.33 | 9.7x | 18 | 63% |
| ROC 모멘텀 n=178, threshold=0.01 |
13.2% | -52.3% | 0.61 | 0.25 | 6.6x | 76 | 62% |
| 볼린저 밴드 돌파 n=58, k=2.3 |
9.5% | -32.4% | 0.56 | 0.29 | 4.0x | 44 | 32% |
| Supertrend period=5, mult=5 |
11.0% | -44.5% | 0.54 | 0.25 | 4.9x | 42 | 56% |
| Keltner 채널 돌파 emaPeriod=93, atrPeriod=5, mult=4 |
8.6% | -41.4% | 0.51 | 0.21 | 3.5x | 32 | 39% |
| ADX / DI 방향성 period=34, threshold=28 |
1.4% | -13.1% | 0.25 | 0.11 | 1.2x | 4 | 3% |
| MACD fast=16, slow=21, signal=13 |
-0.6% | -74.8% | 0.10 | -0.01 | 0.9x | 253 | 49% |
| Parabolic SAR step=0.025, maxStep=0.18 |
-4.0% | -77.0% | -0.03 | -0.05 | 0.5x | 355 | 53% |
| Buy and hold | 16.4% | -81.6% | 0.60 | 0.20 | 10.2x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 52-day EMA crosses above the 177-day EMA
- Sell — Sell when the 52-day EMA falls below the 177-day EMA