Trend-Following Backtester · Guide · backtest 한국어
equity · US
Service Corporation International backtest
10 trend-following strategies were compared on the full daily history of Service Corporation International. 2 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 12.3%, MDD -43.5%).
Results by strategy
2 of 10 beat buy and hold (CAGR 12.3%, drawdown -96.6%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 14.0%, MDD -44.6%, Sharpe 0.65, 76% exposure.
CAGR reference leader: ROC 모멘텀 — CAGR 14.4%, MDD -55.5%, exposure 80%.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 1.7%p higher than buy and hold, while drawdown improves by 52.0%p (CAGR 12.3%, MDD -43.5%, exposure 68%).
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=74, slow=202 |
14.0% | -44.6% | 0.65 | 0.31 | 442.2x | 32 | 76% |
| ROC 모멘텀 n=169, threshold=-0.09 |
14.4% | -55.5% | 0.65 | 0.26 | 519.3x | 175 | 80% |
| SMA 크로스오버 fast=35, slow=205 |
12.3% | -43.5% | 0.60 | 0.28 | 218.5x | 66 | 68% |
| Supertrend period=16, mult=5 |
11.3% | -63.4% | 0.55 | 0.18 | 141.4x | 137 | 61% |
| Donchian 채널 돌파 entryN=72, exitN=54 |
10.3% | -55.4% | 0.54 | 0.19 | 93.6x | 94 | 60% |
| Keltner 채널 돌파 emaPeriod=72, atrPeriod=11, mult=2.1 |
8.2% | -57.5% | 0.48 | 0.14 | 38.1x | 217 | 48% |
| 볼린저 밴드 돌파 n=76, k=1.8 |
7.5% | -59.1% | 0.46 | 0.13 | 28.6x | 174 | 45% |
| ADX / DI 방향성 period=50, threshold=22 |
2.8% | -23.8% | 0.37 | 0.12 | 3.6x | 32 | 8% |
| Parabolic SAR step=0.01, maxStep=0.14 |
4.2% | -75.1% | 0.29 | 0.06 | 6.7x | 593 | 56% |
| MACD fast=16, slow=28, signal=18 |
-1.2% | -91.0% | 0.09 | -0.01 | 0.6x | 617 | 51% |
| Buy and hold | 12.3% | -96.6% | 0.50 | 0.13 | 220.5x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 74-day EMA crosses above the 202-day EMA
- Sell — Sell when the 74-day EMA falls below the 202-day EMA