This article walks through D033, a D033 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 1056
[tv_ticker]
Overview 策略概述
TrueFlow only opens a position when two independent signals agree: a statistical
“is this move real or just random wandering” reading (Random Walk Index), and a
volume-energy reading (On Balance Volume) confirming genuine buying or selling pressure
behind the move. An ATR-based energy filter keeps the system out of dead, low-volatility
sessions. Designed for H1 charts on instruments with reliable trade volume.
Signal Rules 信号判断
LONG SETUP
- RWI-Up crosses above 1.0 (real uptrend, not noise)
- OBV above its 20-bar average
- ATR(14) >= 0.5x its 50-bar average
SHORT SETUP
- RWI-Down crosses above 1.0 (real downtrend, not noise)
- OBV below its 20-bar average
- ATR(14) >= 0.5x its 50-bar average

Execution Flow 执行流程

[tv_analysis symbol=”XAUUSD”]
Parameters 参数设置
| Parameter | Default | Meaning |
|---|---|---|
| RWI_Period | 10 | Random Walk Index lookback bars |
| RWI_Threshold | 1.0 | Trend authenticity breakout level |
| OBV_MA_Period | 20 | OBV moving average period |
| ATR_Period / ATR_AvgPeriod | 14 / 50 | ATR energy filter periods |
| ATR_MinRatio | 0.5 | Minimum ATR vs its own average |
| StopLossATRMult | 1.5x ATR | Stop loss distance |
| TakeProfitATRMult | 2.4x ATR | Take profit distance |
| RiskPercent | 1% | Risk per trade |
| MaxTradesPerDay | 10 | Daily trade cap |
SL1.5x ATR
TP2.4x ATR
RISK1%/trade
MAX/DAY10

Timeframe & Instruments
Timeframe: H1 (M30-H4 also workable). Best fit: Index futures / US Stocks / Crypto
(instruments with reliable real trade volume, since OBV needs genuine volume data).
Simulated frequency check on synthetic H1 data: ~2.0 signal windows/day at default settings.
Risk Disclosure: This page describes a rules-based trading system shared
for educational purposes only and does not constitute financial advice. Backtests and
simulations do not guarantee future performance. Always validate on your own symbol/timeframe
and risk only what you can afford to lose.

[mt5_calc_position]




[tv_minichart symbol=”EURUSD”]
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=1056]
Related Trading Strategies
Want to compare more automated strategies? These related ones are worth a look:
- D032 SwellPilot — Strategy Overview — related strategy — compare parameters and live positions
- D031 FlowVane — Strategy Overview — related strategy — compare parameters and live positions
- D030 FulcrumShift — Strategy Overview — related strategy — compare parameters and live positions
D033 Trading Strategy FAQ
Which symbols and timeframe does D033 suit?
D033 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 D033 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 D033 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.
风险提示:本文所示为模拟/历史交易数据,过往表现不代表未来收益,不构成任何投资建议。