# 分時委託

* By DAVE

### 1. 為什麼你需要分時委託機器人 <a href="#id-34a4" id="id-34a4"></a>

**分時委託 TWAP（Time Weighted Average Price）**，又稱作時間加權平均價格算法，是最為簡單的一種傳統算法交易策略。

TWAP策略設計的目的是在使交易對市場影響最小化的同時提供一個較低的平均成交價格，從而達到減小交易成本的目的。

### 2. 如何使用分時委託機器人 <a href="#b3f0" id="b3f0"></a>

首先請點擊 BitUniverse APP上&#x7684;**「交易」**&#x754C;面，然後點擊頁面上方&#x7684;**「量化交易」**&#x4E26;選擇你需要交易的幣種，之後點擊右下角&#x7684;**「創建機器人」**，彈出頁面後選&#x64C7;**「分時委託」**&#x9032;入策略設置頁面。

![](https://blog.pionex.com/wp-content/uploads/2021/08/Group-4-5-1024x539.png)

**分時委託策略**分為兩類：**買入**和**賣出**。

**買入**是指按照機器人設定的時間頻率分批買入現貨資產，**賣出**是指按照機器人設定的時間頻率分批賣出現貨資產。

BitUniverse 提供了4種不同的委託時長，分別為 **10秒**、**30秒**、**1分**、**5分**。

分時委託將按照你設定的時間頻率來進行分批交易，最終完成您的委託訂單。

當您選擇好時間頻率之後，即可填入交易金額，系統將自動顯示出所需要的交易次數。 （由於每個幣種有最小交易精度的要求，所以不同幣種的單次交易金額需要≥某個數值，注意該數值會隨著幣價的波動而變化。）

### 3. 設置實例

**買入實例：**&#x67D0;人選擇 ETH/USDT 交易對並開啟分時委託機器人，時間頻率設置為10秒，每次買入金額為100USDT，總投資額為1000USDT。那麼接下來機器人會以每10秒的時間頻率依次買入100USDT，總計買入10次。

**賣出實例：**&#x67D0;人選擇了 ETH/USDT 交易對並開啟分時委託機器人，時間頻率設置為10秒，每次賣出0.1ETH，總賣出數量為 1 ETH。那麼接下來機器人會以每10秒的時間頻率依次賣出0.1ETH，總計賣出10次。


---

# 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://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/fen-shi-wei-tuo.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.
