Trend-Following Backtester · Guide · backtest 한국어
equity · JP
IHI Corporation backtest
10 trend-following strategies were compared on the full daily history of IHI Corporation. 3 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 14.2%, MDD -52.6%).
Results by strategy
3 of 10 beat buy and hold (CAGR 11.3%, drawdown -84.0%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 14.2%, MDD -52.6%, Sharpe 0.57, 59% exposure.
CAGR reference leader: SMA 크로스오버 — CAGR 14.2%, MDD -63.9%, exposure 56%.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 2.9%p higher than buy and hold, while drawdown improves by 31.4%p (CAGR 14.2%, MDD -52.6%, exposure 59%).
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=28, slow=79 |
14.2% | -52.6% | 0.57 | 0.27 | 33.8x | 68 | 59% |
| SMA 크로스오버 fast=21, slow=67 |
14.2% | -63.9% | 0.57 | 0.22 | 33.8x | 101 | 56% |
| Donchian 채널 돌파 entryN=22, exitN=70 |
13.0% | -63.8% | 0.52 | 0.20 | 26.0x | 67 | 76% |
| ROC 모멘텀 n=145, threshold=0.07 |
10.5% | -64.6% | 0.49 | 0.16 | 14.2x | 202 | 50% |
| ADX / DI 방향성 period=47, threshold=16 |
8.3% | -50.6% | 0.47 | 0.16 | 8.3x | 48 | 20% |
| Keltner 채널 돌파 emaPeriod=16, atrPeriod=28, mult=2.5 |
6.1% | -38.2% | 0.41 | 0.16 | 4.9x | 118 | 16% |
| Supertrend period=28, mult=4.7 |
8.1% | -59.7% | 0.41 | 0.14 | 7.8x | 115 | 50% |
| MACD fast=16, slow=70, signal=23 |
7.5% | -62.6% | 0.39 | 0.12 | 6.8x | 239 | 52% |
| 볼린저 밴드 돌파 n=12, k=3 |
1.6% | -16.6% | 0.34 | 0.10 | 1.5x | 10 | 1% |
| Parabolic SAR step=0.015, maxStep=0.36 |
2.6% | -82.8% | 0.24 | 0.03 | 2.0x | 438 | 52% |
| Buy and hold | 11.3% | -84.0% | 0.47 | 0.13 | 17.1x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 28-day EMA crosses above the 79-day EMA
- Sell — Sell when the 28-day EMA falls below the 79-day EMA