Indicators
webhook
Webhook algo
webhook (all)
Webhook algo
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
id* | string | - | The id of the webhook |
at | string | - | 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'