SignalBridge

TradingView Use Cases

Step-by-step examples for connecting TradingView strategies to MT4/MT5

Important JSON Rules

  • No math operations in JSON (e.g., {{close}} * 1.02 is invalid)
  • • Use str.tostring() in Pine Script to convert numbers
  • • TP/SL must be absolute price values, not offsets
  • • Use your broker's exact symbol (e.g., XAUUSDm not XAUUSD)

Your Webhook URL

https://signals.myalgostack.com/api/v1/webhook/tradingview

Paste this URL in TradingView's alert Notifications tab → Webhook URL