Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Nippon Yusen Kabushiki Kaisha backtest
10 trend-following strategies were compared on the full daily history of Nippon Yusen Kabushiki Kaisha. 6 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Keltner 채널 돌파 (CAGR 6.1%, MDD -42.6%).
Results by strategy
6 of 10 beat buy and hold (CAGR 5.8%, drawdown -90.9%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 10.7%, MDD -48.8%, Sharpe 0.54, 51% exposure.
Return/drawdown alternative: Keltner 채널 돌파 — CAGR is 4.8%p higher than buy and hold, while drawdown improves by 42.1%p (CAGR 6.1%, MDD -42.6%, exposure 21%).
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=31, slow=364 |
10.7% | -48.8% | 0.54 | 0.22 | 9.0x | 15 | 51% |
| 볼린저 밴드 돌파 n=53, k=3 |
6.9% | -49.7% | 0.52 | 0.14 | 4.3x | 26 | 16% |
| ADX / DI 방향성 period=39, threshold=27 |
4.4% | -38.7% | 0.46 | 0.11 | 2.5x | 8 | 4% |
| Keltner 채널 돌파 emaPeriod=44, atrPeriod=21, mult=4 |
6.1% | -42.6% | 0.44 | 0.14 | 3.6x | 48 | 21% |
| Donchian 채널 돌파 entryN=22, exitN=54 |
8.4% | -61.9% | 0.43 | 0.14 | 5.8x | 71 | 69% |
| SMA 크로스오버 fast=19, slow=125 |
7.2% | -52.9% | 0.41 | 0.14 | 4.6x | 63 | 51% |
| ROC 모멘텀 n=123, threshold=-0.05 |
7.4% | -68.2% | 0.41 | 0.11 | 4.7x | 151 | 62% |
| Supertrend period=20, mult=4.6 |
5.1% | -67.4% | 0.33 | 0.08 | 3.0x | 93 | 48% |
| MACD fast=23, slow=36, signal=18 |
2.6% | -77.5% | 0.23 | 0.03 | 1.8x | 225 | 52% |
| Parabolic SAR step=0.01, maxStep=0.24 |
1.3% | -88.9% | 0.18 | 0.01 | 1.3x | 279 | 52% |
| Buy and hold | 5.8% | -90.9% | 0.34 | 0.06 | 3.4x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 31-day EMA crosses above the 364-day EMA
- Sell — Sell when the 31-day EMA falls below the 364-day EMA