> 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/twap/shi-yong-twap-ce-le.md).

# 使用TWAP策略

## 在网页端使用TWAP策略

#### 现货交易中如何使用TWAP策略？

1. 进入**现货**页面
2. 选择目标 **交易对** 与 **方向（买入/卖出）**
3. 将下单类型设为 **“TWAP”**
4. 填写必填参数：
   * **总数量**
   * **运行时间**
   * **执行频率**
5. 可选设置：
   * 勾选 **“随机化”** 以启用随机化执行
   * 勾选 **“保证金”** 以使用杠杆
6. 提交订单

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

***

#### 合约交易中如何使用TWAP策略？

1. 进入**合约**页面
2. 选择目标 **交易对** 与 **方向（买入/卖出）**
3. 将下单类型设为 **“TWAP”**
4. 填写必填参数：
   * **总数量**
   * **运行时间**
   * **执行频率**
5. 可选设置：
   * 勾选 **“随机化”** 以启用随机化执行
   * 勾选 **“仅减仓”** 以仅减少既有持仓
6. 提交订单

***

## 在移动端使用TWAP策略

#### 现货交易中如何使用TWAP策略？

1. 点&#x51FB;**“交易”**&#x8FDB;入交易界面后，点击左上角 **“现货”**
2. 选择目标 **交易对** 与 **方向（买入/卖出）**
3. 将下单类型设为 **“TWAP”**
4. 填写必填参数：
   * **总数量**
   * **运行时间**
   * **执行频率**
5. 可选设置：
   * 勾选 **“随机化”** 启用随机化执行
   * 勾选 **“保证金”** 使用杠杆
6. 提交订单

<div align="left"><figure><img src="/files/7CjKxmKnq5Lj1EGOgdqr" alt="" width="375"><figcaption></figcaption></figure></div>

***

#### 合约交易中如何使用TWAP策略？

1. 点&#x51FB;**“交易”**&#x8FDB;入交易界面后，点击左上角 **“合约”**
2. 选择目标 **交易对** 与 **方向（买入/卖出）**
3. 将下单类型设为 **“TWAP”**
4. 填写必填参数：
   * **总数量**
   * **运行时间**
   * **执行频率**
5. 可选设置：
   * 勾选 **“随机化”** 启用随机化执行
   * 勾选 **“只减仓”** 仅减少既有持仓
6. 提交订单

<div align="left"><figure><img src="/files/qUm2taKFSAq8W4AJjqGp" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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/twap/shi-yong-twap-ce-le.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.
