Trend-Following Backtester · Guide · backtest 한국어
equity · US
DENTSPLY SIRONA Inc. backtest
10 trend-following strategies were compared on the full daily history of DENTSPLY SIRONA Inc.. 2 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 8.2%, MDD -48.2%).
Results by strategy
2 of 10 beat buy and hold (CAGR 8.0%, drawdown -86.1%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 9.3%, MDD -50.3%, Sharpe 0.48, 63% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 1.3%p higher than buy and hold, while drawdown improves by 35.7%p (CAGR 8.2%, MDD -48.2%, exposure 61%).
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=58, slow=100 |
9.3% | -50.3% | 0.48 | 0.18 | 31.9x | 51 | 63% |
| SMA 크로스오버 fast=25, slow=179 |
8.2% | -48.2% | 0.45 | 0.17 | 21.6x | 61 | 61% |
| Donchian 채널 돌파 entryN=86, exitN=70 |
6.0% | -58.9% | 0.36 | 0.10 | 9.7x | 59 | 56% |
| ROC 모멘텀 n=192, threshold=-0.09 |
5.7% | -62.5% | 0.34 | 0.09 | 8.7x | 177 | 74% |
| ADX / DI 방향성 period=35, threshold=27 |
2.4% | -30.4% | 0.32 | 0.08 | 2.6x | 22 | 6% |
| Supertrend period=22, mult=4.9 |
5.0% | -58.3% | 0.32 | 0.09 | 6.7x | 107 | 59% |
| 볼린저 밴드 돌파 n=75, k=1.9 |
3.2% | -57.2% | 0.25 | 0.06 | 3.4x | 131 | 38% |
| Keltner 채널 돌파 emaPeriod=58, atrPeriod=25, mult=2.4 |
0.5% | -82.2% | 0.12 | 0.01 | 1.2x | 163 | 35% |
| Parabolic SAR step=0.005, maxStep=0.12 |
-3.3% | -95.6% | -0.01 | -0.03 | 0.3x | 321 | 56% |
| MACD fast=19, slow=65, signal=29 |
-6.3% | -97.4% | -0.14 | -0.07 | 0.1x | 391 | 51% |
| Buy and hold | 8.0% | -86.1% | 0.39 | 0.09 | 20.0x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 58-day EMA crosses above the 100-day EMA
- Sell — Sell when the 58-day EMA falls below the 100-day EMA