> For the complete documentation index, see [llms.txt](https://infinity.aloen.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinity.aloen.to/infinity-algo-features/take-profit-signals-settings.md).

# 止盈信号设置 Take Profit Signals Settings

配置使用"信号 (Signals)"出场方式时，动态出场信号的显示方式。

***

### 🎯 设置概览

{% tabs %}
{% tab title="💹 显示止盈信号 (Show TP Signals)" %}
**主开关 (Master Switch)**

**控制:** 是否显示止盈信号

✅ **启用:** 当动量 (Momentum) 提示获利时显示"止盈 (TP)"图标 ❌ **禁用:** 不显示任何止盈信号

**启用**

![TP Signals On](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2F1FsbCrdUAj6wv9jxpu0L%2Fon.png?alt=media\&token=15eed396-a4cc-4d0a-a918-172483241a54) **显示所有止盈机会**

**禁用**

![TP Signals Off](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FAmEOMFdtiTphNzwyGyt6%2Foff.png?alt=media\&token=6b233f92-eae4-4e96-a921-376fe47c3df0) **不显示任何止盈信号**
{% endtab %}

{% tab title="📈 仅显示更高级别 (Higher Level Only)" %}
**递进式筛选 (Progressive Filter)**

**控制:** 新的止盈是否必须在更好的价格

✅ **启用:** 仅显示更高获利水平的止盈 ❌ **禁用:** 显示所有止盈信号，不分级别

**启用 (清洁)**

![Higher Level On](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2Ff2F3vgCje7HEF9KqNhje%2Fimage.png?alt=media\&token=5642400f-b0e2-41ff-94cc-a714c2090ddd) **仅显示递进式止盈**

**禁用 (全部)**

![Higher Level Off](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FGhS75RynaPINRwGxFdGm%2Fimage.png?alt=media\&token=6b041085-0875-4e9f-9bdd-8c4252f68093) **显示每个止盈信号**
{% endtab %}
{% endtabs %}

***

### 📊 快速对比

| 设置                              | 用途   | 启用时    | 禁用时    |
| ------------------------------- | ---- | ------ | ------ |
| **显示止盈信号 (Show TP Signals)**    | 主控制  | 显示止盈图标 | 无止盈信号  |
| **仅显示更高级别 (Higher Level Only)** | 质量筛选 | 递进式止盈  | 显示所有止盈 |

***

### ⚡ 推荐配置

{% hint style="success" %}
**最佳实践 (Best Practice):** 同时启用两个设置

这将为您提供:

* ✅ 清洁的图表
* ✅ 递进式出场
* ✅ 仅显示质量信号
* ✅ 无冗余警报
  {% endhint %}

***

### 🎨 它们如何配合工作

#### 同时启用 (推荐)

{% code title="signal-pattern.txt" %}

```
入场 → 止盈1在1% → 止盈2在2% → 止盈3在3%
       ↑ 每个止盈在更高获利水平
```

{% endcode %}

#### 显示止盈开启，更高级别关闭

{% code title="all-signals.txt" %}

```
入场 → 止盈在1% → 止盈在0.8% → 止盈在1.5% → 止盈在1.2%
       ↑ 显示所有止盈，甚至更低的
```

{% endcode %}

***

### 💡 使用场景

{% columns %}
{% column width="50%" %}
**同时启用以实现**

* 系统性地分批出场 (Scaling Out)
* 清洁的图表体验
* 质量优于数量
* 趋势跟踪 (Trend Following)
  {% endcolumn %}

{% column %}
**禁用筛选以实现**

* 激进的获利操作
* 波动性市场
* 剥头皮策略 (Scalping)
* 最大化信号数量
  {% endcolumn %}
  {% endcolumns %}

***

### 📈 视觉效果对比

| 同时启用     | 筛选禁用     |
| -------- | -------- |
| 信号更少，更清洁 | 信号更频繁    |
| 递进式获利水平  | 任何获利水平   |
| 适合大多数交易者 | 适合激进的交易者 |

{% hint style="info" %}
**记住:** 这些设置仅在出场类型 (Exit Type) 设置为"信号 (Signals)"时有效
{% endhint %}


---

# 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:

```
GET https://infinity.aloen.to/infinity-algo-features/take-profit-signals-settings.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.
