Indicators

webhook

Webhook algo

webhook (all)

Webhook algo

Input parameters

PropTypeDefaultDescription
id*string-The id of the webhook
atstring-The interval to take from

SQL example

TICK webhook WITH id = 'some-id'  = 'buy' THEN order SET transmit=true, type=market side=buy
         POS webhook WITH id = 'some-id' = 'sell' AND positionSide 'buy' THEN order SET transmit=true, type='market' side='sell'

On this page