> 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/show-signals.md).

# 显示信号 Show Signals

根据交易风格和市场条件选择您的信号类型。

![Signal Display Options](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FP1W7CBJYSTCjzTRaXkEn%2Fimage.png?alt=media\&token=d3afb87c-67a1-4cc7-9c3f-194e25904d54)

***

### 📊 信号类型

{% tabs %}
{% tab title="📈 常规 + 智能（Normal + Smart）" %}
**所有信号（默认）**

**显示内容：** 趋势信号和反向趋势信号两者

✅ 交易机会最多 ✅ 适用所有市场 ✅ 最适合学习 ⚠️ 需要过滤的信号较多

**使用场景：** 需要全面的交易覆盖时
{% endtab %}

{% tab title="🔄 常规模式（Normal Only）" %}
**反向趋势信号**

**显示内容：** 仅反转（Reversal）机会

✅ 捕捉反转 ✅ 均值回归（Mean Reversion） ✅ 区间交易（Range Trading） ⚠️ 逆趋势交易风险

**使用场景：** 市场处于震荡或超卖/超买状态时
{% endtab %}

{% tab title="📉 智能模式（Smart Only）" %}
**趋势跟随信号**

**显示内容：** 仅顺趋势信号

✅ 胜率更高 ✅ 与趋势对齐 ✅ 噪音更少 ⚠️ 信号较少

**使用场景：** 强势趋势市场中
{% endtab %}

{% tab title="🎯 HL 狙击模式（HL Sniper）" %}
**精确入场**

**显示内容：** 可能的反转信号

✅ 虚假信号最少 ✅ 清晰的入场点 ✅ 专注狙击精确性 ⚠️ 高精度入场，但交易机会频繁

**使用场景：** 需要捕捉最高点和最低点（Highs and Lows）时
{% endtab %}

{% tab title="🤖 人工智能（AI）" %}
**自动优化 ⭐**

**显示内容：** 自适应 AI 信号

✅ 自动调整 ✅ 市场自适应 ✅ 无需手动干预 ⚠️ 需启用 AI 功能

**使用场景：** 需要完全自动化优化时
{% endtab %}

{% tab title="🎯🤖 AI 狙击模式（AI Sniper）" %}
**高级精确模式 🎯**

**显示内容：** AI + 精确模式组合

✅ 高准确度 ✅ 自动优化 ✅ HL 狙击优化 ⚠️ 信号较多

**使用场景：** 需要底部和顶部狙击精确性时
{% endtab %}
{% endtabs %}

***

### ⚡ 快速选择指南

| 交易风格                      | 最佳模式    | 次选模式    |
| ------------------------- | ------- | ------- |
| **剥头皮交易（Scalping）**       | 常规 + 智能 | AI      |
| **日内交易（Day Trading）**     | AI      | 智能模式    |
| **波段交易（Swing Trading）**   | HL 狙击   | AI 狙击   |
| **趋势跟随（Trend Following）** | 智能模式    | AI      |
| **均值回归（Mean Reversion）**  | 常规模式    | 常规 + 智能 |
| **完全自动（Hands-Off）**       | AI      | AI 狙击   |

***

### 🎯 市场条件

{% columns %}
{% column width="50%" %}
**趋势市场（Trending Markets）**

**最佳模式：**

1. 智能模式（Smart Only）
2. AI
3. AI 狙击模式（AI Sniper）

**原因：** 与趋势方向对齐
{% endcolumn %}

{% column %}
**震荡市场（Ranging Markets）**

**最佳模式：**

1. 常规 + 智能
2. 常规模式
3. AI（自适应）

**原因：** 捕捉双向机会
{% endcolumn %}
{% endcolumns %}

***

### 💡 专业提示

{% hint style="info" %}
**初学者？** 从**常规 + 智能**模式开始学习信号模式，然后根据实际效果进行专业化选择。
{% endhint %}

{% hint style="success" %}
**使用 AI 模式？** 必须先在设置中启用 `🧠 AI 优化（AI Optimization）`。不启用 AI 优化功能，AI 模式将无法工作。
{% endhint %}

{% hint style="warning" %}
**质量 vs 数量（Quality vs Quantity）** 信号越多 ≠ 利润越多。有时候信号较少但质量更高的表现更好。
{% 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/show-signals.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.
