Trend-Following Backtester · Guide · backtest 한국어
equity · JP
Citizen Watch Co, Ltd. backtest
10 trend-following strategies were compared on the full daily history of Citizen Watch Co, Ltd.. 3 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 8.6%, MDD -36.7%).
Results by strategy
3 of 10 beat buy and hold (CAGR 4.5%, drawdown -79.5%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.6%, MDD -36.7%, Sharpe 0.46, 53% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 4.1%p higher than buy and hold, while drawdown improves by 42.8%p (CAGR 8.6%, MDD -36.7%, exposure 53%).
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=36, slow=76 |
8.6% | -36.7% | 0.46 | 0.24 | 9.0x | 59 | 53% |
| SMA 크로스오버 fast=16, slow=156 |
7.1% | -46.7% | 0.41 | 0.15 | 6.3x | 55 | 51% |
| 볼린저 밴드 돌파 n=53, k=3.5 |
3.1% | -19.5% | 0.37 | 0.16 | 2.2x | 14 | 7% |
| Donchian 채널 돌파 entryN=79, exitN=69 |
5.9% | -48.2% | 0.36 | 0.12 | 4.6x | 43 | 52% |
| ADX / DI 방향성 period=38, threshold=27 |
1.1% | -15.0% | 0.23 | 0.07 | 1.3x | 8 | 2% |
| Keltner 채널 돌파 emaPeriod=59, atrPeriod=17, mult=2.3 |
2.1% | -54.1% | 0.20 | 0.04 | 1.7x | 122 | 37% |
| ROC 모멘텀 n=128, threshold=0.05 |
1.7% | -71.4% | 0.19 | 0.02 | 1.6x | 197 | 45% |
| Supertrend period=31, mult=5 |
0.6% | -75.0% | 0.15 | 0.01 | 1.2x | 102 | 53% |
| MACD fast=15, slow=59, signal=18 |
-0.3% | -76.0% | 0.11 | -0.00 | 0.9x | 294 | 50% |
| Parabolic SAR step=0.01, maxStep=0.12 |
-1.3% | -81.1% | 0.06 | -0.02 | 0.7x | 334 | 52% |
| Buy and hold | 4.5% | -79.5% | 0.30 | 0.06 | 3.2x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 36-day EMA crosses above the 76-day EMA
- Sell — Sell when the 36-day EMA falls below the 76-day EMA