Trend-Following Backtester · Guide · backtest 한국어
equity · US
RingCentral, Inc. backtest
10 trend-following strategies were compared on the full daily history of RingCentral, Inc.. 4 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is EMA 크로스오버 (CAGR 25.9%, MDD -55.6%).
Results by strategy
4 of 10 beat buy and hold (CAGR 9.0%, drawdown -95.1%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 25.9%, MDD -55.6%, Sharpe 0.83, 52% exposure.
Return/drawdown alternative: EMA 크로스오버 — CAGR is 16.9%p higher than buy and hold, while drawdown improves by 39.5%p (CAGR 25.9%, MDD -55.6%, exposure 52%).
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=18, slow=280 |
25.9% | -55.6% | 0.83 | 0.47 | 19.3x | 9 | 52% |
| SMA 크로스오버 fast=52, slow=212 |
23.8% | -68.6% | 0.74 | 0.35 | 15.5x | 11 | 60% |
| ROC 모멘텀 n=142, threshold=-0.01 |
17.7% | -80.8% | 0.61 | 0.22 | 8.1x | 69 | 61% |
| Supertrend period=16, mult=3.8 |
13.2% | -64.0% | 0.52 | 0.21 | 4.9x | 53 | 59% |
| 볼린저 밴드 돌파 n=109, k=2.8 |
7.0% | -38.5% | 0.43 | 0.18 | 2.4x | 13 | 24% |
| Donchian 채널 돌파 entryN=14, exitN=31 |
7.4% | -82.2% | 0.38 | 0.09 | 2.5x | 65 | 72% |
| ADX / DI 방향성 period=37, threshold=22 |
2.8% | -22.9% | 0.33 | 0.12 | 1.4x | 8 | 7% |
| Keltner 채널 돌파 emaPeriod=114, atrPeriod=23, mult=2.6 |
5.3% | -70.5% | 0.32 | 0.07 | 1.9x | 37 | 44% |
| Parabolic SAR step=0.01, maxStep=0.12 |
-4.9% | -86.4% | 0.05 | -0.06 | 0.5x | 175 | 54% |
| MACD fast=14, slow=23, signal=17 |
-10.9% | -91.7% | -0.11 | -0.12 | 0.2x | 201 | 51% |
| Buy and hold | 9.0% | -95.1% | 0.43 | 0.10 | 3.0x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 18-day EMA crosses above the 280-day EMA
- Sell — Sell when the 18-day EMA falls below the 280-day EMA