Strategy Message

Price Required For Relative Calculation

A valid entry price is required in order to calculate a relative take profit or stop loss. Either send a price in your signal or use a broker with support for fetching quotes.

This message indicates that a valid entry price is required to calculate a relative take profit or stop loss. TradersPost needs either a price provided in the signal or the use of a broker with support for fetching quotes. Without a valid entry price, the request will not be processed.

Some brokers, like Tradovate, do not support market data, so we are not able to fetch quotes for you. In this case, you must provide the entry price in the signal. If you are using a broker that supports fetching quotes, you can omit the entry price in the signal and TradersPost will fetch the quote for you.

Here is an example that uses a relative take profit percentage, but without an entry price, we are unable to calculate the take profit limit price to send to the broker:

{
    "ticker": "MNQ",
    "action": "buy",
    "takeProfit": {
        "percent": 5
    }
}

To correct the issue, you can send along a value in signalPrice that represents the current market price at the time the signal was generated.

{
    "ticker": "MNQ",
    "action": "buy",
    "signalPrice": 1500,
    "takeProfit": {
        "percent": 5
    }
}

If you are using limit orders, then the limitPrice will be used as the entry price. If you are using market orders, then you must provide the signalPrice in the signal. Here in example using limit orders:

{
    "ticker": "MNQ",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 1500,
    "takeProfit": {
        "percent": 5
    }
}

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.