支持中心 帮助文档 联系我们
📱 微信: 18391752892 | 💬 QQ: 3313198376 | ✈️ Telegram | 📧 fishfx123@gmail.com
EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34% EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34%

Master Order Sender MT4

👤 作者: Joaquin Nicolas Metayer

4.5 分

¥0.00

📌 版本: v1.0
📥 下载: 0
⭐ 评分: 4.5

📝 产品详情

Master Order Sender MT4

作者Joaquin Nicolas Metayer
版本v1.0
激活数63550

This Expert Advisor captures and sends information about all open positions to a REST API server in real-time using HTTP POST requests. It is ideal for building synchronization tools, external monitoring systems, or custom trade copier solutions.

What does this EA do?

  • Iterates through all active orders in the account.

  • Compares current positions with the previously sent ones.

  • If any change is detected (SL, TP, price, symbol, volume, type, etc.), it sends updated information to the defined endpoint.

  • Uses the WebRequest function to send data to an external HTTP API.

  • The payload includes order ID, symbol, order type, volume, open price, SL, and TP.

External Input Parameters:

input string endpointURL = "http://127.0.0.1:80/api/neworder";
  • endpointURL : The target server address where the order data will be sent.
Key Notes:
  • Requests are sent in application/x-www-form-urlencoded format.

  • This EA is useful for integrating with external systems such as web dashboards, account copiers, or risk management tools.

  • Includes basic error handling for failed HTTP requests.

Recommendations:

  • Use together with a backend that can properly receive and handle POST data.

  • Test in a demo environment before using it on live accounts.

  • Ensure the remote server accepts inbound HTTP requests from MetaTrader.





安全须知

本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。

EA 配置

交易品种XAUUSD
时间框架H1 (推荐)
推荐经纪商IC Markets, IC Trading
最低存款$300 / 0.01手

📸 截图预览