Job finished
Execution time 12 days
Feedback from employee
great working with you
Feedback from customer
Great developer, he did a job as described! I am happy and will work with him in the future for sure! 10+
Specification
Develop a system where a MetaTrader 4 (MT4) Expert Advisor (EA) securely connects to our server, listens for trading commands, and executes them only if the account number in the command matches the MT4 account. The account number is retrieved from a MySQL database for security verification.
System Requirements:
MT4 EA Development:
- The EA should connect to our server and continuously listen for incoming messages.
- Upon receiving a message, the EA should verify if the account number in the message matches the MT4 account number.
- If the account numbers match, the EA executes the trading command; otherwise, it ignores the command.
- The EA must process all data dynamically, without hardcoded values.
Server-Side Setup:
- A Python script on our server will retrieve the AccountNumber from a MySQL database and send trading commands to multiple MT4 clients, including the account number.
- The server must maintain active connections with all MT4 clients.
- Ensure secure communication using SSL/TLS, preferably via a domain with Cloudflare or a secure IP connection.
Database Structure (MySQL):
- Table Name: forex
Table Structure:
| Column Name | Data Type | Description |
|---|---|---|
| ID | INT | Primary Key, auto-increment |
| Username | VARCHAR(50) | The username of the MT4 client |
| AccountNumber | VARCHAR(50) | The MT4 account number for the client |
| Platform | VARCHAR(10) | The trading platform, e.g., 'MT4' |
Security and Reliability:
- Use SSL/TLS for secure communication between the server and MT4 EAs.
- Implement error handling and automatic reconnection for reliability in case of disconnection.
- The account number from the database must match the MT4 account for the command to be executed, ensuring an additional layer of security.
Scalability:
- The system should support multiple MT4 clients on different networks or machines.
- Design the solution to be scalable for future expansion.
Example Command from Python Server:
ACCOUNT: 12345678 COMMAND: OPEN SYMBOL: EURUSD ORDER_TYPE: BUY LOTS: 0.1 PRICE: 1.1050 STOP_LOSS: 1.1000 TAKE_PROFIT: 1.1100
Technology Stack:
- MT4 EA: Developed in MQL4.
- Server-Side: Python
- Database: MySQL to retrieve the account number for command verification.
Responded
1
Rating
Projects
281
46%
Arbitration
27
59%
/
37%
Overdue
36
13%
Free
2
Rating
Projects
2
0%
Arbitration
1
0%
/
100%
Overdue
0
Free
3
Rating
Projects
2
0%
Arbitration
1
0%
/
0%
Overdue
0
Free
4
Rating
Projects
2
0%
Arbitration
1
0%
/
0%
Overdue
0
Free
5
Rating
Projects
416
30%
Arbitration
74
19%
/
69%
Overdue
52
13%
Loaded
Similar orders
Olá, preciso de um programador para montar um indicador com base na sobrevenda do estocastico, volume macd, para uma estrategia de reversão e falso rompimento com regioes de OB validos minimas e maximas de H1, H4, D1 e canais para confluencias, quero que seja didatico visualmente e com cores, sons de alertas e algum sinal de call ou put como setas indicando reversões e falsos rompimentos e continuidade
Ninjatrader indicator
30+ USD
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Nijatrader indicator
30+ USD
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
Enhance current EA
200+ USD
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Project information
Budget
99+ USD