Trend-Following Backtester · Guide · backtest 한국어
equity · US
Becton, Dickinson and Company backtest
10 trend-following strategies were compared on the full daily history of Becton, Dickinson and Company. 0 beat buy-and-hold CAGR; ROC 모멘텀 ranks first by Sharpe, matching the main backtester. Its 97% market exposure makes it hold-like.
Results by strategy
0 of 10 beat buy and hold (CAGR 8.8%, drawdown -52.3%).
Sharpe leader (same as main): ROC 모멘텀 — CAGR 7.1%, MDD -67.6%, Sharpe 0.40, 97% exposure. With at least 95% exposure, it should be treated as hold-like, not strong evidence of timing skill.
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 |
|---|---|---|---|---|---|---|---|
| ROC 모멘텀 Hold-like · Exposure 97% n=35, threshold=-0.15 |
7.1% | -67.6% | 0.40 | 0.10 | 39.0x | 125 | 97% |
| SMA 크로스오버 fast=67, slow=257 |
5.4% | -55.3% | 0.37 | 0.10 | 16.6x | 64 | 63% |
| Donchian 채널 돌파 entryN=31, exitN=174 |
5.8% | -58.5% | 0.36 | 0.10 | 19.9x | 59 | 90% |
| ADX / DI 방향성 period=37, threshold=24 |
1.9% | -18.7% | 0.33 | 0.10 | 2.7x | 34 | 7% |
| EMA 크로스오버 fast=67, slow=212 |
2.9% | -76.7% | 0.24 | 0.04 | 4.6x | 76 | 66% |
| 볼린저 밴드 돌파 n=49, k=3.2 |
1.1% | -37.9% | 0.18 | 0.03 | 1.8x | 60 | 11% |
| Supertrend period=18, mult=4.7 |
-1.1% | -79.6% | 0.03 | -0.01 | 0.6x | 213 | 59% |
| MACD fast=24, slow=38, signal=24 |
-2.0% | -77.1% | -0.03 | -0.03 | 0.3x | 519 | 51% |
| Keltner 채널 돌파 emaPeriod=32, atrPeriod=10, mult=3.6 |
-0.8% | -61.8% | -0.06 | -0.01 | 0.6x | 120 | 13% |
| Parabolic SAR step=0.005, maxStep=0.38 |
-5.1% | -94.5% | -0.20 | -0.05 | 0.1x | 485 | 55% |
| Buy and hold | 8.8% | -52.3% | 0.46 | 0.17 | 92.6x | 1 | 100% |
Rules of the top strategy
Rides the trend when recent return (momentum) over a window is above a threshold.
- Buy — Buy when the last 35-day return is greater than -15%
- Sell — Sell when the 35-day return drops to -15% or below