# Stop Orders

A stop (long) order is used to capitalize on an upward price movement or to enter a trade at a specific level. It is commonly used by traders who wish to buy an asset once its price surpasses a predetermined stop price. When the market price reaches or exceeds the stop price, the stop order is triggered, and the buy order is executed, allowing the trader to enter the market or capture potential gains.\
In a similar way, when a downward is expected is possible to place a stop (short) order in key prices and around resistances.&#x20;

<figure><img src="https://content.gitbook.com/content/jcfC628fab27Mq32zRqN/blobs/MhWPFT0cc1nCkqScXqcc/Blog%20Poster-2.jpg" alt=""><figcaption></figcaption></figure>

### Create a Stop order

To place a Stop Order:

* Select the **asset** to trade;
* Select **`Long`** or **`Short`** to decide the side of the trade;
* Choose the **`Stop`** order type;
* Enter an **Collateral Amount**, if needed;
* Input the **Stop Price** - set the max or min price at which you are willing to long or short;
* Enter the position **Size** and **Leverage**;
* Click on **`Long`** or **`Short`** to confirm.

<figure><img src="https://content.gitbook.com/content/jcfC628fab27Mq32zRqN/blobs/oOLqgiOTg0Yd8vT8V2TB/stop.png" alt="" width="375"><figcaption></figcaption></figure>

Once the transaction is executed, the order will appear under the `Orders` tab. Users can cancel the stop order at any point in time.

<figure><img src="https://content.gitbook.com/content/jcfC628fab27Mq32zRqN/blobs/ABvmRBRs8UlQE6c7bAgS/orders.png" alt=""><figcaption><p>Orders tab</p></figcaption></figure>

When the **price** reaches the **stop price**, the order will be executed, and your position will be opened.

<figure><img src="https://content.gitbook.com/content/jcfC628fab27Mq32zRqN/blobs/eY9MvVOD4aQD3i3aQRFZ/position.png" alt=""><figcaption><p>Position tab</p></figcaption></figure>


---

# 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://docs.trade.polynomial.fi/trading-guide/stop-orders.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.
