Webhook Message

Invalid Stop Loss Value Required

The stop loss configuration is invalid. A relative (amount or percent), absolute (stopPrice or limitPrice), or portfolio PnL (pnlAmount) stop loss value is required.

This message indicates that the stop loss value provided in the request is invalid because a relative (percent or amount), absolute (stopPrice / limitPrice as applicable), or portfolio PnL (pnlAmount) stop loss value is required (for non-trailing stops). TradersPost requires that one of these parameters be specified. Without a value for any of these modes, the request will not be processed.

For trailing stops, use stopLoss.type trailing_stop with trailAmount or trailPercent instead; PnL-based stop loss does not apply to trailing stops.

Invalid stop loss example where type is set but no stop loss value is provided:

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "stopLoss": {
        "type": "stop"
    }
}

Valid stop loss value example (relative percent):

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "stopLoss": {
        "type": "stop",
        "percent": "5"
    }
}

Valid stop loss value example (relative amount):

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "stopLoss": {
        "type": "stop",
        "amount": "5"
    }
}

Valid stop loss value example (absolute stopPrice):

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "stopLoss": {
        "type": "stop",
        "stopPrice": "95"
    }
}

Valid portfolio PnL stopLoss.pnlAmount example (dollar loss cap; TradersPost converts it using entry quantity calculated before the order is sent to the broker and the symbol's point value - for futures, dollar value per price point from the quote; for options, the contract multiplier (100 per contract for standard equity options)). Use with stop or stop_limit only; not trailing_stop:

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "stopLoss": {
        "type": "stop",
        "pnlAmount": 100
    }
}

In the above examples, a valid stop loss order uses one appropriate mode. Combining pnlAmount with percent, amount, or absolute stop fields returns an error that stopLoss.pnlAmount cannot be combined with those fields.

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.