I have trade alerts firing inside TradingView and I want each alert to turn into an immediate market order in MetaTrader 5, without me lifting a finger. Your job is to build (or supply) a reliable bridge that listens for the TradingView webhook, translates the alert into the correct symbol, lot size and direction, then pushes the order straight into MT5 with no perceptible delay. Key details of what I need: • Alerts come from TradingView; the bridge must recognise them instantly and send a market order to MT5. • Only market orders are required for now—no limit or stop logic. • I want clean handling of basic parameters like symbol mapping, lot size, stop-loss/take-profit levels and magic number. • The solution has to reconnect automatically if either platform drops, and log every event so I can audit fills. Tech is flexible as long as it’s rock-solid—MQL5, Python, Node or a hybrid HTTP listener + MT5 Expert Advisor are all acceptable if they keep latency low. Deliverables I expect: 1. Compiled bridge and any EAs/scripts to drop into MT5. 2. Human-readable setup guide so I can reproduce the install on another VPS. 3. Short test session on a demo account to confirm alerts are filling correctly and instantly. If you’ve built something like this before—or have a smarter architecture in mind—let me know and we can get started right away.