Tradovate webhook
Tradovate webhook payload for HexTrade — platformType tradovate, accountId, TradingView setup, and dryRun.
Tradovate does not accept a TradingView webhook URL in the native UI. HexTrade is the hop. Marketing page: TradingView to Tradovate.
Payload
{
"ticker": "ES",
"action": "{{strategy.order.action}}",
"sentiment": "{{strategy.market_position}}",
"quantity": "{{strategy.order.contracts}}",
"price": "{{close}}",
"platformType": "tradovate",
"accountId": "your_account_id",
"tp": "50",
"sl": "15"
}
accountId is the exact ID on Accounts after Tradovate is connected. tp / sl are ticks.
Steps
- 1
Sign up and connect Tradovate
Create a free account, then add Tradovate on Accounts.
- 2
Copy the webhook URL
Accounts → Webhooks.
- 3
TradingView alert
Paste the URL. Message = the JSON above. Paid TradingView plan required.
- 4
dryRun then one micro
"dryRun": truefirst, then one MES/MNQ live fill.
See also Connect Tradovate and the generic webhooks hub.