Trend-Following Backtester · Guide · backtest 한국어
equity · US
Jacobs Solutions Inc. backtest
10 trend-following strategies were compared on the full daily history of Jacobs Solutions 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 12.9%, drawdown -78.7%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.4%, MDD -71.0%, Sharpe 0.44, 63% 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=59, slow=220 |
8.4% | -71.0% | 0.44 | 0.12 | 41.5x | 50 | 63% |
| Donchian 채널 돌파 entryN=21, exitN=105 |
7.9% | -87.6% | 0.40 | 0.09 | 34.2x | 97 | 85% |
| SMA 크로스오버 fast=33, slow=208 |
6.1% | -68.5% | 0.36 | 0.09 | 15.8x | 78 | 60% |
| Supertrend period=19, mult=4.6 |
3.9% | -82.7% | 0.28 | 0.05 | 5.9x | 205 | 57% |
| 볼린저 밴드 돌파 n=47, k=1.7 |
3.5% | -63.4% | 0.27 | 0.06 | 4.9x | 249 | 39% |
| MACD fast=27, slow=43, signal=23 |
2.9% | -88.1% | 0.24 | 0.03 | 3.8x | 417 | 51% |
| Keltner 채널 돌파 emaPeriod=39, atrPeriod=25, mult=1.4 |
2.2% | -76.2% | 0.21 | 0.03 | 2.8x | 403 | 44% |
| ROC 모멘텀 n=124, threshold=-0.03 |
1.8% | -77.7% | 0.20 | 0.02 | 2.2x | 363 | 65% |
| Parabolic SAR step=0.005, maxStep=0.22 |
-0.5% | -90.5% | 0.11 | -0.01 | 0.8x | 377 | 54% |
| ADX / DI 방향성 period=23, threshold=23 |
0.4% | -68.1% | 0.10 | 0.01 | 1.2x | 186 | 18% |
| Buy and hold | 12.9% | -78.7% | 0.51 | 0.16 | 278.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 59-day EMA crosses above the 220-day EMA
- Sell — Sell when the 59-day EMA falls below the 220-day EMA