Trend-Following Backtester · Guide · backtest 한국어
equity · TW
Nan Ya Plastics Corporation backtest
10 trend-following strategies were compared on the full daily history of Nan Ya Plastics Corporation. 6 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Donchian 채널 돌파 (CAGR 8.5%, MDD -39.7%).
Results by strategy
6 of 10 beat buy and hold (CAGR 6.6%, drawdown -71.7%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 11.9%, MDD -44.8%, Sharpe 0.61, 54% exposure.
Return/drawdown alternative: Donchian 채널 돌파 — CAGR is 5.3%p higher than buy and hold, while drawdown improves by 26.9%p (CAGR 8.5%, MDD -39.7%, exposure 41%).
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=77, slow=194 |
11.9% | -44.8% | 0.61 | 0.26 | 19.7x | 19 | 54% |
| SMA 크로스오버 fast=14, slow=70 |
10.3% | -40.2% | 0.54 | 0.26 | 13.5x | 95 | 53% |
| Donchian 채널 돌파 entryN=96, exitN=42 |
8.5% | -39.7% | 0.50 | 0.22 | 8.8x | 43 | 41% |
| ADX / DI 방향성 period=39, threshold=19 |
6.9% | -43.3% | 0.47 | 0.16 | 5.9x | 57 | 16% |
| ROC 모멘텀 n=115, threshold=-0.04 |
8.7% | -45.3% | 0.47 | 0.19 | 9.1x | 171 | 62% |
| 볼린저 밴드 돌파 n=56, k=1.9 |
7.2% | -50.3% | 0.45 | 0.14 | 6.4x | 89 | 31% |
| Keltner 채널 돌파 emaPeriod=48, atrPeriod=20, mult=2 |
6.1% | -50.2% | 0.39 | 0.12 | 4.8x | 134 | 37% |
| Supertrend period=10, mult=3.6 |
6.4% | -58.0% | 0.38 | 0.11 | 5.1x | 142 | 52% |
| Parabolic SAR step=0.01, maxStep=0.3 |
3.5% | -55.1% | 0.27 | 0.06 | 2.5x | 332 | 51% |
| MACD fast=15, slow=29, signal=14 |
2.6% | -69.2% | 0.23 | 0.04 | 2.0x | 366 | 52% |
| Buy and hold | 6.6% | -71.7% | 0.36 | 0.09 | 5.4x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 77-day EMA crosses above the 194-day EMA
- Sell — Sell when the 77-day EMA falls below the 194-day EMA