Back to Strategy Fields
Strategy Fields

Allow batch signals

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
    }
]

Why Use This Option?

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.

How It Works

  • Disabled (default): A request that sends a list is rejected with Batch Signals Not Enabled, and no trades are created. Single-signal object requests are unaffected. A list of one object still needs this setting.
  • Enabled: A list of 1 to 5 signals is accepted. Each item becomes its own signal and trades independently. A list of one object is processed as a batch request but shown as a single signal on the Signals page.

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.

Things to Know

  • The limit is 5 items. A request with more is rejected with Too Many Payload Items.
  • Every item needs its own ticker and action, exactly as a single signal does.
  • Each item may carry its own time, and the signals list shows how long each one took to arrive.
  • A batch appears as one row on the Signals page, expandable to the individual signals, with a Batch Items card on the signal detail page.
  • This setting is off for existing strategies and on for new ones, so turning it on is a deliberate choice for a strategy that has been running.

Start trading at scale today. Sign up for free.

Free 7-day trial

Set-up in 3 minutes

Paper account for testing

TradersPost operates as a non-custodial automated trading platform, enabling users to connect alerts from their preferred trading platforms to their selected brokerage or exchange accounts. It abstains from the transmission, custody, or management of customer funds, covering both traditional and cryptocurrency assets. Typically, registration requirements set by regulatory entities such as the SEC, FINRA, or FinCEN apply to entities that hold or transmit customer funds. To ensure ongoing compliance, TradersPost regularly engages with regulatory authorities to confirm its adherence to all relevant local and federal laws.

TradersPost does not provide alerts, signals, research, analysis, or trading advice of any kind. It is designed to assist traders and investors in making their own trading decisions based on their alerts. The platform does not offer recommendations regarding securities to buy or sell, nor does it provide trading or investing advice. The platform and its features, capabilities, and tools are provided 'as-is' without any warranty.

Risk Disclosure: The use of automated trading systems involves inherent risks, including the potential for significant financial loss. These systems operate based on predetermined algorithms that may not fully adapt to changing market conditions, possibly making them unsuitable for some investors. Individuals are advised to thoroughly assess their financial situation and risk tolerance before using this platform.

Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.

Broker, exchange, trading platform, company names, product names, service marks, trademarks, and logos appearing on this website are the property of their respective owners and are used solely to identify supported connections and technical compatibility. TradersPost is an independent third-party platform and is not affiliated with, endorsed by, sponsored by, or authorized by any of these organizations unless expressly stated. Technical compatibility does not imply a commercial partnership, sponsorship, endorsement, or authorization. See Important Disclosures for trademark information.

© 2026 TradersPost, Inc. All rights reserved.