I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4). The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4.
The primary instruments will be US30 and XAUUSD (Gold). The goal is to create an EA capable of identifying and acting on extremely short-lived market opportunities while maintaining stable execution and proper risk management.
One concept I would like to explore is the use of LMAX as a faster reference price feed. If you have access to an LMAX market data feed or have previously integrated one into a trading system, I would like to work with you. I do not currently have an LMAX data feed, so if a subscription, API, or additional infrastructure is required, please explain what is needed and whether you can help set it up.
As an example of the type of behavior I am interested in: suppose the LMAX price for US30 moves from 100000 to 100003, while the IC Markets MT4 price is still showing 100000 due to a slight delay in price updates. If the system detects this difference quickly enough, it should evaluate whether a trade opportunity exists and execute immediately if the strategy's predefined conditions are met. The objective is to capitalize on very small, short-duration price movements using extremely fast execution and efficient order management. If you have experience building systems that compare multiple market data sources in real time, please describe your approach and the expected infrastructure requirements.
The Expert Advisor should include professional risk management, including configurable lot sizing, stop loss, take profit, maximum spread filter, maximum slippage, break-even, trailing stop, daily loss limits, equity protection, and maximum drawdown protection. All parameters should be fully configurable through the MT4 inputs.
Performance is extremely important. The EA should be optimized for minimal CPU usage, fast execution, efficient memory management, and robust error handling. It should be designed for continuous operation on a VPS with reliable order execution under live market conditions.
The completed project must include the full MQL4 source code (.mq4), the compiled .ex4 file, and well-commented code that is clean, modular, and easy to maintain. I require full ownership of the source code, with no licensing restrictions, hidden dependencies, or code obfuscation.
Please include examples of similar MT4 HFT, low-latency, or multi-feed trading systems you have developed. If you have experience integrating external market data feeds such as LMAX, please explain your experience, your proposed architecture, the technologies you would use, your estimated development timeline, project cost, and whether you provide ongoing support after delivery.
I am looking for a long-term developer who understands low-latency trading systems and can build a professional, production-quality MT4 Expert Advisor from scratch.
相似订单
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA