I need a single webhook-driven workflow that lets my signals flow instantly from Telegram into MetaTrader 5 and on to NinjaTrader 8, executing trades for multiple accounts that sit on my VPS. The goal is pure trade execution automation: every buy/sell alert that lands in my Telegram channel must translate into synchronized orders on MT5, and from there be mirrored to NT8 without manual intervention. Here is what the bridge has to handle for me: • Open, close, and modify positions the moment a signal is received. • Flatten all positions at a set daily time that I can adjust from a simple settings file or panel. • Convert position sizes on the fly: one MT5 lot must equal a custom number of NinjaTrader contracts, and the same type of conversion applies to TP/SL values so risk stays consistent across both platforms. Everything will run 24/7 on my VPS, so the solution should be lightweight, restart-safe, and come with concise setup instructions (API keys, required ports, and any DLLs or Python/Node scripts). Once installed, I expect the workflow to fire in milliseconds, log each step, and alert me if any order is rejected. A brief test plan that proves all three platforms stay in sync will be the acceptance criteria.