Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Mercari, Inc. backtest
10 trend-following strategies were compared on the full daily history of Mercari, Inc.. 8 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is 볼린저 밴드 돌파 (CAGR 8.7%, MDD -42.6%).
Results by strategy
8 of 10 beat buy and hold (CAGR -2.6%, drawdown -77.2%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 11.2%, MDD -48.8%, Sharpe 0.51, 44% exposure.
Return/drawdown alternative: 볼린저 밴드 돌파 — CAGR is 13.8%p higher than buy and hold, while drawdown improves by 28.4%p (CAGR 8.7%, MDD -42.6%, exposure 39%).
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=17, slow=218 |
11.2% | -48.8% | 0.51 | 0.23 | 2.4x | 11 | 44% |
| SMA 크로스오버 fast=32, slow=103 |
10.3% | -42.7% | 0.46 | 0.24 | 2.2x | 17 | 50% |
| Donchian 채널 돌파 entryN=64, exitN=102 |
9.9% | -48.1% | 0.44 | 0.21 | 2.2x | 11 | 67% |
| 볼린저 밴드 돌파 n=53, k=1.1 |
8.7% | -42.6% | 0.43 | 0.20 | 2.0x | 39 | 39% |
| ROC 모멘텀 n=76, threshold=-0.03 |
8.4% | -53.4% | 0.41 | 0.16 | 1.9x | 73 | 55% |
| Keltner 채널 돌파 emaPeriod=50, atrPeriod=18, mult=1.9 |
7.0% | -54.2% | 0.38 | 0.13 | 1.7x | 39 | 36% |
| Supertrend period=23, mult=4.2 |
6.7% | -54.7% | 0.36 | 0.12 | 1.7x | 31 | 47% |
| ADX / DI 방향성 period=30, threshold=18 |
4.7% | -57.4% | 0.32 | 0.08 | 1.4x | 32 | 23% |
| Parabolic SAR step=0.025, maxStep=0.1 |
-5.5% | -70.9% | 0.02 | -0.08 | 0.6x | 164 | 48% |
| MACD fast=18, slow=50, signal=17 |
-7.7% | -73.4% | -0.03 | -0.10 | 0.5x | 96 | 51% |
| Buy and hold | -2.6% | -77.2% | 0.21 | -0.03 | 0.8x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 17-day EMA crosses above the 218-day EMA
- Sell — Sell when the 17-day EMA falls below the 218-day EMA