# 주문 관리

### Open a trade <a href="#open-a-trade" id="open-a-trade"></a>

**Step 1**: Select the asset pair you wish to trade from the available list of markets on Saros Perpetual

<figure><img src="/files/Q2ydolNe7Y1Q0mo7tJOK" alt=""><figcaption></figcaption></figure>

**Step 2**: Select **Buy** or **Sell**, depending on whether you want to go **Long** or **Short** on the asset.

<figure><img src="/files/iURrsPZ1pBj9PB0rBEa4" alt=""><figcaption></figcaption></figure>

**Step 3**: Choose the order type you want to place. It’s recommended to review the Order Types [Order Types](https://orderly.network/docs/introduction/trade-on-orderly/trading-basics/order-types) and [Trading Fees](https://orderly.network/docs/introduction/trade-on-orderly/trading-basics/trading-fees) before placing large orders.

<figure><img src="/files/Tp2Ln8hD18eqy7KHvsbY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DiNiN2MdOyi3zU4syHSk" alt=""><figcaption></figcaption></figure>

**Step 4**: Adjust the leverage. Keep in mind that while leverage can amplify profits, it also increases risk. Use it wisely to safeguard your investments.

<figure><img src="/files/fbX7dOX3R8Zcg6Z4XDOR" alt=""><figcaption></figcaption></figure>

**Step 5**: Enter the quantity to set the order size.

<figure><img src="/files/4es53y8TBsdZqY06h0Ix" alt=""><figcaption></figcaption></figure>

**Step 6**: Carefully review the order details before confirming and opening the trade

<figure><img src="/files/5tqx8T69pJwEHSq1Xq7R" alt=""><figcaption></figcaption></figure>

### Close a trade <a href="#close-a-trade" id="close-a-trade"></a>

To realize PnL and close a position, go to the **Positions** tab at the bottom left and click the **Close** button.

<figure><img src="/files/6rwN1YiKa52eXc1PTj16" alt=""><figcaption></figcaption></figure>

You can also close the position directly from the price chart

<figure><img src="/files/nXVl7jinFj70fUnKenWI" alt=""><figcaption></figcaption></figure>

Closed orders will be recorded in the Order History tab.

<figure><img src="/files/NkzLXfE5R6QN4VTubTBH" alt=""><figcaption></figcaption></figure>

### Set TP/SL for a trade <a href="#set-tpsl-for-a-trade" id="set-tpsl-for-a-trade"></a>

To set **Take Profit (TP) / Stop Loss (SL)** prices, you can do so either before or after placing a trade. For open positions, click on the **TP/SL** button on the far right and enter your desired values.

<figure><img src="/files/iCjOacunPWnm0ODtufyV" alt=""><figcaption></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.saros.xyz/kr/saros-perp-dex/order-management.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.
