If you check the Allow signal override checkbox, then the contract settings in your webhook will be used and will override the settings defined in your strategy. Here is an example payload that will override the strategy settings and scan for options with the following criteria.
{
"ticker": "AAPL",
"action": "buy",
"intrinsicValue": "itm",
"expiration": "+6 months",
"optionType": "call",
"strikeCount": 12,
"strikesAway": 2
}
Or send the exact contract you want to trade instead of using the option chain scanning functionality.
{
"ticker": "AAPL",
"action": "buy",
"expiration": "2023-01-20",
"optionType": "call",
"strikePrice": 325
}
Or send the full option contract symbol in the ticker parameter.
{
"ticker": "AAPL 230120C325",
"action": "buy"
}
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.