Inizia gratis
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

  • buy accetta anche long.
  • sell accetta anche short.
  • buystop accetta anche buy_stop.
  • buylimit accetta anche buy_limit.
  • sellstop accetta anche sell_stop.
  • selllimit accetta anche sell_limit.

# Chiusura, annullamento e modifica

  • closelong accetta anche close_long.
  • closeshort accetta anche close_short.
  • closelongshort accetta anche close_long_short.
  • cancellong accetta anche cancel_long.
  • cancelshort accetta anche cancel_short.
  • newsltplong accetta newsltp_long, breakevenlong, breakeven_long, break_even_long.
  • newsltpshort accetta newsltp_short, breakevenshort, breakeven_short, break_even_short.

# Esempio market

json
{
  "action": "buy",
  "symbol": "EURUSD",
  "risk": 1,
  "sl": 20,
  "tp": 40
}

# Esempio pending

json
{
  "action": "buystop",
  "symbol": "EURUSD",
  "price": 1.0875,
  "risk": 1,
  "sl": 1.0840,
  "tp": 1.0940
}

# Esempio chiusura

json
{
  "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 usano volume, lot, lots o fixedVolume.
  • price serve solo per pending.
  • ttl_ms, vol_lots, sl_pips e tp_pips non sono letti dal parser attuale.
  • Un comando arrivato tardi scade; non viene riprodotto.


Un caso specifico del broker? Contatta il supporto