MT5 EA/Robot Development and Live-Execution Requirements

MQL5 Experts

Specification

MT5 EA/Robot Development and Live-Execution Requirements

I have developed and attached an MT5 Expert Advisor (EA/robot). The EA was developed with the help of ChatGPT and other AI platforms. However, although the code may compile and appear to work in backtesting, it does not always behave according to the strategy, rules, indicators, and trade-management logic that were originally designed.

I do not want another theoretical, experimental, or incomplete EA. I need the attached EA to be reviewed and improved so that the strategy written in the code is actually and reliably implemented in live MT5 trading, whether on a demo account or a real-money account.

1. The existing strategy must be preserved

First, carefully read and understand the attached source code, including:

  • Entry rules
  • Indicators and indicator conditions
  • Buy and Sell logic
  • Position management
  • Stop Loss (SL)
  • Take Profit (TP)
  • Break-even
  • Pyramid/scaling logic
  • Reversal handling
  • Lot-size management
  • Any other rules already incorporated into the EA

Do not replace the existing strategy with a completely different strategy unless absolutely necessary. The objective is to make the existing designed strategy work correctly and consistently.

2. The EA must follow its own rules exactly

If the code says that a position should be opened under specific conditions, the EA must actually check those conditions and open the trade accordingly.

If the code says that a position should be managed in a particular way, the EA must execute that management correctly.

The EA should not simply compile successfully and then fail to follow its own trading logic on the live chart.

3. Pyramid / profit-based lot management

One important example is the pyramid method.

Suppose the initial fixed lot size is 0.01.

When the EA opens a position and the trade moves in the expected direction and becomes profitable:

  • At the defined profit trigger, such as +$1 or +$2, the pyramid/scaling rule should become active.
  • The next position may increase according to the predefined pyramid rules.
  • The increase must happen only when the original position is profitable and the required conditions are confirmed.

However, if the position moves against the trade and becomes negative:

  • The lot size must remain at the defined defensive size, such as 0.01.
  • The EA must never increase the lot size simply because the trade is losing.
  • There must be no accidental averaging-down or uncontrolled position enlargement unless explicitly included in the original strategy.

This logic must work reliably in live trading, not only in backtesting.

4. Reversal and losing trades

Another major problem I have experienced is that the EA sometimes opens a position correctly but then allows the trade to move against the intended direction and eventually closes at a loss instead of managing the position according to the defined strategy.

Therefore, carefully review the reversal-management logic.

The EA must correctly distinguish between:

  • A normal temporary pullback
  • A profitable continuation
  • A confirmed weakening of the trade
  • A genuine reversal

The EA should not close a potentially successful trade too early, but it also should not blindly hold a clearly invalid trade until a large loss occurs.

5. Live-chart execution is the priority

The most important requirement is real execution behavior.

I do not need an EA that only looks good in the source code or produces attractive backtest results.

The final EA must be designed so that the rules are actually executed correctly on a live MT5 chart, including:

  • Correct indicator readings
  • Correct candle/timeframe handling
  • Correct Buy/Sell decisions
  • Correct lot sizes
  • Correct SL and TP placement
  • Correct pyramid activation
  • Correct position tracking
  • Correct modification of existing positions
  • Correct reversal handling
  • Correct handling of multiple positions
  • Correct execution after every tick/candle as required by the strategy
  • Correct behavior after MT5 restart, reconnection, or temporary execution problems where relevant

6. No hidden or missing logic

Please identify any part of the existing code where the written strategy and the actual programming logic do not match.

For example, if the strategy says:

“Increase the lot only after the existing trade reaches a defined profit.”

but the code increases the lot regardless of whether the existing position is profitable, then this must be corrected.

Likewise, if a rule is defined but the EA never actually checks it, the missing implementation must be corrected.

7. Do not make the EA unnecessarily complicated

I want a simple, robust, rule-based EA, not an EA overloaded with unnecessary indicators, filters, or complicated algorithms.

Every rule in the final EA should have a clear purpose and should directly support the strategy already incorporated into the attached code.

Final Objective

My objective is simple:

Whatever trading strategy, indicators, rules, and position-management logic are incorporated into the attached EA must actually work as programmed when the EA is attached to an MT5 chart.

Please thoroughly audit the existing source code, identify why the EA is not behaving according to its intended rules, correct the implementation, and produce a reliable, compile-clean MT5 EA that can be properly tested in a demo account and subsequently used in a real MT5 environment.

