Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Sumitomo Corporation backtest
10 trend-following strategies were compared on the full daily history of Sumitomo Corporation. 2 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 7.8%, MDD -48.2%).
Results by strategy
2 of 10 beat buy and hold (CAGR 7.3%, drawdown -75.9%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.1%, MDD -50.3%, Sharpe 0.47, 59% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 0.8%p higher than buy and hold, while drawdown improves by 25.5%p (CAGR 7.8%, MDD -48.2%, exposure 57%).
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=44, slow=272 |
8.1% | -50.3% | 0.47 | 0.16 | 8.0x | 27 | 59% |
| SMA 크로스오버 fast=56, slow=172 |
7.8% | -48.2% | 0.46 | 0.16 | 7.4x | 39 | 57% |
| Donchian 채널 돌파 entryN=100, exitN=44 |
4.6% | -48.8% | 0.34 | 0.10 | 3.3x | 50 | 44% |
| ROC 모멘텀 n=201, threshold=0.01 |
4.1% | -71.7% | 0.30 | 0.06 | 2.9x | 155 | 60% |
| Keltner 채널 돌파 emaPeriod=77, atrPeriod=7, mult=2.1 |
2.6% | -55.6% | 0.23 | 0.05 | 2.0x | 116 | 42% |
| ADX / DI 방향성 period=28, threshold=26 |
1.2% | -18.6% | 0.19 | 0.06 | 1.4x | 24 | 6% |
| 볼린저 밴드 돌파 n=52, k=1.6 |
0.5% | -71.7% | 0.11 | 0.01 | 1.1x | 134 | 38% |
| MACD fast=12, slow=59, signal=22 |
-4.0% | -86.4% | -0.07 | -0.05 | 0.3x | 319 | 54% |
| Parabolic SAR step=0.015, maxStep=0.14 |
-4.1% | -79.0% | -0.09 | -0.05 | 0.3x | 454 | 53% |
| Supertrend period=25, mult=3.5 |
-4.1% | -86.3% | -0.09 | -0.05 | 0.3x | 202 | 53% |
| Buy and hold | 7.3% | -75.9% | 0.38 | 0.10 | 6.5x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 44-day EMA crosses above the 272-day EMA
- Sell — Sell when the 44-day EMA falls below the 272-day EMA