Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Terumo Corporation backtest
10 trend-following strategies were compared on the full daily history of Terumo Corporation. 1 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 7.4%, MDD -44.2%).
Results by strategy
1 of 10 beat buy and hold (CAGR 7.3%, drawdown -65.2%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 7.4%, MDD -44.2%, Sharpe 0.42, 65% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 0.0%p higher than buy and hold, while drawdown improves by 20.9%p (CAGR 7.4%, MDD -44.2%, exposure 65%).
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=42, slow=284 |
7.4% | -44.2% | 0.42 | 0.17 | 6.6x | 18 | 65% |
| ROC 모멘텀 n=267, threshold=-0.09 |
6.9% | -58.4% | 0.40 | 0.12 | 5.9x | 112 | 73% |
| SMA 크로스오버 fast=18, slow=284 |
4.5% | -44.0% | 0.31 | 0.10 | 3.2x | 40 | 61% |
| Donchian 채널 돌파 entryN=9, exitN=70 |
2.1% | -72.7% | 0.21 | 0.03 | 1.7x | 93 | 87% |
| MACD fast=18, slow=40, signal=19 |
0.5% | -50.2% | 0.14 | 0.01 | 1.2x | 295 | 51% |
| Supertrend period=26, mult=3.3 |
-1.2% | -63.3% | 0.06 | -0.02 | 0.7x | 177 | 54% |
| 볼린저 밴드 돌파 n=30, k=3 |
-0.1% | -37.0% | 0.04 | -0.00 | 1.0x | 49 | 10% |
| Keltner 채널 돌파 emaPeriod=61, atrPeriod=14, mult=2.7 |
-1.0% | -40.8% | 0.02 | -0.03 | 0.8x | 112 | 34% |
| Parabolic SAR step=0.015, maxStep=0.12 |
-6.6% | -84.9% | -0.20 | -0.08 | 0.2x | 451 | 52% |
| ADX / DI 방향성 period=27, threshold=24 |
-1.7% | -39.2% | -0.21 | -0.04 | 0.6x | 46 | 7% |
| Buy and hold | 7.3% | -65.2% | 0.38 | 0.11 | 6.6x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 42-day EMA crosses above the 284-day EMA
- Sell — Sell when the 42-day EMA falls below the 284-day EMA