Home / Documentation / Command syntax reference
Command syntax reference
Commands, aliases and examples accepted by the current WebhookIngress parser.
Updated 5/11/2026 12:36 PM
# Purpose This reference lists the command names and aliases accepted by WebhookIngress. It describes TradingView webhook input, not dashboard manual-order input.
# Market and pending commands
buyalso acceptslong.sellalso acceptsshort.buystopalso acceptsbuy_stop.buylimitalso acceptsbuy_limit.sellstopalso acceptssell_stop.selllimitalso acceptssell_limit.
# Close, cancel and modification commands
closelongalso acceptsclose_long.closeshortalso acceptsclose_short.closelongshortalso acceptsclose_long_short.cancellongalso acceptscancel_long.cancelshortalso acceptscancel_short.newsltplongalso acceptsnewsltp_long,breakevenlong,breakeven_long,break_even_long.newsltpshortalso acceptsnewsltp_short,breakevenshort,breakeven_short,break_even_short.
# Market example
{
"action": "buy",
"symbol": "EURUSD",
"risk": 1,
"sl": 20,
"tp": 40
}
# Pending example
{
"action": "buystop",
"symbol": "EURUSD",
"price": 1.0875,
"risk": 1,
"sl": 1.0840,
"tp": 1.0940
}
# Close or modify example
{
"action": "closelong",
"symbol": "EURUSD",
"ticket": "123456789"
}
# Parser notes
- Put the access key in the TradingView Webhook URL:
https://webhook.theconnector.fr/YOUR_ACCESS_KEY. riskis numeric; exact lots are sent withvolume,lot,lotsorfixedVolume.priceis required only for pending orders.ttl_ms,vol_lots,sl_pipsandtp_pipsare not read by the current parser.- A late command expires; it is not replayed.
Need a broker-specific edge case? Contact support