TradingView Alert Fired but MT5 Did Not Trade: What to Check

Troubleshoot a TradingView alert that fired but did not execute in MT5: test the signal receiver, EA status, broker symbol, MT5 log and webhook JSON.

Setup and test checklist

  1. Use an MT5 demo account and keep Signal2Trade and MT5 running.
  2. Send internal and public test signals and confirm both appear in history.
  3. Confirm the EA is attached, online, and permitted to trade.
  4. Read the MT5 Experts log and match the TradingView symbol exactly to the broker chart symbol.
  5. Only after client and MT5 tests pass, recheck the webhook URL, port 80, and Alert Message JSON.

Example TradingView Alert Message

{
  "symbol": "{{ticker}}",
  "side": "{{strategy.order.action}}",
  "qty": "{{strategy.order.contracts}}",
  "walletID": "mt"
}
Start the 5-day free trial