Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Takeuchi Mfg.Co., Ltd. backtest
10 trend-following strategies were compared on the full daily history of Takeuchi Mfg.Co., Ltd.. 2 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is SMA 크로스오버 (CAGR 19.8%, MDD -51.8%).
Results by strategy
2 of 10 beat buy and hold (CAGR 18.9%, drawdown -93.9%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 20.0%, MDD -54.9%, Sharpe 0.70, 58% exposure.
Return/drawdown alternative: SMA 크로스오버 — CAGR is 1.1%p higher than buy and hold, while drawdown improves by 39.0%p (CAGR 19.8%, MDD -51.8%, exposure 56%).
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=10, slow=50 |
20.0% | -54.9% | 0.70 | 0.36 | 74.8x | 133 | 58% |
| SMA 크로스오버 fast=10, slow=43 |
19.8% | -51.8% | 0.70 | 0.38 | 70.8x | 155 | 56% |
| Supertrend period=9, mult=4.9 |
18.6% | -70.5% | 0.66 | 0.26 | 55.9x | 87 | 58% |
| Donchian 채널 돌파 entryN=28, exitN=23 |
16.8% | -63.7% | 0.64 | 0.26 | 39.1x | 105 | 52% |
| 볼린저 밴드 돌파 n=30, k=1.6 |
12.9% | -49.3% | 0.56 | 0.26 | 17.4x | 189 | 40% |
| ROC 모멘텀 n=63, threshold=-0.08 |
15.4% | -78.7% | 0.56 | 0.20 | 29.3x | 241 | 73% |
| ADX / DI 방향성 period=18, threshold=27 |
8.0% | -49.9% | 0.48 | 0.16 | 6.2x | 78 | 16% |
| Keltner 채널 돌파 emaPeriod=21, atrPeriod=21, mult=2.1 |
9.3% | -47.6% | 0.48 | 0.20 | 8.2x | 178 | 31% |
| Parabolic SAR step=0.035, maxStep=0.28 |
10.6% | -59.5% | 0.47 | 0.18 | 10.8x | 615 | 52% |
| MACD fast=16, slow=48, signal=9 |
9.4% | -67.4% | 0.43 | 0.14 | 8.3x | 335 | 53% |
| Buy and hold | 18.9% | -93.9% | 0.60 | 0.20 | 60.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 10-day EMA crosses above the 50-day EMA
- Sell — Sell when the 10-day EMA falls below the 50-day EMA