Trend-Following Backtester · Guide · backtest 한국어
equity · US
Amazon.com, Inc. backtest
10 trend-following strategies were compared on the full daily history of Amazon.com, Inc.. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 27.7%, MDD -64.6%).
Results by strategy
0 of 10 beat buy and hold (CAGR 31.2%, drawdown -94.4%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 27.7%, MDD -64.6%, Sharpe 0.80, 67% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 3.5%p lower than buy and hold, while drawdown improves by 29.8%p (CAGR 27.7%, MDD -64.6%, exposure 67%).
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=74 |
27.7% | -64.6% | 0.80 | 0.43 | 1255.7x | 51 | 67% |
| SMA 크로스오버 fast=29, slow=158 |
24.4% | -67.9% | 0.75 | 0.36 | 594.3x | 49 | 65% |
| ROC 모멘텀 n=132, threshold=-0.03 |
23.3% | -60.5% | 0.73 | 0.38 | 451.1x | 191 | 70% |
| Supertrend period=19, mult=5 |
18.7% | -76.1% | 0.64 | 0.25 | 148.4x | 100 | 55% |
| Donchian 채널 돌파 entryN=75, exitN=77 |
19.2% | -79.5% | 0.63 | 0.24 | 170.5x | 45 | 68% |
| ADX / DI 방향성 period=31, threshold=7 |
16.6% | -80.8% | 0.58 | 0.21 | 89.7x | 352 | 60% |
| Parabolic SAR step=0.005, maxStep=0.22 |
13.2% | -80.4% | 0.51 | 0.16 | 37.1x | 252 | 58% |
| 볼린저 밴드 돌파 n=19, k=3.1 |
8.0% | -55.7% | 0.49 | 0.14 | 9.4x | 58 | 9% |
| MACD fast=22, slow=56, signal=7 |
11.9% | -85.8% | 0.48 | 0.14 | 26.6x | 434 | 52% |
| Keltner 채널 돌파 emaPeriod=59, atrPeriod=24, mult=2.3 |
10.4% | -79.5% | 0.46 | 0.13 | 18.2x | 158 | 46% |
| Buy and hold | 31.2% | -94.4% | 0.76 | 0.33 | 2757.9x | 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 74-day EMA
- Sell — Sell when the 59-day EMA falls below the 74-day EMA