MT5 EA/Robot Development and Live-Execution Requirements

MQL5 EA

명시

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.


응답함

1
개발자 1
등급
(283)
프로젝트
354
29%
중재
37
27% / 65%
기한 초과
10
3%
로드됨
2
개발자 2
등급
(319)
프로젝트
571
35%
중재
83
31% / 45%
기한 초과
206
36%
무료
3
개발자 3
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
4
개발자 4
등급
(45)
프로젝트
53
57%
중재
2
100% / 0%
기한 초과
1
2%
무료
게재됨: 5 코드
5
개발자 5
등급
(554)
프로젝트
845
61%
중재
33
27% / 45%
기한 초과
24
3%
무료
게재됨: 1 코드
6
개발자 6
등급
(2)
프로젝트
2
0%
중재
1
0% / 100%
기한 초과
0
무료
7
개발자 7
등급
(461)
프로젝트
488
70%
중재
6
67% / 0%
기한 초과
2
0%
작업중
8
개발자 8
등급
(1)
프로젝트
0
0%
중재
2
0% / 100%
기한 초과
0
무료
9
개발자 9
등급
프로젝트
0
0%
중재
0
기한 초과
0
작업중
10
개발자 10
등급
(180)
프로젝트
194
46%
중재
4
50% / 25%
기한 초과
1
1%
로드됨
11
개발자 11
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
12
개발자 12
등급
(19)
프로젝트
22
18%
중재
9
33% / 44%
기한 초과
3
14%
작업중
게재됨: 1 코드
13
개발자 13
등급
(1)
프로젝트
1
0%
중재
0
기한 초과
0
무료
게재됨: 1 코드
14
개발자 14
등급
(1)
프로젝트
1
0%
중재
0
기한 초과
0
작업중
15
개발자 15
등급
(16)
프로젝트
30
40%
중재
3
33% / 67%
기한 초과
7
23%
작업중
16
개발자 16
등급
(3)
프로젝트
3
0%
중재
0
기한 초과
0
무료
17
개발자 17
등급
프로젝트
0
0%
중재
0
기한 초과
0
작업중
게재됨: 2 코드
비슷한 주문
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
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
Gold robot 30+ USD
Yes. This screen is asking you to write the Requirements Specification for your Gold/XAUUSD trading robot. Since you want your DEEPTHINK X10 institutional-style MT5 system , use this ready-to-paste specification: DEEPTHINK X10 GOLD ROBOT – MT5 EXPERT ADVISOR REQUIREMENTS Develop an advanced MetaTrader 5 Expert Advisor (EA) for XAUUSD (Gold) scalping based on a multi-factor DEEPTHINK X10 trading framework. 1. MARKET -

프로젝트 정보

예산
30+ USD

고객

넣은 주문2
중재 수0