Trend-Following Backtester · Guide · backtest 한국어
equity · GB
NatWest Group Plc backtest
10 trend-following strategies were compared on the full daily history of NatWest Group Plc. 4 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 5.6%, MDD -51.7%).
Results by strategy
4 of 10 beat buy and hold (CAGR 1.2%, drawdown -98.5%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 5.6%, MDD -51.7%, Sharpe 0.35, 59% exposure.
CAGR reference leader: SMA 크로스오버 — CAGR 5.7%, MDD -77.3%, exposure 56%.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 4.5%p higher than buy and hold, while drawdown improves by 46.8%p (CAGR 5.6%, MDD -51.7%, exposure 59%).
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=47, slow=271 |
5.6% | -51.7% | 0.35 | 0.11 | 8.1x | 45 | 59% |
| SMA 크로스오버 fast=18, slow=80 |
5.7% | -77.3% | 0.34 | 0.07 | 8.2x | 135 | 56% |
| Donchian 채널 돌파 entryN=99, exitN=52 |
3.8% | -63.9% | 0.29 | 0.06 | 4.2x | 69 | 41% |
| Supertrend period=27, mult=4.8 |
1.7% | -80.0% | 0.19 | 0.02 | 1.9x | 177 | 53% |
| 볼린저 밴드 돌파 n=57, k=1.1 |
0.8% | -84.2% | 0.14 | 0.01 | 1.3x | 237 | 45% |
| ROC 모멘텀 n=73, threshold=-0.02 |
-0.3% | -91.6% | 0.11 | -0.00 | 0.9x | 449 | 60% |
| MACD fast=24, slow=51, signal=21 |
-2.6% | -97.0% | 0.08 | -0.03 | 0.4x | 353 | 51% |
| Keltner 채널 돌파 emaPeriod=43, atrPeriod=16, mult=2.5 |
-0.7% | -79.2% | 0.05 | -0.01 | 0.8x | 199 | 31% |
| ADX / DI 방향성 period=46, threshold=28 |
-0.0% | -14.6% | -0.01 | -0.00 | 1.0x | 4 | 1% |
| Parabolic SAR step=0.03, maxStep=0.16 |
-5.8% | -96.6% | -0.10 | -0.06 | 0.1x | 969 | 52% |
| Buy and hold | 1.2% | -98.5% | 0.25 | 0.01 | 1.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 47-day EMA crosses above the 271-day EMA
- Sell — Sell when the 47-day EMA falls below the 271-day EMA