Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Fujitsu Limited backtest
10 trend-following strategies were compared on the full daily history of Fujitsu Limited. 10 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is ADX / DI 방향성 (CAGR 1.0%, MDD -7.7%).
Results by strategy
10 of 10 beat buy and hold (CAGR -1.0%, drawdown -94.3%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 6.9%, MDD -65.2%, Sharpe 0.40, 54% exposure.
Return/drawdown alternative: ADX / DI 방향성 — CAGR is 7.9%p higher than buy and hold, while drawdown improves by 29.1%p (CAGR 1.0%, MDD -7.7%, exposure 1%).
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=58, slow=107 |
6.9% | -65.2% | 0.40 | 0.11 | 5.9x | 40 | 54% |
| SMA 크로스오버 fast=25, slow=208 |
6.3% | -58.1% | 0.38 | 0.11 | 5.0x | 46 | 53% |
| Donchian 채널 돌파 entryN=89, exitN=72 |
5.1% | -63.2% | 0.33 | 0.08 | 3.7x | 38 | 47% |
| ADX / DI 방향성 period=30, threshold=35 |
1.0% | -7.7% | 0.29 | 0.13 | 1.3x | 2 | 1% |
| Keltner 채널 돌파 emaPeriod=37, atrPeriod=10, mult=3.4 |
3.2% | -32.0% | 0.28 | 0.10 | 2.3x | 77 | 22% |
| ROC 모멘텀 n=109, threshold=0 |
3.5% | -64.2% | 0.26 | 0.05 | 2.5x | 231 | 53% |
| 볼린저 밴드 돌파 n=41, k=2.7 |
1.8% | -36.1% | 0.20 | 0.05 | 1.6x | 67 | 20% |
| Supertrend period=27, mult=4.9 |
0.7% | -64.7% | 0.14 | 0.01 | 1.2x | 103 | 49% |
| MACD fast=17, slow=51, signal=23 |
-0.9% | -79.2% | 0.09 | -0.01 | 0.8x | 275 | 52% |
| Parabolic SAR step=0.02, maxStep=0.06 |
-0.8% | -69.8% | 0.09 | -0.01 | 0.8x | 361 | 53% |
| Buy and hold | -1.0% | -94.3% | 0.16 | -0.01 | 0.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 58-day EMA crosses above the 107-day EMA
- Sell — Sell when the 58-day EMA falls below the 107-day EMA