Specification

I want to fix my BOT that stopped working but I do not have the code file.





I want to fix my BOT that stopped working but I do not have the code file.






I want to fix my BOT that stopped working but I do not have the code file.








I want to fix my BOT that stopped working but I do not have the code file.


Verify EA Status

The green "Automated trading enabled" confirms MT5 settings are correct. "Squared" means the EA hit a threshold (MaxTrades, equity protection, spread filter, or magic number conflict) and won't enter new positions until reset.

Targeted Reset

  1. Right-click chart → Expert Advisors → Remove (fully unloads EA state).

  2. Toolbox → Experts tab → Right-click → Delete all logs (clears internal flags).

  3. Close/reopen positions manually if any lingering.

  4. Re-attach EA: Navigator → drag to clean Gold H1 chart → Properties → reset inputs to morning-working values → OK.

Check These Logs Now

Toolbox → Experts tab (sort by time): Look for "trade context busy," "invalid stops," "zero divide," or "trade disabled by server." Journal tab: Connection drops or "no quotes."

text
Example error fixes: "trade context busy" = restart MT5 "invalid stops" = widen SL/TP inputs "market closed" = wrong symbol suffix (e.g., XAUUSD.pro vs XAUUSD)

Broker/Session Test

  • Switch to demo account, same EA/pairs—isolates broker blocks.

  • Gold suffix mismatch? Exness often uses XAUUSDm or .pro.

  • Time filter? PKT 11 PM = NY close; EA might restrict post-Asian.

Share exact Experts tab errors (copy-paste last 10 lines) or EA name/magic# for precise fix. Custom EAs glitch differently than Grid Machine. Test shows 95% resolve via logs + reattach.






I want to fix my BOT that stopped working but I do not have the code file.





I want to fix my BOT that stopped working but I do not have the code file.

Responded

1
Developer 1
Rating
(2)
Projects
2
100%
Arbitration
1
0% / 0%
Overdue
0
Free
2
Developer 2
Rating
(270)
Projects
338
29%
Arbitration
36
28% / 64%
Overdue
10
3%
Loaded
3
Developer 3
Rating
(636)
Projects
1005
47%
Arbitration
33
36% / 36%
Overdue
99
10%
Working
Published: 6 codes
4
Developer 4
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
5
Developer 5
Rating
(16)
Projects
35
23%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
6
Developer 6
Rating
(44)
Projects
51
59%
Arbitration
2
100% / 0%
Overdue
1
2%
Working
Published: 5 codes
7
Developer 7
Rating
(298)
Projects
478
40%
Arbitration
105
40% / 24%
Overdue
82
17%
Loaded
Published: 2 codes
8
Developer 8
Rating
(14)
Projects
15
40%
Arbitration
2
50% / 50%
Overdue
1
7%
Free
9
Developer 9
Rating
(3)
Projects
3
100%
Arbitration
0
Overdue
0
Working
10
Developer 10
Rating
(4)
Projects
4
0%
Arbitration
4
25% / 75%
Overdue
1
25%
Free
11
Developer 11
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
12
Developer 12
Rating
(2)
Projects
2
0%
Arbitration
0
Overdue
0
Free
Published: 1 code
13
Developer 13
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
Hello, I am planning to automate my own Gold (XAUUSD) scalping strategy using xCustomEA. Before purchasing xCustomEA and hiring a developer, I would like to know: Whether my strategy can be implemented in xCustomEA. Whether any custom MQL5 coding is required. The estimated cost. The estimated development time. I already have a detailed strategy document and will provide it after the initial discussion. The strategy
Project: GoldScalpBot (already published: https://www.mql5.com/en/code/75652 ) I need an experienced MT5 developer to improve my existing Expert Advisor and its local app bridge. Current stack: - MT5 EA (MQL5) for XAUUSD scalping (EMA/momentum/breakout, ATR SL/TP, London/NY sessions, win-based lot scale, daily loss stop) - Local Node.js HTTP bridge (heartbeat + command queue) for a React Native mobile app
Configuration of The Take profit level , SL Thresholds and Fixed SL According to the Absolute Difference . Deleting Folders which are Not in use . (Minor) (Two Folders) . Making Sure Smooth Live Executions Throughout . Live Chart Only . Code has minor compilation error , project begins after you specify the reason
Project Overview I am looking for an experienced MetaTrader 5 (MT5) Expert Advisor developer to build a professional, production-quality automated trading system from a detailed Software Requirements Specification (SRS). The strategy is based on a custom implementation of the MACD indicator combined with advanced trade management and a proprietary basket/grid recovery methodology. The complete strategy and
I NEED ONE MILLON TESTED STATERGIES YOUR DUTY IS TO RUN ONE MILLION DIFFERENT SCENARIOS AND FIND ME AN ALPHA AND TESTED ON OVER ALL TYPES OF ASSESTS SO THATS IT THERE IS ANYONE WHO CAN ABLE TO DO THIS JOBB
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
//+------------------------------------------------------------------+ //| DX_Structure_H1.mq5 | //| Copyright 2026, Seu Nome | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict // Parâmetros de Entrada input string InpSymbol = "DX.F"; // Nome do Ativo
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
automatic robo sell at bollinger band upwards breach and rsi should above 80 and buy when bollinger breach downwards and rsi is below 30, rsi shoould works only on Gold trade and none ofhe trades
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk

Project information

Budget
50+ USD