This article walks through D021 BrickFlow Rider, a D021 BrickFlow Rider 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 1044
[tv_ticker]
Why Bricks?
Time-based candles print a new bar every hour whether the market moved or not — most of what you see is noise. BrickFlow Rider repacks H1 closes into equal-height Renko bricks sized at 0.8 × ATR(14), so a new brick only appears when price travels a meaningful, volatility-adjusted distance. Small wiggles simply never make it onto the chart. A trend continues brick by brick in one color; a genuine reversal must traverse two full bricks before the color flips — a natural, parameter-light noise filter.
To avoid trading every flip in a chop, a TRIX(15) triple-smoothed momentum line acts as referee: its slope must agree with the new brick color before any trade is taken.
Signal Rules 信号判断
LONG
- New green brick prints after red brick(s) — color flip up
- TRIX(15) slope turning up (TRIX[1] > TRIX[2])
- Enter long at the H1 bar close that completed the flip
SHORT
- New red brick prints after green brick(s) — color flip down
- TRIX(15) slope turning down (TRIX[1] < TRIX[2])
- Enter short at the H1 bar close that completed the flip

Risk Management 风险管理
- Stop-loss: entry ∓ 2.0 × ATR(14)
- Take-profit: entry ± 3.0 × ATR(14) (1.5 : 1 reward-to-risk)
- Early exit: if bricks flip back against the position, close immediately
- Position sizing: risk 1% of account per trade, lot size derived from stop distance
- Discipline: one position at a time · max 10 entries per day (auto-reset daily)

[tv_analysis symbol=”XAUUSD”]
Execution Flow 执行流程

Full Parameter Set 参数设置
| Parameter | Default | Meaning |
|---|---|---|
| BrickATRMult | 0.8 | Brick height as a multiple of ATR(14), refreshed daily |
| ATRPeriod | 14 | ATR period (H1) for brick sizing and stops |
| TrixPeriod | 15 | TRIX triple-EMA period |
| SL_ATRMult / TP_ATRMult | 2.0 / 3.0 | Stop and target distances in ATR multiples |
| ExitOnFlip | true | Close position on opposite brick flip |
| RiskPercent | 1.0 | Account risk per trade (%) |
| MaxTradesPerDay | 10 | Daily entry cap, resets each day |
| MagicNumber | 202621 | Order tag — the EA only manages its own trades |
Defaults are tuned so H1 signals average at least one per day on liquid instruments.

[mt5_calc_profit]




[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=1044]
Related Trading Strategies
Want to compare more automated strategies? These related ones are worth a look:
- D020 VolumeTide — Volume Profile + Delta Flip Strategy — related strategy — compare parameters and live positions
- D019 混乱度罗盘 EntropyCompass — 市场混乱度状态 + KAMA 交易系统 — related strategy — compare parameters and live positions
- D018 KalmanDrift Navigator — Strategy Overview — related strategy — compare parameters and live positions
D021 BrickFlow Rider Trading Strategy FAQ
Which symbols and timeframe does D021 BrickFlow Rider suit?
D021 BrickFlow Rider 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 D021 BrickFlow Rider 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 D021 BrickFlow Rider 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.
风险提示:本文所示为模拟/历史交易数据,过往表现不代表未来收益,不构成任何投资建议。