Trend-Following Backtester · Guide · backtest 한국어
equity · US
DaVita Inc. backtest
10 trend-following strategies were compared on the full daily history of DaVita Inc.. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 12.5%, MDD -47.5%).
Results by strategy
0 of 10 beat buy and hold (CAGR 14.2%, drawdown -92.9%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 12.5%, MDD -47.5%, Sharpe 0.60, 63% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 1.6%p lower than buy and hold, while drawdown improves by 45.5%p (CAGR 12.5%, MDD -47.5%, exposure 63%).
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=54, slow=71 |
12.5% | -47.5% | 0.60 | 0.26 | 37.6x | 63 | 63% |
| SMA 크로스오버 fast=14, slow=160 |
11.9% | -42.8% | 0.58 | 0.28 | 32.1x | 63 | 62% |
| Donchian 채널 돌파 entryN=73, exitN=96 |
10.8% | -50.6% | 0.53 | 0.21 | 23.5x | 45 | 65% |
| 볼린저 밴드 돌파 n=60, k=3.4 |
5.0% | -32.1% | 0.44 | 0.16 | 4.5x | 35 | 15% |
| ROC 모멘텀 n=106, threshold=-0.02 |
8.0% | -56.2% | 0.43 | 0.14 | 10.6x | 217 | 65% |
| Keltner 채널 돌파 emaPeriod=59, atrPeriod=23, mult=4 |
5.6% | -47.6% | 0.38 | 0.12 | 5.3x | 83 | 31% |
| ADX / DI 방향성 period=31, threshold=22 |
4.1% | -40.0% | 0.36 | 0.10 | 3.4x | 83 | 18% |
| Supertrend period=24, mult=3.8 |
5.7% | -81.1% | 0.34 | 0.07 | 5.5x | 157 | 60% |
| MACD fast=23, slow=51, signal=24 |
4.3% | -65.6% | 0.29 | 0.07 | 3.7x | 270 | 51% |
| Parabolic SAR step=0.005, maxStep=0.28 |
4.1% | -70.7% | 0.28 | 0.06 | 3.5x | 263 | 55% |
| Buy and hold | 14.2% | -92.9% | 0.54 | 0.15 | 58.6x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 54-day EMA crosses above the 71-day EMA
- Sell — Sell when the 54-day EMA falls below the 71-day EMA