> 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/fen-duan-ding-dan/ru-he-she-zhi-fen-duan-ding-dan.md).

# 如何设置分段订单？

1. 将资金存入您的交易账户。
   * [加密货币充值](/support-docs/cn/jiao-yi-suo/chong-zhi-he-ti-xian/jia-mi-huo-bi/chong-zhi.md)
   * [法币充值](/support-docs/cn/jiao-yi-suo/chong-zhi-he-ti-xian/fa-bi/ru-he-tong-guo-dian-hui-chong-zhi.md)
2. 在下单页面选择合适的市场（现货或合约 —— 此处以合约为例）。
   * 选择您想要的交易对（例如 BTC-PERP）
   * 选择交易方向（买入/卖出）
3. 选择 **分段订单** 作为订单类型。
4. 输入所需参数
   * 价格区间
   * 订单数量（2–50）
   * 总数量
5. 选择订单分布类型
   * 平均、递增、递减
   * 点击 **预览** 查看订单
6. 可选设置
   * **仅挂单**：确保您的订单作为挂单提交，不会吃单。
   * **立即成交或取消**：尽可能立即执行订单，未成交部分将被取消。适用于快速进出场。
   * **仅减仓**：确保您的订单只会减少现有仓位，不会开新仓或增加当前仓位规模。
7. **提交订单**。

<figure><img src="/files/YIh7mbdWGJxj7kDKnWbG" 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/fen-duan-ding-dan/ru-he-she-zhi-fen-duan-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.
