This message indicates that an invalid action was provided in the request. TradersPost requires that the action specified in the request must be one of the following: buy, sell, exit, reverse, breakeven, cancel, or add. Any other action will be considered invalid and the request will not be processed.
This error can occur due to several reasons, such as:
Invalid action example:
{
"ticker": "AAPL",
"action": "buy_to_open"
}
Valid action example:
{
"ticker": "AAPL",
"action": "buy"
}
Valid action=breakeven examples (requires an open position; orderType must be stop or stop_limit):
{
"ticker": "SPY",
"action": "breakeven",
"orderType": "stop"
}
Breakeven with a dollar offset from average entry (optional breakevenOffset, between 0.001 and 100; requires Allow signal override for exit price if overriding the strategyās Exit breakeven offset):
{
"ticker": "SPY",
"action": "breakeven",
"orderType": "stop",
"breakevenOffset": 5
}
If you encounter this error, please review the action specified in your request and ensure that it is one of the accepted values.
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.