Do not simply rewrite the EA from scratch or provide another theoretical version. Preserve the intended strategy, fix the implementation, and make the programmed rules actually execute correctly.

The final result should be judged by correct execution of the defined rules, not merely by whether the code compiles or whether a backtest appears profitable.


Responded

1
Developer 1
Rating
(284)
Projects
355
29%
Arbitration
37
27% / 65%
Overdue
10
3%
Working
2
Developer 2
Rating
(319)
Projects
571
35%
Arbitration
83
31% / 45%
Overdue
206
36%
Free
3
Developer 3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
4
Developer 4
Rating
(45)
Projects
53
57%
Arbitration
2
100% / 0%
Overdue
1
2%
Free
Published: 5 codes
5
Developer 5
Rating
(554)
Projects
846
61%
Arbitration
33
27% / 45%
Overdue
24
3%
Free
Published: 1 code
6
Developer 6
Rating
(2)
Projects
2
0%
Arbitration
1
0% / 100%
Overdue
0
Free
7
Developer 7
Rating
(461)
Projects
488
70%
Arbitration
6
67% / 0%
Overdue
2
0%
Working
8
Developer 8
Rating
(1)
Projects
0
0%
Arbitration
2
0% / 100%
Overdue
0
Free
9
Developer 9
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Working
10
Developer 10
Rating
(180)
Projects
194
46%
Arbitration
4
50% / 25%
Overdue
1
1%
Loaded
11
Developer 11
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
12
Developer 12
Rating
(19)
Projects
22
18%
Arbitration
9
33% / 44%
Overdue
3
14%
Working
Published: 1 code
13
Developer 13
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
Published: 1 code
14
Developer 14
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Working
15
Developer 15
Rating
(16)
Projects
30
40%
Arbitration
3
33% / 67%
Overdue
7
23%
Working
16
Developer 16
Rating
(3)
Projects
3
0%
Arbitration
0
Overdue
0
Free
17
Developer 17
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Working
Published: 2 codes
18
Developer 18
Rating
(4)
Projects
7
57%
Arbitration
1
100% / 0%
Overdue
0
Free
19
Developer 19
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
20
Developer 20
Rating
(14)
Projects
21
24%
Arbitration
0
Overdue
2
10%
Free
Published: 3 codes
21
Developer 21
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Published: 1 code
Similar orders
OVERVIEW: I am looking for an experienced MQL developer to build a proprietary Expert Advisor (EA) specifically optimized to PASS evaluation challenges on modern prop firms (specifically targeting The 5%ers execution rules). The EA must rely on momentum and volume expansions, completely avoiding toxic strategies such as Grid, Martingale, or averaging down. Every trade must protect the account's daily drawdown
Hello here, I need someone who can work on pinescript and also with Renko charts. My entries for my strategy would be based on stop orders Kindly let me know if you can work on this for me and i will send necessary file and quote in the chat
Trade XAUUSD only Support MT5 Use Buy Stop and Sell Stop pending orders around a configurable breakout range. When the market breaks the range, activate the corresponding trade. Automatically place Stop Loss and Take Profit immediately with every order. Automatically cancel the opposite pending order after one side is triggered. No Martingale No Grid No averaging down No loss recovery system No unlimited position
Hey guys, I’ve got an MT4 HFT EA that’s showing strong results on an IC Markets demo account, and I'm looking to move it over to MT5. Does anyone have a solid MT5 version that performs well on IC Markets? Having the source code (MQL5) included would be awesome. Thanks for any leads
Hello! I want to automatically trade on Sierra Charts (IronBeam Brokerage). NQ ($20 per "handle") or MNQ ($2 per point or handle) - futures Broker: IronBeam mostly for the low capital requirement for futures Chart: Sierra Charts I almost exclusively trade a 5-20 bracket with 2 contracts (first contract closes at a +5 and second bracket closes at a +20.) When the +5 is reached, I move my stop from -15 to BE
Let’s use Chart M3. Stochastic 8,3,3. 85/15 trigger for sell stochastic >85, and the reversal move need to engulf the last bar for 1 point. SL over the engulfed bar. Same trigger for buys… Stochastic <15, engulfed bar by 1 point = entrance. SL under the engulfed bar… more details as soon we start to work on it
Scalping EA/straddle 30 - 200 USD
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position 30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run

Project information

Budget
30+ USD

Customer

Placed orders2
Arbitrage count0