> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/ding-dan-lei-xing/tiao-jian-ding-dan/ru-he-she-zhi-tiao-jian-ding-dan.md).

# 如何设置条件订单？

1. **向您的交易所账户充值（加密货币或法币）。**
   * [加密货币充值](https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/chong-zhi-he-ti-xian/jia-mi-huo-bi/chong-zhi)
   * [法币充值](https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/chong-zhi-he-ti-xian/fa-bi/ru-he-tong-guo-dian-hui-chong-zhi)
2. **在下单页面，选择合适的市场（现货或合约 —— 此处以合约为例）。**
   * 选择您想要的交易对（例如 SOL-PERP）
   * 选择交易方向（买入/卖出）
3. **选择条件订单 (Conditional Order) 作为订单类型。**
4. **在下拉菜单中，选择触发价格的基准。**
5. **如果您希望在达到触发价格后立即执行订单**
   * 直接输入所需参数（触发价格和数量）
6. **如果您希望在达到触发价格后以指定价格执行订单**
   * 勾选 **“限价单 (Limit Order)”** 以设定指定的执行价格。
   * 输入所需参数（触发价格、限价价格和数量）
7. **可选设置**
   * **仅挂单 (Post Only)**：确保订单作为挂单提交，不会吃单。
   * **IOC（立即成交或取消）**：订单会尽可能立即成交，未成交部分将被取消。适合快速进出场。
   * **仅减仓 (Reduce Only)**：确保订单只会减少现有仓位，不会开新仓或增加当前仓位规模。
   * **止盈止损 (TP/SL)**：设置预定义的价格水平，仓位会在该价格自动平仓，以锁定盈利 (TP) 或限制亏损 (SL)。
   * …（以及其他可选设置）
8. **提交订单。**

<figure><img src="https://1790800155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3kiM6CAFBZoTCJcZ8X7k%2Fuploads%2FiUb3beEzpbjiRDrORP0e%2Fimage.png?alt=media&#x26;token=64816d2e-1eae-4534-a58d-46ff97f26814" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/ding-dan-lei-xing/tiao-jian-ding-dan/ru-he-she-zhi-tiao-jian-ding-dan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
