Webhook Message

Invalid Breakeven Order Type

For breakeven, the orderType field is required and must be stop (stop market) or stop_limit (stop limit).

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
}

Start trading at scale today. Sign up for free.

Free 7-day trial

Set-up in 3 minutes

Paper account for testing

Start now