PROJECT DESCRIPTION
Looking for 1 experienced MQL5 developer to build 2 Expert Advisors for MetaTrader 5, targeting XAUUSD and major currency pairs. Strong preference for a single developer handling both EAs to maximize code reuse, reduce cost, and ensure consistency.
EA1 — Grid Martingale Pro
· Buy/Sell grid with Fixed or ATR Dynamic distance (ATR read once per fill, stored in grid_step_at_open[])
· Gap Protection: Market fill when price jumps past pending level
· Trend Filter: CCI + SuperTrend + ADX — stop opening new grid on counter-trend signal
· Exit logic: Net TP, Total TP, Trailing Stop, Hard Stop, Daily Drawdown
· CCanvas Panel 4 tabs (built at M3): Trading / Grid Setup / TP-SL / Filter
· Grid Preview: Fixed = exact entry price — ATR = 3-state display ✅📊❓
· State persistence: survive VPS restart via file I/O
EA2 — Hedging Grid Martingale
Reuses EA1 codebase entirely. Developer only adds Hedging layer:
· Place Pending on both sides (Buy Stop GU + Sell Stop GD) — determine direction when L2 fills
· Rolling TP: winning side auto-closes each level TP, losing side holds (loss-hold)
· BE_Net + BE_Total: draw 2 horizontal lines on chart — update realtime via OnTradeTransaction()
· BE_Total = BE_Net − Realized / (net_lot × ContractSize) [direct formula, no point conversion]
· 3 parallel exit conditions: Net TP / Total TP / Hard Stop (first triggered wins)
· Hard Stop → STOP BOT (no auto-reset, awaits user intervention)
· CCanvas Panel 3 tabs (built at M3): Trading+Info / Grid Setup+Exit / Filter
💰 PAYMENT — 3 MILESTONES
Payment split into 3 milestones. The agreed total is the net amount the developer receives — developer is responsible for all MQL5 platform transaction fees.
| Đợt / Milestone | Deliverable | Acceptance Criteria | Payment |
| M1 30% | EA1 Core (không Panel / no Panel) | • Grid chạy đúng: Fixed & ATR mode • Gap Protection hoạt động • Trend Filter (CCI + SuperTrend + ADX) • TP/SL/Trailing/Hard Stop/Daily Drawdown • Video backtest 'Every tick based on real ticks' • State persistence sau VPS restart | 30% upon delivery |
| M2 35% | EA2 Core (không Panel / no Panel) | • Hedging GU/GD logic hoạt động • BE_Net + BE_Total vẽ đúng trên chart • 3 exit conditions song song (Net TP / Total TP / Hard Stop) • Pass 6 test scenarios A→F từ spec • Tái sử dụng code EA1 (ATR, Filter, Risk Mgmt) | 35% upon delivery |
| M3 35% | Cả 2 Panel (EA1 + EA2) | • EA1: CCanvas 4-tab panel hoạt động realtime • EA1: Grid Preview Fixed (chính xác) & ATR (✅📊❓) • EA2: CCanvas 3-tab panel, BE_Total nổi bật • SAVE / hot-update khi bot đang chạy • Toàn bộ 2 EA test pass trên demo account | 35% on final acceptance |
⚠️ Important: EA1 and EA2 must run fully without the Panel at M1 and M2. The panel is a UI overlay only — core logic must work independently via MetaTrader's Inputs tab. Developer must design internal variables (BE, grid state, trend status) to be panel-ready from M1.
✅ DEVELOPER REQUIREMENTS
· 3+ years MQL5 experience with completed EA projects on MQL5.community profile
· CCanvas custom panel experience required
· Must be comfortable with: iATR(), iCCI(), iADX(), OnTradeTransaction(), custom SuperTrend
· English or Vietnamese communication is fine
· Backtest video required at M1 and M2 — 'Every tick based on real ticks'
❌ DO NOT APPLY IF:
· No completed projects visible on MQL5 profile
· No CCanvas / custom UI panel experience
· Unwilling to accept milestone-based payment
📎 ATTACHED DOCUMENTS
· A descriptive document will be sent to you once you are selected.
· GridMartingalePro_Spec_v5.2_EN.docx — Full EA1 specification
· Panel_Trading_v1.9_EN.docx — EA1 panel design
· Hedging_Spec_v3.3_EN.docx — Full EA2 specification
· Hedging_Panel_v2.3_EN.docx — EA2 panel design
· Vietnamese versions also included for reference
Please include in your proposal: (1) relevant EA projects from your portfolio, (2) your experience with CCanvas panels, (3) estimated timeline per milestone.
Similar orders
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured