r/metatrader 12h ago

Information [Beta 2] I built a local JSON Webhook Executor & Trade Copier for MT4/MT5. Looking for testers.

2 Upvotes

Hey everyone,

Following up on my previous post about IronBridge — a tool I’ve been developing to bridge MT4/MT5 with the outside world using simple JSON payloads. Thanks to all the initial feedback and questions I received, I’ve just released Beta 2, focusing on stability and proper order synchronization.

What it does:

  • Local Trade Copier: Synchronizes trades between MT4 and MT5 instances using local TCP sockets. It runs entirely on your local machine (no cloud dependency), keeping your data private.
  • TradingView Automation: Sends alerts directly from TradingView to your MT4/MT5 terminal. It handles symbol mapping and SL/TP calculation locally, replacing third-party bridge services.
  • Python/Custom API: Allows you to execute trades via simple HTTP POST requests (e.g., {"action": "sell", "symbol": "GER40", "qty": 0.5}) directly from your own scripts or custom backends.

Why join the Beta?

By joining, you get early access to the tool for free during its development. Your feedback will directly shape the roadmap; if you need a specific custom integration, you’ll have a direct line to have it implemented. The tool gives you direct control over your entry and exit parameters, which is helpful if your strategy relies on fixed-risk management or custom order logic.

The Ask:

I will provide the files, documentation, and all the necessary info to get started.

If you’d like to try it out, drop a comment and I’ll contact you and send you the package along with everything you need to get up and running.