This message indicates that One Triggers Other (OTO) orders are not supported by your broker. TradersPost requires that both a take profit and stop loss be sent independently when OTO orders are not available.
Invalid OTO example:
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limit": 100,
"takeProfit": {
"limitPrice": 150
}
}
Some brokers do not support OTO orders and they only support bracket orders where both a takeProfit and stopLoss are specified. Here is a valid example:
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limit": 100,
"takeProfit": {
"limitPrice": 150
},
"stopLoss": {
"stopPrice": 90
}
}
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.