# 订单类型

Byreal 永续合约支持以下订单类型：

## 市价单

以最佳可用价格立即执行。用于快速进出场。

* 保证成交
* 在薄市场或高波动期间可能出现滑点

## 限价单

仅在您指定的价格或更优价格执行。三种有效时间选项：

* **Good-Til-Cancelled (GTC)：** 保持开放直到成交或手动取消
* **Immediate-or-Cancel (IOC)：** 立即成交能成交的部分，取消剩余部分
* **Post-Only (ALO)：** 确保您的订单作为挂单添加到订单簿；如果会立即匹配则被拒绝（有助于避免吃单手续费）

## 止盈/止损（TP/SL）

在目标利润或损失水平自动关闭您的仓位。

* **止盈** — 当标记价格达到您的目标利润水平时触发
* **止损** — 当标记价格达到您的最大损失水平时触发

触发后，TP/SL 以市价单执行。可在下单时设置或添加到现有仓位。

## TP/SL 组合

在开仓时同时设置止盈和止损。这是推荐的风险管理方式。

## 只减仓订单

只能减少现有仓位的订单，永远不会增加仓位或开设新仓位。适用于设置退出订单而不意外开设反方向仓位。


---

# 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-my/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.
