Webhook Message

Invalid Take Profit Percent

The provided takeProfit.percent is invalid. The takeProfit.percent field must be a positive numeric value representing a relative percentage.

This message indicates that the takeProfit.percent provided in the request is invalid. TradersPost requires that the takeProfit.percent be a valid positive number. This percentage is used to calculate a stop loss stop price relative to your positions entry price.

For example, if a takeProfit.percent such as "-10" or "10 percent" is provided, the request will not be processed.

This error can occur due to several reasons, such as:

  • The takeProfit.percent is a negative number.
  • The takeProfit.percent is not a number (e.g., it contains letters or special characters).
  • The takeProfit.percent is zero or improperly formatted according to the required parameters.
  • Ensure that the takeProfit.percent in your request is a positive number and correctly formatted to avoid this error.

Invalid takeProfit.percent example:

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "takeProfit": {
        "percent": "5 percent",
    },
}

Valid takeProfit.percent example:

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "takeProfit": {
        "percent": "5",
    },
}

In the above example, a take profit limit price of $105 would be calculated based on the entry price of $100 and the takeProfit.percent of 5%. This would result in a take profit order being filled if the price touches the $105 limit price.

Start trading at scale today. Sign up for free.

Free 7-day trial

Set-up in 3 minutes

Paper account for testing

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.