This message indicates that the stopLoss.pnlAmount provided in the request is invalid. TradersPost requires that stopLoss.pnlAmount be a positive numeric value representing a portfolio PnL stop target in dollars. That value is converted into a stop price using the quantity calculated for the planned entry before the order is sent to the broker, and the symbol's point value from the quote (for example, dollar value per price point for futures, or the options contract multiplier - 100 per contract for standard equity options). Use PnL stop loss only with stopLoss.type stop or stop_limit, not trailing_stop.
This error can occur when:
stopLoss.pnlAmount is zero, negative, or not a number.stopLoss.pnlAmount is missing or improperly formatted.Invalid stopLoss.pnlAmount example:
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limitPrice": 100,
"stopLoss": {
"type": "stop",
"pnlAmount": "xyz"
}
}
Valid stopLoss.pnlAmount example:
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limitPrice": 100,
"stopLoss": {
"type": "stop",
"pnlAmount": 100
}
}
Do not combine pnlAmount with stopLoss.percent, stopLoss.amount, stopLoss.stopPrice, or stopLoss.limitPrice in the same request. If you do, TradersPost returns an error that stopLoss.pnlAmount cannot be combined with those fields.
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.