Tradovate

Enhancing Your Trading with Tradovate: Introducing Trailing Stops

We are excited to announce that Tradovate now supports trailing stops, a powerful tool to help you manage risk and lock in profits. In this post, we'll guide you through the process of using trailing stops with Tradovate, including how to set up your webhook JSON to ensure accurate order calculations. Discover how to enhance your trading strategy with this new feature.

Jonathan Wage

Founder / CEO

2 Min Read Reviewed by Mike Christensen
BluSky — The Future of Trading. Prop firm futures trading. Sign up at BluSky.pro.

Here is an example where we send a $100 trailing stop amount. Since Tradovate does not support fetching quotes, you will need to include a signalPrice in your webhook JSON so that we are able to calculate your orders correctly. In this example we will calculate the starting trailing stop price as $18350.

   
{
    "ticker": "MNQ",
    "action": "buy",
    "orderType": "trailing_stop",
    "signalPrice": 18250,
    "trailAmount": 100
}
   Language:JSON

Or if you want to send a percentage instead of a fixed dollar amount, you can do that as well using the trailPercent field.

   
{
    "ticker": "MNQ",
    "action": "buy",
    "orderType": "trailing_stop",
    "signalPrice": 18250,
    "trailPercent": 5
}
   Language:JSON

You can also send trailing stop orders along with your entry order as well. In the below example, the entry order will be a limit order with a limit price of $18250 and a trailing stop order with a starting trailing stop price of $18150.

   
{
    "ticker": "MNQ",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 18250,
    "stopLoss": {
        "type": "trailing_stop",
        "trailAmount": 100
    }
}
   Language:JSON

Or with a percent instead of an amount.

   
{
    "ticker": "MNQ",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 18250,
    "stopLoss": {
        "type": "trailing_stop",
        "trailPercent": 100
    }
}
   Language:JSON

Conclusion

With the addition of trailing stops, Tradovate continues to offer robust tools for traders seeking to optimize their strategies. By providing a signal price in your webhook JSON, you can ensure accurate calculations and effective trade management. Whether you are placing a standalone trailing stop or combining it with an entry order, this new feature empowers you to trade more efficiently and confidently. Start leveraging trailing stops in your trading today and take your strategy to the next level.

All In Tradovate
  • Video
    Tradovate Jan 19, 2025

    Can You Set Relative Take Profit and Stop Loss Based on Fill Price in Tradovate?

    Tradovate does not support setting take profit and stop loss orders relative to the fill price. Due to execution delays and lack of conditional bracket orders, traders must either use predefined price levels or manage exits manually.

  • Video
    Tradovate Dec 11, 2024

    Is TradersPost Compatible with Tradovate’s Group Copier?

    TradersPost is not directly compatible with Tradovate’s Group Copier, but its strategy sharing feature allows traders to mirror trades across multiple accounts more effectively.

  • Video
    Tradovate Dec 2, 2024

    Understanding Execution Delays in Tradovate When Using TradersPost

    TradersPost does not introduce execution delays, even for free trial accounts. Any delays when using Tradovate are likely caused by delayed market data, broker latency, or connectivity issues.

  • Video
    Tradovate Aug 13, 2024

    Can Trades Be Copied from One Tradovate Account to Another?

    You can replicate trades across multiple Tradovate accounts on TradersPost by subscribing both accounts to the same strategy. This works for both live and paper trading accounts.

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.