Multi-engine MQL5 EA with ATR recovery & trailing equity protection - Manual trade adoption & guardian logic - Dynamic lot recovery - AND MORE

Техническое задание

I'm looking for someone with a 5-star rating and a high number of "Completed Jobs" in MQL5.

PLEASE MAKE SURE YOU READ MY DISCRIPTION AND THE UPLOADED CODE BEFOR SPEAKING TO ME.

To trade - XAUUSD+

Broker - vantage.com raw account 

starting balance - £1000 

I require a high-level MQL5 developer to build/refine a sophisticated Expert Advisor. I have attached the original source code. The developer must use the attached code as the absolute blueprint. The new bot must run exactly like the original, with identical logic, execution speed, and results.

 
Core Instruction: You must hard-code the current settings as the "Default" values within the code, but all parameters must remain fully accessible as Inputs so I can change them on my computer at any time.
 
1. The Multi-Engine Strategy Architecture
 
The EA operates 5 independent "Engines" simultaneously. Each must have its own Magic Number silo and CTrade object:
 
- Engine 1 (SNIPER): Trend-following momentum breakout on M15.

- Engine 2 (REAPER): Mean reversion fading Bollinger Band extremes (Deviation based on sensitivity).

- Engine 3 (LION): Stochastic Oversold/Overbought reversal logic.

- Engine 4 (GHOST): Price Action breakout trading the previous M15 High/Low with a specific 47.0 sensitivity buffer to avoid fakeouts.

- Engine 5 (GUARDIAN - Recovery): A sophisticated mathematical "Rescue" engine. When any trade hits a specific GBP loss, the Guardian calculates the exact lot size required to recover the loss plus a £3.00 profit target based on ATR volatility. It must "Hot-Swap" (open the recovery and instantly kill the loser).
 
2. The "Hidden" Engineering (Mandatory)
 
- 1-Second Pulse: The bot must use a  lastActionTime  check to throttle execution to once per second. This prevents double-firing and CPU spikes.

- Trailing Drawdown (The High-Water Mark): The bot must track daily equity peaks. If equity drops from that peak, it locks in exactly 50% of the daily profit gap as a new safety floor.

- Manual Trade Adoption: The EA must monitor Magic Number 0. If I open a trade manually, the EA must apply its Trailing Stop, Break-Even, and Guardian Recovery logic to that trade.

- Filling Mode Chameleon: Auto-detect broker execution ( SYMBOL_TRADE_EXEMODE ) and switch between IOC and FOK automatically.

- Pip Normalization: Auto-detect 3/5 digit brokers and normalize all pip/point distances (using a  pipAdjust  multiplier).
 
3. Profit Chaser & Exit Logic
 
- Break-Even +2 Points: Once the  BE_Trigger  is hit, move SL to entry + 2 points to cover spread/fees.

- Stealth Exit: Option to close trades based on GBP profit targets hidden from the broker.

- The "Pin" Logic: If the Guardian is active, the bot must "pin" the losing trade with an emergency SL to prevent runaway losses during the recovery calculation.

- Time-Based Exit: A "Stale Trade Killer" that closes any position older than 90 minutes.

- Friday Protection: A hard-coded "Nuke" that liquidates all positions at 20:00 on Fridays.
 
4. Developer Requirements
 
- You must use the attached code as the base.

- All inputs shown in the original must be present and functional.

- The code must be "Clean" and properly commented.

- The "Guardian" lot-size math must be tick-perfect:  TargetMoney / (PipsToTarget * TickValue) .
 

I have attached the original coding for you to copy and follow. I expect the final product to be a 1:1 functional match of this logic with all the same inputs.

FINAL MANDATORY REQUIREMENT:
The new bot MUST be a 100% identical functional clone of the one I have uploaded. I love the specific way that bot trades, its aggressive profit-chasing, and its recovery math. I am requesting a "from-scratch" build solely to ensure the code is 100% clean, error-free, and stable for live professional use.
 

DO NOT CHANGE THE LOGIC. I want a perfectly working version of the original EA logic with zero deviations. This bot is intended to be my sole income provider and must be capable of generating £500+ per day in a professional, reliable manner. I am looking for a developer who takes this seriously and can guarantee the highest level of stability and execution quality. i just want what's already there to work perfectly so i can leave it on a vps generating me that £500+ profits. if you have any ideas to add then let me know. Must be plug in and play ready

Thank You




Откликнулись

1
Разработчик 1
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
2
Разработчик 2
Оценка
(43)
Проекты
54
50%
Арбитраж
6
83% / 0%
Просрочено
1
2%
Работает
3
Разработчик 3
Оценка
(2653)
Проекты
3370
68%
Арбитраж
77
48% / 14%
Просрочено
342
10%
Свободен
Опубликовал: 1 пример
4
Разработчик 4
Оценка
(14)
Проекты
16
31%
Арбитраж
3
67% / 0%
Просрочено
0
Загружен
5
Разработчик 5
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
6
Разработчик 6
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(1)
Проекты
1
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
8
Разработчик 8
Оценка
(7)
Проекты
8
0%
Арбитраж
2
0% / 50%
Просрочено
1
13%
Работает
9
Разработчик 9
Оценка
(32)
Проекты
33
61%
Арбитраж
1
100% / 0%
Просрочено
1
3%
Работает
Опубликовал: 5 примеров
10
Разработчик 10
Оценка
(4)
Проекты
4
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
Mk 30+ USD
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
I need a professional MetaTrader 5 Expert Advisor based on a pullback trading strategy. Indicators: - Moving Averages: 5, 8, 13, 144 (custom, smooth like TradingView) - RSI (14) - ADX (14) with DI+ and DI- - OsMA (8, 21, 5) Strategy: Trend: - Use MA 144 to define the main trend Entry: - Trade only in trend direction - Wait for price to touch MA 8 - Confirm with: - RSI (above 50 for buy / below 50 for sell) - ADX >
Looking for a Proven Non-Repainting Gold Indicator (XAUUSD) – High Accuracy & Ready-Made Solutions Only 📌 Project Description: I am looking for a high-quality, non-repainting indicator specifically for XAUUSD (Gold) that is already developed and tested. ⚠️ Important: I am NOT looking for a new indicator to be built from scratch. I want an existing, proven system that you have already created and are confident in. 🎯
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
I hope to acquire a profitable and existing expert advisor (EA) from the gold market, with complete source code, to add to our client portfolio. you can WECHAT: Faca7898 Please note EA when adding friends. It should be clarified that this does not require you to formulate or design new strategies. If you already have a verified, consistent, and production-ready EA, I am willing to purchase it immediately and engage
Looking for a Marketing Partner for my EAs! I am a developer looking for an experienced partner to help promote and market my Expert Advisors (MT4/MT5). How it works: > * I handle the coding, updates, and technical support. You handle the marketing, outreach, and bringing in traders. Compensation: We work on a Revenue Share / Profit Split basis. If you have an audience of traders or know how to market forex tools
The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). Please follow the specification strictly without any discretionary interpretation

Информация о проекте

Бюджет
200 - 500 USD
Сроки выполнения
от 1 до 10 дн.

Заказчик

Размещено заказов1
Количество арбитражей0