Automation

Enhancements to Options Support in TradersPost: Advanced Control with Webhooks

We're excited to announce significant improvements to the options trading capabilities in TradersPost. These updates include enhanced control over option chain scanning via webhooks, the ability to specify exact options contracts, and more. These features aim to provide traders with greater precision and flexibility in their automated trading strategies.

Jonathan Wage

Founder / CEO

3 Min Read Reviewed by Mike Christensen
BluSky — The Future of Trading. Prop firm futures trading. Sign up at BluSky.pro.

Control Option Chain Scanning From Webhook

You can now control the option chain scanning functionality from webhooks! In this example, it will buy SPY calls that expire in 6 months, are in the money and are 2 strikes away from at the money. It will calculate a quantity dynamically for $1000 worth of calls.

   
{
    "ticker": "SPY",
    "action": "buy",
    "expiration": "+6 months",
    "optionType": "call",
    "intrinsicValue": "itm",
    "strikesAway": 2,
    "quantityType": "dollar_amount",
    "quantity": 1000
}
   Language:JSON

Send Specific Options Contract From Webhook

You can directly send a specific options contract symbol via the webhook, eliminating the need to scan the option chain to find a contract to trade.

To send a specific options contract through the webhook, include the contract symbol in the ticker field in your payload. This field should contain the full symbol of the option contract you wish to trade. Here's an example of how to structure your payload:

   
{
    "ticker": "SPY 240510C516",
    "quantity": 1
}
   Language:JSON

In this example, SPY 240510C516 represents the symbol for a specific SPY contract. The structure of this symbol is broken down as follows:

  • SPY is the underlying asset.
  • 240510 indicates the expiration date, which is the 10th of May, 2024.
  • C signifies a Call option.
  • 516 refers to the strike price of $516.

By specifying the contract symbol in this manner, you ensure that the exact desired options contract is selected for trading, bypassing the need to scan the option chain to find a contract dynamically. You can manually pick which contract you want to trade ahead of time and keep it up to date as contracts expire.

You can also optionally specify the specific contract to trade with individual field instead of using the symbol format in the ticker field.

   
{
    "ticker": "SPY",
    "action": "buy",
    "expiration": "2024-05-10",
    "optionType": "call",
    "strikePrice": 516
}
   Language:JSON

Give Feedback on Option Chain Scanning

The option chain scanning feature now includes a snapshot of the option chain at the moment a trade was executed. This allows users to visually see the selected contract according to their configured settings. You will see this option chain snapshot when editing your strategy subscription and when you are viewing an individual subscription trade.

Send Options Prices in Webhooks

You can now send prices in webhooks for options trades. Previously, if you were to send a limitPrice for an options trade, it would be ignored and we would always fetch a quote and use the price from the quote for the limitPrice.

   
{
    "ticker": "SPY 240510C516",
    "quantity": 1,
    "orderType": "limit",
    "limitPrice": 1.2
}
   Language:JSON

This feature is disabled for all existing options strategy subscriptions that predate this feature and is enabled for all new strategy subscriptions created after this change. You can enable and disable this feature in the Entry or Exit sections when editing your settings.

Conclusion

The latest updates to TradersPost's options support bring a new level of control and customization to your trading strategies. By leveraging webhooks for option chain scanning and specific contract selection, you can fine-tune your trades to align perfectly with your trading goals. We’re committed to continually enhancing our platform to make automated trading accessible, precise, and efficient for all traders. Stay tuned for more updates and innovations!

All In Automation
  • Video
    Automation Sep 3, 2025

    Automate Options Trading Guide

    How To Automate Options Trading: complete trading automation guide: strategy development, broker integration, risk management, and performance tracking.

  • Video
    Automation Jan 23, 2025

    Understanding Call and Put Options in TradersPost

    TradersPost allows traders to select calls, puts, or both, with specific rules for how buy and sell actions are handled. The system automatically flips sell signals for puts, though a future update may allow traders to customize this behavior.

  • Video
    Automation Jan 13, 2025

    Do Bracket Orders Work With Options in TradersPost?

    Bracket orders for options are supported in TradersPost if the broker allows them. Brokers like Tradier, Tastytrade, and TradeStation support bracket orders for options, but checking broker compatibility is advised.

  • Video
    Automation Jan 11, 2025

    TradersPost Feature Request: Dynamic Strike Selection for Options

    TradersPost may introduce dynamic strike selection, allowing traders to define a range instead of a fixed number of strikes away. Future updates could also include Greek-based filtering for more flexible options strategies.

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.

© 2026 TradersPost, Inc. All rights reserved.