The Allow batch signals option lets this strategy's webhook accept several signals in a single request, instead of one signal per request.
Normally a webhook request carries one JSON object:
{
"ticker": "MES",
"action": "buy",
"quantity": 1
}
With this option on, it may also carry a JSON list of up to 5 objects, and each one is treated as its own signal:
[
{
"ticker": "MES",
"action": "buy",
"quantity": 1
},
{
"ticker": "MNQ",
"action": "sell",
"quantity": 1
}
]
It is useful when one alert needs to act on more than one thing at the same moment: entering two contracts together, closing one position while opening another, or laddering several limit orders on the same ticker. Sending them in one request means one alert to configure instead of several, and TradersPost receives them together.
Validation is all or nothing. If any item in the list is invalid, for example an unknown ticker or a missing action, the entire request is rejected and no trades are created for any item, including the valid ones. This keeps a batch from half executing.
The same ticker may appear more than once in a list, which is what makes laddering possible. Items execute independently and no particular order is guaranteed. You can use the delay field to postpone an item, but that does not guarantee that one signal executes before or after another.
ticker and action, exactly as a single signal does.time, and the signals list shows how long each one took to arrive.Free 7-day trial
Set-up in 3 minutes
Paper account for testing
Your browser didn't send the information this action needs.
That usually means a privacy tool, ad blocker, or other browser extension changed the page before you clicked. Nothing is wrong with your account.
What to try: allow this site in your ad blocker or privacy extension, use a private window with extensions turned off, or reload the page and try again.
Still stuck? Contact support and we can help.