Trend-Following Backtester · Guide · backtest 한국어
equity · US
Capital Southwest Corporation backtest
10 trend-following strategies were compared on the full daily history of Capital Southwest Corporation. 0 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Donchian 채널 돌파 (CAGR 7.3%, MDD -33.9%).
Results by strategy
0 of 10 beat buy and hold (CAGR 9.3%, drawdown -69.4%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 8.6%, MDD -52.3%, Sharpe 0.47, 70% exposure.
Return/drawdown alternative: Donchian 채널 돌파 — CAGR is 0.7%p lower than buy and hold, while drawdown improves by 17.1%p (CAGR 7.3%, MDD -33.9%, 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=45, slow=217 |
8.6% | -52.3% | 0.47 | 0.16 | 46.1x | 35 | 70% |
| SMA 크로스오버 fast=45, slow=211 |
8.5% | -51.2% | 0.47 | 0.17 | 44.0x | 49 | 68% |
| Donchian 채널 돌파 entryN=86, exitN=49 |
7.3% | -33.9% | 0.46 | 0.21 | 25.9x | 75 | 53% |
| ADX / DI 방향성 period=37, threshold=21 |
4.4% | -40.9% | 0.43 | 0.11 | 7.5x | 62 | 26% |
| Supertrend period=10, mult=5 |
5.7% | -62.5% | 0.36 | 0.09 | 13.0x | 129 | 63% |
| ROC 모멘텀 n=126, threshold=-0.04 |
5.3% | -67.2% | 0.34 | 0.08 | 10.9x | 279 | 75% |
| Keltner 채널 돌파 emaPeriod=74, atrPeriod=13, mult=2.9 |
4.0% | -41.4% | 0.32 | 0.10 | 6.2x | 140 | 39% |
| Parabolic SAR step=0.01, maxStep=0.18 |
4.2% | -77.2% | 0.29 | 0.05 | 6.7x | 522 | 58% |
| 볼린저 밴드 돌파 n=56, k=2 |
2.5% | -55.0% | 0.23 | 0.05 | 3.1x | 202 | 40% |
| MACD fast=29, slow=57, signal=28 |
-1.3% | -93.6% | 0.04 | -0.01 | 0.5x | 360 | 52% |
| Buy and hold | 9.3% | -69.4% | 0.44 | 0.13 | 62.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 45-day EMA crosses above the 217-day EMA
- Sell — Sell when the 45-day EMA falls below the 217-day EMA