💸 Take advantage of our once-a-year Black Friday 40% off event for new subscribers or when upgrading your plan with code BF402025. Don't miss out!
Webhook Message

Invalid Stop Loss Amount

The provided stopLoss.amount is invalid. The stopLoss.amount field must be a positive numeric value representing a relative amount used to calculate your stop loss.

This message indicates that the stopLoss.amount provided in the request is invalid. TradersPost requires that the stopLoss.amount be a valid positive number. If the stopLoss.amount does not meet these criteria, the request will be denied.

Invalid stopLoss.amount example:

{
    "ticker": "AAPL",
    "action": "buy",
    "stopLoss": {
        "type": "stop",
        "amount": "invalid"
    },
}

Valid stopLoss.amount example:

{
    "ticker": "AAPL",
    "action": "buy",
    "stopLoss": {
        "type": "stop",
        "amount": 10
    },
}

Ready to automate your trading? Sign up for free today.