Trend-Following Backtester · Guide · backtest 한국어
equity · HK
GDS Holdings Ltd. backtest
10 trend-following strategies were compared on the full daily history of GDS Holdings Ltd.. 10 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Keltner 채널 돌파 (CAGR 13.7%, MDD -29.1%).
Results by strategy
10 of 10 beat buy and hold (CAGR -15.8%, drawdown -95.5%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 25.9%, MDD -62.7%, Sharpe 0.75, 34% exposure.
Return/drawdown alternative: Keltner 채널 돌파 — CAGR is 41.7%p higher than buy and hold, while drawdown improves by 32.8%p (CAGR 13.7%, MDD -29.1%, exposure 13%).
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=26, slow=160 |
25.9% | -62.7% | 0.75 | 0.41 | 3.7x | 2 | 34% |
| SMA 크로스오버 fast=22, slow=216 |
25.6% | -62.7% | 0.75 | 0.41 | 3.7x | 2 | 34% |
| ROC 모멘텀 n=179, threshold=-0.07 |
19.7% | -62.7% | 0.64 | 0.31 | 2.8x | 18 | 34% |
| Donchian 채널 돌파 entryN=88, exitN=72 |
18.1% | -62.7% | 0.61 | 0.29 | 2.6x | 4 | 32% |
| Keltner 채널 돌파 emaPeriod=21, atrPeriod=12, mult=2.7 |
13.7% | -29.1% | 0.58 | 0.47 | 2.1x | 18 | 13% |
| MACD fast=15, slow=45, signal=16 |
6.8% | -78.3% | 0.39 | 0.09 | 1.5x | 65 | 48% |
| Supertrend period=28, mult=5 |
4.5% | -63.7% | 0.34 | 0.07 | 1.3x | 18 | 39% |
| ADX / DI 방향성 period=24, threshold=13 |
2.9% | -60.6% | 0.29 | 0.05 | 1.2x | 60 | 32% |
| 볼린저 밴드 돌파 n=30, k=2.3 |
4.1% | -38.1% | 0.29 | 0.11 | 1.3x | 24 | 21% |
| Parabolic SAR step=0.06, maxStep=0.4 |
-1.9% | -76.2% | 0.23 | -0.02 | 0.9x | 206 | 49% |
| Buy and hold | -15.8% | -95.5% | 0.19 | -0.17 | 0.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 26-day EMA crosses above the 160-day EMA
- Sell — Sell when the 26-day EMA falls below the 160-day EMA