Confirm MT5 connection
Install the Synnectra EA, enable algo trading, paste your License ID, and verify account status in the dashboard.
Use Synnectra to receive TradingView webhook alerts, validate the signal, apply MT5 account rules, and execute orders through your connected MetaTrader 5 terminal.
Install the Synnectra EA, enable algo trading, paste your License ID, and verify account status in the dashboard.
TradingView alerts should point to https://synnectra.com/webhook with a supported Synnectra message body.
Translate TradingView symbols into broker-specific MT5 symbols and define lot sizing rules before live trading.
Use daily loss limits, max trades, cooldowns, and news windows to control automated MT5 execution.
Send signal errors, connection loss, and trade activity to email, Telegram, or Discord.
Use the dashboard to review execution history, equity curve, win rate, and risk exposure.
Use fixed keys so the bridge can parse the alert reliably and reject anything that does not match your rules.
LICENSE_ID,SELL,XAUUSD,vol_lots=0.10,sl_pips=150,tp_pips=300,secret=WEBHOOK_SECRET
Start with a controlled test, then add copier groups, prop firm limits, and news filters.