Strategy Field

Entry market price type

When your signal does not have a price, TradersPost will fetch a quote from the broker and use the configured market price type from the strategy settings instead of using the price from the signal. By default, the Midpoint will be used. For example, if you have limit orders configured and you send a signal without a limitPrice, then TradersPost will use the the price from the quote.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit"
}

Or if you specify a limitPrice, then that value will be used.

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

If the broker you are using does not support quotes, such as Tradovate, then you must always send a price in your signal. For example, if you are using market orders and you are attaching a takeProfit and stopLoss to your entry order, then you must send a signalPrice in your signal to be used to calculate other prices based on your estimated entry price.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "market",
    "signalPrice": 100,
    "takeProfit": {
        "amount": 10
    },
    "stopLoss": {
        "type": "stop",
        "amount": 5
    }
}

In the above example, a takeProfit.limitPrice of $110 and a stopLoss.stopPrice of $95 will be calculated based on the signalPrice of $100.

You have the following options:

  • Bid/Ask - Use the bid price for buys and the ask price for sells
  • Bid - Use the bid price for all orders
  • Ask - Use the ask price for all orders
  • Last - Use the last price for all orders
  • Midpoint - Use the midpoint of the bid and ask prices for all orders

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.