Webhook Message

Invalid Trailing Stop

The trailing stop configuration is invalid. When orderType is set to trailing_stop, the action field must be one of buy, sell, reverse, or exit. Additionally, you are required to provide either a trailAmount or trailPercent value.

This message indicates that the trailing stop provided in the request is invalid. TradersPost requires that when orderType=trailing_stop, the action must be one of the following: buy, sell, reverse, or exit. Additionally, you are required to send one of trailAmount or trailPercent. If these criteria are not met, the request will not be processed.

Invalid trailing stop example. Missing trailAmount or trailPercent:

{
    "ticker": "AAPL",
    "action": "cancel",
    "orderType": "trailing_stop"
}

Valid trailing stop example (trailAmount):

{
    "ticker": "AAPL",
    "action": "sell",
    "orderType": "trailing_stop",
    "trailAmount": "2"
}

Valid trailing stop example (trailPercent):

{
    "ticker": "AAPL",
    "action": "sell",
    "orderType": "trailing_stop",
    "trailPercent": "5"
}

In the above examples, a valid trailing stop order includes an appropriate action and a value for either trailAmount or trailPercent, ensuring the request meets the required parameters for processing.

Start trading at scale today. Sign up for free.

Free 7-day trial

Set-up in 3 minutes

Paper account for testing

Start now

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.