# 限價止盈止損

* By Stone
* JULY 1, 2021

### 本文主要內容：

* 1 什麼是限價止盈止損
* 2 如何使用限價止盈止損
* 3 設置實例
  * 3.1 限價賣出場景
  * 3.2 限價買入場景

### 什麼是限價止盈止損

“止盈止損”機器人是指預先設置觸發價及觸發後的委託價和下單數量，當最新價達到觸發價時，即會按預先設置的委託價掛單。

ETH當前價格為2990USDT，3000USDT附近為阻力位。您認為，如果價格能突破阻力位，則還會繼續上漲，可以在價格達到3000USDT時追加買入。但您不可能持續24小時盯盤，這時可以利用止盈止損機器人。

### 如何使用限價止盈止損

在 Pionex APP 的「**交易**」介面，選擇「**創建機器人**」中的「**限價止盈止損**」，進入策略設置頁面。

* **觸發價格：**&#x7576;“最新價”達到您所設置的“觸發價”後，即會觸發該筆止盈止損訂單並完成委託下單。
* **買入/賣出價格：**&#x8A72;筆止盈止損訂單被觸發後，將按照該委託價下單。
* **買入/賣出數量：**&#x89F8;發後的下單數量。

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

在訂單完成觸發成交，在“歷史訂單”中可以查看到限價止盈止損歷史訂單。未成交的”止盈止損“單可以隨時撤銷。

### 設置實例

#### 限價賣出場景

以ETH/USDT為例：您以3000USDT的價格購買10個ETH，價格在2950USDT附近為支撐位，如果價格跌破支撐位，則有可能繼續下跌，需及時止損。那麼您可在價格達到2900USDT時完成10個ETH的委託下單。

#### 限價買入場景

以ETH/USDT為例：ETH當前價格為3000USDT，通過指標分析ETH價格在3100 USDT附近為阻力位，如果價格突破阻力位，則有可能繼續上漲。那麼您可在價格上漲到3110USDT時追加10個ETH的委託單。


---

# 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/stop-limit-bot.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.
