This message indicates that both stopLoss.trailAmount and stopLoss.trailPercent values were provided in the request, which is not allowed. TradersPost requires that you specify only one type of trailing stop loss value to avoid conflicts. If a request includes both a stopLoss.trailAmount and stopLoss.trailPercent, the request will not be processed.
Invalid trailing stop loss value example:
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limitPrice": 100,
"stopLoss": {
"type": "trailing_stop",
"trailAmount": "2",
"trailPercent": "5"
}
}
Valid trailing stop loss value example (trailAmount):
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limitPrice": 100,
"stopLoss": {
"type": "trailing_stop",
"trailAmount": "2",
}
}
Valid trailing stop loss value example (trailPercent):
{
"ticker": "AAPL",
"action": "buy",
"orderType": "limit",
"limitPrice": 100,
"stopLoss": {
"type": "trailing_stop",
"trailPercent": "5"
}
}
In the above examples, a valid trailing stop loss order includes either a trailAmount or a trailPercent, but not both, ensuring clear and precise instructions for the trailing stop loss mechanism.
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.