# 訂單類型

Byreal Perps 支援多種訂單類型，讓您靈活控制交易執行方式。

## 市價單

以當前最佳可用價格立即執行。適合需要快速進場或出場的情況。

* **優點：** 保證成交
* **缺點：** 在流動性較低的市場中可能產生滑點

## 限價單

以您指定的價格或更好的價格執行。訂單會保持在訂單簿中直到被執行或取消。

* **買入限價單：** 在低於當前價格的位置設定，預期價格先下跌再反彈
* **賣出限價單：** 在高於當前價格的位置設定，預期價格先上漲再回落

## 止盈（TP）

當持倉達到目標利潤時自動平倉。

* 在開倉時或持倉期間設定
* 以市價單觸發執行

## 止損（SL）

當持倉虧損達到預設水準時自動平倉，限制損失。

* 在開倉時或持倉期間設定
* 以市價單觸發執行

{% hint style="warning" %}
TP/SL 訂單以市價觸發。在市場劇烈波動期間，實際成交價格可能與觸發價格略有偏差。
{% endhint %}

## 訂單管理

所有未成交訂單顯示在交易介面的 **Open Orders** 標籤中。您可以隨時修改或取消未成交的限價單。


---

# 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.byreal.io/zh-tw/perps/order-types.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.
