# Grid Trading Signal

## 什麼是 Grid Trading Signal

Grid Trading Signal 為 Gold 會員專屬的「網格跟單」頻道。

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

#### 跟單資訊

* 操作幣種：BTC
* 操作方向：多空都做
* 建倉邏輯：每張網格，依開單條件「分批下單」
* 盈利分潤：10%

**開單條件**

* 做多  Overall LIQ > 2 且 notional\_btc ≥ 3000
* 做空  Overall LIQ < -2 且 notional\_btc ≤ -3000

**關單條件**

* 網格多單，當 Overall LIQ < -1 時，自動關單
* 網格空單，當 Overall LIQ > 1 時，自動關單

**止盈止損條件**

* 止盈 每張網格 PnL ≥ 30%
* 止損 每張網格 PnL ≤ -30%

(  關單條件與止盈止損條件其一達成即關單  )

<br>


---

# 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://docs.coinkarma.co/features-guide/grid-trading-signal.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.
