This message indicates that the breakeven signal is missing a valid orderType, or that orderType is not allowed for breakeven. When action is breakeven, the orderType field is required and must be stop (stop market) or stop_limit (stop limit). Your broker must support the chosen order type.
Invalid examples: omitting orderType, or using market, limit, or trailing_stop with action: "breakeven" will trigger this error.
Valid examples:
{
"ticker": "SPY",
"action": "breakeven",
"orderType": "stop"
}
Or with an optional offset:
{
"ticker": "SPY",
"action": "breakeven",
"orderType": "stop_limit",
"breakevenOffset": 2
}
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.