Trend-Following Backtester · Guide · backtest 한국어
equity · JP
NIKKON Holdings Co., Ltd. backtest
10 trend-following strategies were compared on the full daily history of NIKKON Holdings Co., Ltd.. 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 10.8%, drawdown -59.9%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.1%, MDD -44.9%, Sharpe 0.47, 64% exposure.
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=44, slow=289 |
8.1% | -44.9% | 0.47 | 0.18 | 7.3x | 25 | 64% |
| 볼린저 밴드 돌파 n=15, k=3.5 |
0.7% | -3.6% | 0.47 | 0.20 | 1.2x | 2 | 1% |
| SMA 크로스오버 fast=36, slow=190 |
7.8% | -44.4% | 0.46 | 0.17 | 6.8x | 43 | 60% |
| Keltner 채널 돌파 emaPeriod=74, atrPeriod=23, mult=3.9 |
5.4% | -28.6% | 0.45 | 0.19 | 3.8x | 44 | 24% |
| Donchian 채널 돌파 entryN=88, exitN=76 |
5.6% | -48.1% | 0.38 | 0.12 | 4.1x | 35 | 55% |
| ROC 모멘텀 n=161, threshold=-0.07 |
5.3% | -66.2% | 0.34 | 0.08 | 3.8x | 173 | 76% |
| ADX / DI 방향성 period=22, threshold=22 |
1.6% | -33.1% | 0.20 | 0.05 | 1.5x | 78 | 16% |
| Supertrend period=13, mult=2.9 |
0.2% | -82.9% | 0.11 | 0.00 | 1.1x | 196 | 60% |
| Parabolic SAR step=0.015, maxStep=0.12 |
-1.9% | -77.4% | 0.00 | -0.02 | 0.6x | 452 | 56% |
| MACD fast=16, slow=33, signal=17 |
-3.1% | -81.1% | -0.07 | -0.04 | 0.4x | 344 | 51% |
| Buy and hold | 10.8% | -59.9% | 0.51 | 0.18 | 13.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 44-day EMA crosses above the 289-day EMA
- Sell — Sell when the 44-day EMA falls below the 289-day EMA