Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Sapporo Breweries Limited backtest
10 trend-following strategies were compared on the full daily history of Sapporo Breweries Limited. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester.
Results by strategy
0 of 10 beat buy and hold (CAGR 6.8%, drawdown -78.3%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 5.0%, MDD -57.7%, Sharpe 0.33, 58% exposure.
CAGR reference leader: ROC 모멘텀 — CAGR 5.1%, MDD -77.1%, exposure 99%. It is hold-like at 95%+ exposure and is not used as the featured strategy.
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 |
|---|---|---|---|---|---|---|---|
| EMA 크로스오버 fast=55, slow=213 |
5.0% | -57.7% | 0.33 | 0.09 | 3.7x | 33 | 58% |
| SMA 크로스오버 fast=31, slow=210 |
4.7% | -60.2% | 0.32 | 0.08 | 3.4x | 41 | 56% |
| ROC 모멘텀 Hold-like · Exposure 99% n=3, threshold=-0.09 |
5.1% | -77.1% | 0.31 | 0.07 | 3.7x | 79 | 99% |
| Donchian 채널 돌파 entryN=13, exitN=73 |
3.9% | -80.9% | 0.28 | 0.05 | 2.8x | 83 | 81% |
| 볼린저 밴드 돌파 n=55, k=1.2 |
3.5% | -46.3% | 0.27 | 0.08 | 2.5x | 149 | 43% |
| Supertrend period=15, mult=4.9 |
2.9% | -70.8% | 0.24 | 0.04 | 2.2x | 101 | 52% |
| MACD fast=16, slow=67, signal=22 |
2.4% | -52.2% | 0.22 | 0.05 | 1.9x | 253 | 53% |
| Parabolic SAR step=0.01, maxStep=0.14 |
1.5% | -73.6% | 0.18 | 0.02 | 1.5x | 331 | 53% |
| ADX / DI 방향성 period=22, threshold=26 |
1.2% | -47.0% | 0.16 | 0.03 | 1.4x | 64 | 12% |
| Keltner 채널 돌파 emaPeriod=37, atrPeriod=22, mult=4 |
1.2% | -51.4% | 0.15 | 0.02 | 1.4x | 65 | 18% |
| Buy and hold | 6.8% | -78.3% | 0.37 | 0.09 | 5.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 55-day EMA crosses above the 213-day EMA
- Sell — Sell when the 55-day EMA falls below the 213-day EMA