Signal authentication
Add a secret token so only authorized TradingView alerts can reach your MT4 account.
This guide shows the practical setup: create the TradingView webhook alert, connect the MT4 terminal, write the alert body, map broker symbols, and monitor execution in Synnectra.
A clear alert body lets Synnectra validate the command, map the symbol, calculate lot size, and send a final instruction to MetaTrader 4.
LICENSE_ID,BUY,EURUSD,risk=1,sl_pips=20,tp_pips=40,secret=WEBHOOK_SECRET
Attach the Synnectra EA to MT4, paste your License ID, and confirm the account appears online.
Use https://synnectra.com/webhook in the alert dialog and paste your alert body in the message field.
Use a demo or low-risk account until the symbol mapping, SL/TP, and notifications are confirmed.
Check the plumbing first: webhook URL, alert message, EA connection, broker symbol names, algo trading permissions, and risk limits.
Add a secret token so only authorized TradingView alerts can reach your MT4 account.
Map EURUSD, XAUUSD, US100, and other TradingView symbols to your broker's MT4 symbol names.
Choose fixed lots, risk percentage, or dollar risk so each alert uses predictable size.
Use a demo account for the first test, confirm execution history, then add risk rules and account routing.