Trend-Following Backtester · Guide · backtest 한국어
equity · NZ
EBOS Group Limited backtest
10 trend-following strategies were compared on the full daily history of EBOS Group Limited. 3 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 7.6%, MDD -35.3%).
Results by strategy
3 of 10 beat buy and hold (CAGR 7.2%, drawdown -58.8%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.0%, MDD -37.5%, Sharpe 0.53, 69% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 0.8%p higher than buy and hold, while drawdown improves by 21.3%p (CAGR 7.6%, MDD -35.3%, exposure 69%).
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=65, slow=211 |
8.0% | -37.5% | 0.53 | 0.21 | 7.6x | 18 | 69% |
| SMA 크로스오버 fast=54, slow=331 |
7.6% | -35.3% | 0.51 | 0.22 | 7.0x | 20 | 69% |
| ROC 모멘텀 n=178, threshold=-0.15 |
7.9% | -47.0% | 0.48 | 0.17 | 7.6x | 44 | 89% |
| Donchian 채널 돌파 entryN=75, exitN=78 |
4.0% | -44.2% | 0.32 | 0.09 | 2.9x | 44 | 62% |
| Supertrend period=7, mult=5 |
2.9% | -40.8% | 0.25 | 0.07 | 2.1x | 117 | 60% |
| ADX / DI 방향성 period=34, threshold=34 |
0.6% | -9.2% | 0.21 | 0.07 | 1.2x | 6 | 3% |
| 볼린저 밴드 돌파 n=58, k=2.8 |
1.1% | -28.0% | 0.16 | 0.04 | 1.3x | 56 | 21% |
| Keltner 채널 돌파 emaPeriod=58, atrPeriod=27, mult=3.9 |
1.1% | -31.7% | 0.15 | 0.03 | 1.3x | 92 | 33% |
| MACD fast=18, slow=50, signal=19 |
-2.8% | -67.3% | -0.11 | -0.04 | 0.5x | 295 | 51% |
| Parabolic SAR step=0.015, maxStep=0.28 |
-4.0% | -68.9% | -0.18 | -0.06 | 0.3x | 387 | 53% |
| Buy and hold | 7.2% | -58.8% | 0.42 | 0.12 | 6.3x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 65-day EMA crosses above the 211-day EMA
- Sell — Sell when the 65-day EMA falls below the 211-day EMA