Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Daishi Hokuetsu Financial Group, Inc. backtest
10 trend-following strategies were compared on the full daily history of Daishi Hokuetsu Financial Group, Inc.. 4 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 24.7%, MDD -28.5%).
Results by strategy
4 of 10 beat buy and hold (CAGR 12.9%, drawdown -66.7%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 24.7%, MDD -28.5%, Sharpe 1.02, 66% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 11.7%p higher than buy and hold, while drawdown improves by 38.2%p (CAGR 24.7%, MDD -28.5%, exposure 66%).
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=49, slow=190 |
24.7% | -28.5% | 1.02 | 0.86 | 5.6x | 3 | 66% |
| SMA 크로스오버 fast=21, slow=213 |
20.4% | -28.5% | 0.88 | 0.72 | 4.3x | 9 | 68% |
| ROC 모멘텀 n=144, threshold=0.05 |
17.0% | -39.0% | 0.79 | 0.44 | 3.4x | 51 | 58% |
| Donchian 채널 돌파 entryN=55, exitN=79 |
15.7% | -30.6% | 0.72 | 0.51 | 3.1x | 9 | 71% |
| Supertrend period=29, mult=3 |
12.4% | -30.4% | 0.67 | 0.41 | 2.5x | 51 | 53% |
| Keltner 채널 돌파 emaPeriod=29, atrPeriod=19, mult=2.7 |
4.1% | -30.0% | 0.34 | 0.14 | 1.4x | 35 | 31% |
| MACD fast=17, slow=46, signal=17 |
4.1% | -37.6% | 0.30 | 0.11 | 1.4x | 77 | 56% |
| 볼린저 밴드 돌파 n=33, k=1.3 |
2.7% | -38.5% | 0.24 | 0.07 | 1.2x | 67 | 46% |
| ADX / DI 방향성 period=32, threshold=23 |
1.6% | -28.8% | 0.19 | 0.06 | 1.1x | 22 | 17% |
| Parabolic SAR step=0.025, maxStep=0.18 |
-4.5% | -51.0% | -0.11 | -0.09 | 0.7x | 178 | 54% |
| Buy and hold | 12.9% | -66.7% | 0.55 | 0.19 | 2.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 49-day EMA crosses above the 190-day EMA
- Sell — Sell when the 49-day EMA falls below the 190-day EMA