Trend-Following Backtester · Guide · backtest 한국어
equity · CA
Vizsla Silver Corp. backtest
10 trend-following strategies were compared on the full daily history of Vizsla Silver Corp.. 1 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester.
Results by strategy
1 of 10 beat buy and hold (CAGR 53.8%, drawdown -73.1%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 54.1%, MDD -73.1%, Sharpe 0.89, 69% exposure.
No strategy retained at least 75% of buy-and-hold CAGR while reducing drawdown by both 20% relatively and 5 percentage points absolutely.
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=73, slow=154 |
54.1% | -73.1% | 0.89 | 0.74 | 29.5x | 6 | 69% |
| SMA 크로스오버 fast=51, slow=80 |
42.3% | -73.1% | 0.79 | 0.58 | 15.8x | 27 | 62% |
| Donchian 채널 돌파 entryN=9, exitN=83 |
40.4% | -59.4% | 0.78 | 0.68 | 14.3x | 19 | 91% |
| ADX / DI 방향성 period=38, threshold=13 |
30.3% | -72.4% | 0.66 | 0.42 | 7.9x | 44 | 38% |
| ROC 모멘텀 n=136, threshold=-0.03 |
26.6% | -73.1% | 0.65 | 0.36 | 6.3x | 54 | 70% |
| Supertrend period=8, mult=3.6 |
27.1% | -72.2% | 0.64 | 0.38 | 6.5x | 46 | 55% |
| Parabolic SAR step=0.02, maxStep=0.14 |
20.7% | -72.7% | 0.57 | 0.28 | 4.4x | 145 | 50% |
| MACD fast=24, slow=53, signal=15 |
14.8% | -59.3% | 0.50 | 0.25 | 2.9x | 83 | 50% |
| 볼린저 밴드 돌파 n=47, k=3.5 |
16.5% | -59.1% | 0.49 | 0.28 | 3.3x | 14 | 16% |
| Keltner 채널 돌파 emaPeriod=40, atrPeriod=24, mult=3.2 |
13.1% | -68.6% | 0.45 | 0.19 | 2.6x | 32 | 25% |
| Buy and hold | 53.8% | -73.1% | 0.88 | 0.74 | 29.1x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 73-day EMA crosses above the 154-day EMA
- Sell — Sell when the 73-day EMA falls below the 154-day EMA