Trend-Following Backtester · Guide · backtest 한국어
equity · CA
Fortuna Mining Corp. backtest
10 trend-following strategies were compared on the full daily history of Fortuna Mining Corp.. 2 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester.
Results by strategy
2 of 10 beat buy and hold (CAGR 5.0%, drawdown -96.0%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 7.8%, MDD -80.0%, Sharpe 0.38, 47% 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 |
|---|---|---|---|---|---|---|---|
| EMA 크로스오버 fast=49, slow=270 |
7.8% | -80.0% | 0.38 | 0.10 | 11.3x | 29 | 47% |
| SMA 크로스오버 fast=24, slow=203 |
5.0% | -88.2% | 0.34 | 0.06 | 4.8x | 52 | 48% |
| Donchian 채널 돌파 entryN=117, exitN=69 |
3.7% | -80.8% | 0.29 | 0.05 | 3.3x | 44 | 46% |
| ROC 모멘텀 n=123, threshold=0.04 |
0.6% | -86.9% | 0.24 | 0.01 | 1.2x | 272 | 45% |
| 볼린저 밴드 돌파 n=49, k=2.9 |
1.9% | -81.2% | 0.21 | 0.02 | 1.8x | 68 | 19% |
| ADX / DI 방향성 period=21, threshold=23 |
0.3% | -83.4% | 0.17 | 0.00 | 1.1x | 124 | 18% |
| Parabolic SAR step=0.015, maxStep=0.1 |
-4.3% | -94.3% | 0.15 | -0.05 | 0.2x | 382 | 54% |
| MACD fast=18, slow=53, signal=22 |
-6.8% | -94.9% | 0.15 | -0.07 | 0.1x | 285 | 56% |
| Supertrend period=12, mult=5 |
-9.2% | -99.5% | 0.05 | -0.09 | 0.0x | 122 | 46% |
| Keltner 채널 돌파 emaPeriod=43, atrPeriod=21, mult=2 |
-8.8% | -98.2% | -0.05 | -0.09 | 0.1x | 178 | 29% |
| Buy and hold | 5.0% | -96.0% | 0.43 | 0.05 | 4.8x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 49-day EMA crosses above the 270-day EMA
- Sell — Sell when the 49-day EMA falls below the 270-day EMA