This article walks through D026, a D026 trading strategy. It covers the strategy logic, signals and parameter settings, and ships ready-to-use MT4 / MT5 EAs with source download and live position tracking so you can evaluate and deploy it fast.
Magic 1049
[tv_ticker]
Concept
DaybreakSurge is a rule-based framework built around two ideas rarely paired together: a freshness filter
(which side made a more recent high or low over the last 14 bars — a structure similar to the Aroon indicator) that identifies
which side currently “owns” the trend, and a momentum tide-line (a fast Coppock-style curve built from short-term
rate-of-change, smoothed with a weighted average) whose zero-line crossing confirms the timing. No Bollinger Bands, no RSI,
no Stochastic, no MACD as primary signal — just structure and momentum.
Entry Rules 入场条件
BUY WINDOW
- Fresh-high side leads by ≥15 (freshness gap)
- Tide-line crosses ABOVE zero
- Entry confirmed at bar close
→ Long entry
SELL WINDOW
- Fresh-low side leads by ≥15 (freshness gap)
- Tide-line crosses BELOW zero
- Entry confirmed at bar close
→ Short entry

Execution Flow 执行流程

[tv_minichart symbol=”XAUUSD”]
Risk Plan
SL = 1.6 × ATR(14) · TP = 2.9 × ATR(14) · Risk = 1% / trade · Max 10 trades / day

Parameters 参数设置
| Parameter | Default | Description |
|---|---|---|
| AroonPeriod | 14 | Freshness lookback period |
| AroonSpreadThreshold | 15 | Freshness gap threshold for regime |
| RocPeriod1 / RocPeriod2 | 5 / 3 | Tide-line rate-of-change inputs |
| WmaPeriod | 3 | Tide-line smoothing period |
| ATRPeriod | 14 | ATR period for risk sizing |
| SL_ATR_Mult / TP_ATR_Mult | 1.6 / 2.9 | Stop / target ATR multiples |
| MaxTradesPerDay | 10 | Daily entry cap |
| NoSignalAlertDays | 3 | Watchdog silence alert threshold (days) |

[mt5_calc_position]
Simulation Note
Simulated on synthetic H1 data across multiple regime-switching market scenarios (9 random seeds):
averages ~1.1–1.2 signals per day, within the target range of 1–10 signals/day.
Disclaimer: This material is provided for research and educational purposes only and does not constitute
financial advice or a guarantee of results. Trading involves risk, and past simulation performance does not indicate future
outcomes. Always test on a demo account first and never risk capital you cannot afford to lose.




[tv_analysis symbol=”XAUUSD”]
Source & Download
1. Place the EA file in
MQL5/Experts/ folder2. Add
https://jybj.org to WebRequest whitelist: Tools → Options → Expert Advisors → Allow WebRequest for listed URL3. One invite code = one account (non-transferable)
Ready to use · MT4 / MT5 · Parameters preconfigured 即开即用,参数已预设
Source code & compiled files: GitHub
Full documentation: Online strategy page
Live performance: View this strategy live →
Live Positions 实时持仓
[mt5_position magic=1049]
Related Trading Strategies
Want to compare more automated strategies? These related ones are worth a look:
- D025 · TrendVigor Drive — Strategy Overview — related strategy — compare parameters and live positions
- D024 KagiClarity Flow — Kagi Reversal + Regression Clarity Trading System — related strategy — compare parameters and live positions
- D023 FrameCascade — Cross-Timeframe FRAMA Resonance + KST Trading System — related strategy — compare parameters and live positions
D026 Trading Strategy FAQ
Which symbols and timeframe does D026 suit?
D026 adapts to major FX and gold symbols; validate on demo first. Fine-tune for your broker’s spread and leverage, and rely on demo results before going live.
How do I download and run the D026 MT4/MT5 EA?
The Source & Download section provides compiled MT4/MT5 files and source. Drop it into MT5’s Experts folder, restart, and attach it to a chart — parameters are preset.
What are the risks of the D026 trading strategy?
No trading strategy guarantees profit; past and backtested results don’t predict the future. Run it on demo, cap per-trade and total risk, and understand the logic before trading live.
Further Reading
Risk Warning: The results shown are based on simulated or historical trading data. Past performance is not indicative of future results and does not constitute investment advice. Trading involves risk; please proceed with caution.
风险提示:本文所示为模拟/历史交易数据,过往表现不代表未来收益,不构成任何投资建议。