> 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-possible-coming-trades.md).

# 显示可能的来临交易 Show possible coming trades

在信号形成时提前获得通知 - 在交易触发前做好准备。

***

### 🎯 功能说明

{% columns %}
{% column width="50%" %}
**显示：** 当条件接近信号阈值时显示小的 `+` 图标

**用途：** 对潜在交易设置的提前预警

**注意：** 这不是交易信号本身
{% endcolumn %}

{% column %}
{% hint style="warning" %}
**重要：** 这仅用于准备 - 等待实际信号才能进行交易
{% endhint %}
{% endcolumn %}
{% endcolumns %}

***

### 📊 工作原理

{% stepper %}
{% step %}
**监控振荡器 (Monitor Oscillator)**

追踪价格行动何时接近阈值
{% endstep %}

{% step %}
**显示预警**

当接近信号时显示 `+` 图标
{% endstep %}

{% step %}
**做好准备**

进行分析并准备就绪
{% endstep %}

{% step %}
**等待信号**

仅在确认的信号上交易
{% endstep %}
{% endstepper %}

***

### ⚡ 兼容性

{% tabs %}
{% tab title="✅ 支持的模式" %}
**支持的模式**

* 普通模式 (Normal Only)
* 智能模式 (Smart Only)
* 普通 + 智能 (Normal + Smart)

这些模式使用基于阈值的逻辑，允许预测。
{% endtab %}

{% tab title="❌ 不支持" %}
**不可用**

* 人工智能模式 (AI Mode)
* 人工智能狙击手 (AI Sniper)
* 高低狙击手 (HL Sniper)

这些模式使用不同的逻辑，不支持提前预警。
{% endtab %}
{% endtabs %}

***

### 📈 视觉示例

{% columns %}
{% column width="50%" %}
**做多 (Long)**

![可能的交易显示](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FzMGyisM4gk0DJOzGgbhF%2F2025-08-20_17-19-22.jpg?alt=media\&token=3c936db6-0d6a-4740-8b99-6eaac1bd1531)

`+` **图标显示潜在的做多**
{% endcolumn %}

{% column %}
**做空 (Short)**

![可能的交易显示](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FdciVLNT9xXEc9mNUUgug%2F2025-08-20_17-20-01.jpg?alt=media\&token=2b1e24f4-b26c-43dc-8f52-8be9bc373304)

`+`**图标显示潜在的做空**
{% endcolumn %}
{% endcolumns %}

***

### 🎨 何时使用

{% columns %}
{% column width="50%" %}
**✅ 启用场景**

* 提前规划
* 设置警报
* 准备分析
* 管理多个图表
* 减少屏幕使用时间
  {% endcolumn %}

{% column %}
**❌ 禁用场景**

* 图表清爽
* 减少噪音
* 人工智能/狙击手模式
* 反应性交易
* 避免混淆
  {% endcolumn %}
  {% endcolumns %}

***

### 💡 交易工作流程

#### 使用此功能

{% code title="workflow:" %}

```
1. 看到 + 图标 (预警)
   ↓
2. 检查分析
   ↓
3. 准备订单/警报
   ↓
4. 等待实际信号
   ↓
5. 执行交易
```

{% endcode %}

***

### ⚠️ 重要提醒

{% hint style="danger" %}
**不要仅基于 `+` 图标进行交易！** 这些是预警，不是信号。许多预警不会转化为实际交易。
{% endhint %}

{% hint style="info" %}
**专业建议：** 在潜在进场区域附近设置价格警报
{% endhint %}

***

### 📊 快速参考

| 功能         | 用途    | 所需操作    |
| ---------- | ----- | ------- |
| **`+` 图标** | 仅预警   | 准备，不交易  |
| **实际信号**   | 交易进场  | 如果确认则执行 |
| **无图标**    | 附近无设置 | 继续监控    |

***

### 🎯 最佳实践

* ✅ 用于准备和规划
* ✅ 结合自己的分析
* ✅ 在关键价位设置警报
* ❌ 不要仅基于预警交易
* ❌ 如果信号未确认，不要追单

{% hint style="success" %}
**记住：** 这给你时间做准备，而不是提前交易的许可证
{% 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-possible-coming-trades.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.
