Home / Documentazione / Riferimento sintassi comandi
Riferimento sintassi comandi
Comandi, alias ed esempi accettati dal parser WebhookIngress attuale.
Aggiornato 11/05/2026 12:36
# Obiettivo Questo riferimento elenca comandi e alias accettati da WebhookIngress. Descrive input webhook TradingView, non ordini manuali dalla dashboard.
# Comandi market e pending
buyaccetta anchelong.sellaccetta ancheshort.buystopaccetta anchebuy_stop.buylimitaccetta anchebuy_limit.sellstopaccetta anchesell_stop.selllimitaccetta anchesell_limit.
# Chiusura, annullamento e modifica
closelongaccetta ancheclose_long.closeshortaccetta ancheclose_short.closelongshortaccetta ancheclose_long_short.cancellongaccetta anchecancel_long.cancelshortaccetta anchecancel_short.newsltplongaccettanewsltp_long,breakevenlong,breakeven_long,break_even_long.newsltpshortaccettanewsltp_short,breakevenshort,breakeven_short,break_even_short.
# Esempio market
{
"action": "buy",
"symbol": "EURUSD",
"risk": 1,
"sl": 20,
"tp": 40
}
# Esempio pending
{
"action": "buystop",
"symbol": "EURUSD",
"price": 1.0875,
"risk": 1,
"sl": 1.0840,
"tp": 1.0940
}
# Esempio chiusura
{
"action": "closelong",
"symbol": "EURUSD",
"ticket": "123456789"
}
# Note del parser
- La chiave va nella Webhook URL:
https://webhook.theconnector.fr/YOUR_ACCESS_KEY. riskè numerico; lotti esatti usanovolume,lot,lotsofixedVolume.priceserve solo per pending.ttl_ms,vol_lots,sl_pipsetp_pipsnon sono letti dal parser attuale.- Un comando arrivato tardi scade; non viene riprodotto.
Un caso specifico del broker? Contatta il supporto