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.02is 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.,
XAUUSDmnotXAUUSD)
Your Webhook URL
https://signals.myalgostack.com/api/v1/webhook/tradingviewPaste this URL in TradingView's alert Notifications tab → Webhook URL