Trend-Following Backtester · Guide · backtest 한국어
equity · US
Mercury Systems Inc backtest
10 trend-following strategies were compared on the full daily history of Mercury Systems Inc. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester.
Results by strategy
0 of 10 beat buy and hold (CAGR 10.8%, drawdown -96.2%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.4%, MDD -92.8%, Sharpe 0.40, 56% 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=51, slow=162 |
8.4% | -92.8% | 0.40 | 0.09 | 10.1x | 37 | 56% |
| SMA 크로스오버 fast=54, slow=156 |
6.8% | -93.8% | 0.36 | 0.07 | 6.4x | 45 | 55% |
| Donchian 채널 돌파 entryN=5, exitN=67 |
4.5% | -96.7% | 0.34 | 0.05 | 3.5x | 111 | 89% |
| Supertrend period=8, mult=4.3 |
3.2% | -83.7% | 0.27 | 0.04 | 2.5x | 112 | 53% |
| MACD fast=19, slow=47, signal=17 |
2.0% | -90.3% | 0.24 | 0.02 | 1.8x | 312 | 51% |
| ROC 모멘텀 n=101, threshold=-0.01 |
1.1% | -95.3% | 0.23 | 0.01 | 1.4x | 249 | 56% |
| Parabolic SAR step=0.02, maxStep=0.28 |
0.5% | -87.8% | 0.20 | 0.01 | 1.2x | 588 | 51% |
| Keltner 채널 돌파 emaPeriod=66, atrPeriod=16, mult=3.8 |
1.6% | -74.3% | 0.19 | 0.02 | 1.6x | 66 | 26% |
| 볼린저 밴드 돌파 n=32, k=3.4 |
1.3% | -43.4% | 0.16 | 0.03 | 1.4x | 36 | 8% |
| ADX / DI 방향성 period=35, threshold=32 |
0.3% | -11.0% | 0.09 | 0.03 | 1.1x | 6 | 0% |
| Buy and hold | 10.8% | -96.2% | 0.46 | 0.11 | 18.4x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 51-day EMA crosses above the 162-day EMA
- Sell — Sell when the 51-day EMA falls below the 162-day EMA