Trend-Following Backtester · Guide · backtest 한국어
equity · JP
OMRON Corporation backtest
10 trend-following strategies were compared on the full daily history of OMRON Corporation. 3 beat buy-and-hold CAGR; EMA 크로스오버 ranks first by Sharpe, matching the main backtester. The return/drawdown alternative is Donchian 채널 돌파 (CAGR 4.5%, MDD -48.1%).
Results by strategy
3 of 10 beat buy and hold (CAGR 3.2%, drawdown -73.1%).
Sharpe leader (same as main): EMA 크로스오버 — CAGR 5.4%, MDD -56.8%, Sharpe 0.34, 55% exposure.
Return/drawdown alternative: Donchian 채널 돌파 — CAGR is 2.2%p higher than buy and hold, while drawdown improves by 16.3%p (CAGR 4.5%, MDD -48.1%, exposure 48%).
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=58, slow=169 |
5.4% | -56.8% | 0.34 | 0.09 | 3.8x | 29 | 55% |
| SMA 크로스오버 fast=27, slow=178 |
4.7% | -56.6% | 0.31 | 0.08 | 3.2x | 43 | 55% |
| Donchian 채널 돌파 entryN=41, exitN=28 |
4.5% | -48.1% | 0.31 | 0.09 | 3.1x | 83 | 48% |
| ROC 모멘텀 n=134, threshold=-0.03 |
1.7% | -62.2% | 0.20 | 0.03 | 1.5x | 221 | 61% |
| Keltner 채널 돌파 emaPeriod=74, atrPeriod=15, mult=2.7 |
1.4% | -53.4% | 0.17 | 0.03 | 1.4x | 94 | 36% |
| ADX / DI 방향성 period=40, threshold=18 |
0.9% | -32.2% | 0.14 | 0.03 | 1.2x | 26 | 9% |
| 볼린저 밴드 돌파 n=57, k=2 |
-0.1% | -51.3% | 0.09 | -0.00 | 1.0x | 92 | 32% |
| Supertrend period=24, mult=4.3 |
-1.0% | -74.3% | 0.08 | -0.01 | 0.8x | 132 | 52% |
| MACD fast=51, slow=54, signal=27 |
-1.3% | -74.2% | 0.07 | -0.02 | 0.7x | 160 | 53% |
| Parabolic SAR step=0.005, maxStep=0.18 |
-6.5% | -87.9% | -0.16 | -0.07 | 0.2x | 212 | 51% |
| Buy and hold | 3.2% | -73.1% | 0.27 | 0.04 | 2.2x | 1 | 100% |
Rules of the top strategy
Uses two exponential averages (more weight on recent prices) and trades their crossover.
- Buy — Buy when the 58-day EMA crosses above the 169-day EMA
- Sell — Sell when the 58-day EMA falls below the 169-day EMA