# Placing a trailing stop order

[<mark style="color:yellow;">Trailing Stop</mark>](https://prodigyfi.gitbook.io/trading-parameters/trading-basics/order-types#trailing-stop) orders allow traders to protect gains by enabling a position to remain open and continue to profit as long as the price is moving in their favor.

A Trailing Stop order is a modification of a Standard-Stop Market Order. The stop price on a trailing stop is determined by the trailing percent. If the index price moves in favor of your position, the stop price will update to trail the index price based on your trailing percent. For a long position, a trader places a trailing stop loss below the current market price. For a short position, a trader places the trailing stop above the current market price. If the index price drops/rises by more than the trailing percent from its maximum/minimum value while your position is open, your order will trigger and will be immediately placed as a market order to the order book.

*Note*: Trailing stop orders execute as market orders when they are triggered meaning they can execute at any price, including even a worse price than what they are triggered at. If there is not enough liquidity to fill your order, it will be canceled.

## Placing a trailing stop order

To place a trailing stop order:

1. Click **Trailing Stop** under the Stop dropdown menu.
2. Click **Buy** or **Sell**.
3. Type an Amount - this is the total trade size.
4. Type the desired stop trailing percent.
5. Review your order summary to confirm your selections.
6. Click **Place Order** to execute your order.

<figure><img src="/files/0bZOizgyHcDWtxlDNNAh" alt="" width="161"><figcaption></figcaption></figure>

**Advanced stop order options**

You can edit your Good Til Time under the advanced section in the trade box.

**Can you explain how the stop price and index price are connected?**

The index price utilized to activate stop orders is a composite price that takes into account several exchanges. As an off-chain price, it updates much faster to guarantee precise stop order activation. This is particularly crucial during times of sudden market volatility.

**Can I have multiple stop orders in the same market or position?**

Yes, you can have multiple stop orders for the same market or position, and they can be conveniently managed and canceled from the Orders tab.

{% hint style="info" %}
*Note: Stop orders trigger based off the index price or the last trade price.*
{% endhint %}

\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prodigyfi.gitbook.io/perps-user-guide/orders/placing-a-trailing-stop-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
