Trend-Following Backtester · Guide · backtest 한국어
etf · JP
NEXT FUNDS TOPIX Banks ETF backtest
10 trend-following strategies were compared on the full daily history of NEXT FUNDS TOPIX Banks ETF. 4 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is 볼린저 밴드 돌파 (CAGR 4.7%, MDD -22.5%).
Results by strategy
4 of 10 beat buy and hold (CAGR 5.1%, drawdown -69.5%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 9.6%, MDD -31.3%, Sharpe 0.57, 54% exposure.
Return/drawdown alternative: 볼린저 밴드 돌파 — CAGR is 4.5%p higher than buy and hold, while drawdown improves by 38.1%p (CAGR 4.7%, MDD -22.5%, exposure 25%).
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=54, slow=197 |
9.6% | -31.3% | 0.57 | 0.31 | 5.5x | 17 | 54% |
| SMA 크로스오버 fast=20, slow=277 |
8.7% | -33.7% | 0.53 | 0.26 | 4.7x | 27 | 54% |
| ROC 모멘텀 n=184, threshold=0.07 |
6.6% | -35.9% | 0.45 | 0.18 | 3.3x | 109 | 45% |
| 볼린저 밴드 돌파 n=65, k=2.8 |
4.7% | -22.5% | 0.42 | 0.21 | 2.4x | 34 | 25% |
| Donchian 채널 돌파 entryN=16, exitN=53 |
5.5% | -58.1% | 0.35 | 0.09 | 2.7x | 63 | 76% |
| Supertrend period=13, mult=4.4 |
4.6% | -46.9% | 0.33 | 0.10 | 2.3x | 77 | 54% |
| Keltner 채널 돌파 emaPeriod=55, atrPeriod=20, mult=4 |
3.0% | -26.2% | 0.29 | 0.11 | 1.7x | 45 | 26% |
| ADX / DI 방향성 period=27, threshold=17 |
2.3% | -29.6% | 0.24 | 0.08 | 1.5x | 94 | 24% |
| MACD fast=18, slow=45, signal=15 |
0.6% | -72.3% | 0.13 | 0.01 | 1.1x | 214 | 53% |
| Parabolic SAR step=0.01, maxStep=0.18 |
-2.1% | -68.7% | -0.02 | -0.03 | 0.7x | 225 | 53% |
| Buy and hold | 5.1% | -69.5% | 0.32 | 0.07 | 2.5x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 54-day EMA crosses above the 197-day EMA
- Sell — Sell when the 54-day EMA falls below the 197-day EMA