# MAX 信号区

{% hint style="info" %} <mark style="color:blue;">**MAX信号标识有两部分内容：其一是算法对信号强弱的定义 ，其二是AI对数据集的分组。**</mark>
{% endhint %}

* [x] **普通买卖信号由字母Buy/Sell标注， 此信号用于趋势确认也有可能是因价格回撤引起。**
* [x] **强势买卖信号由字母Strong标注，此信号用于更有力的趋势确认。**
* [x] **用户可以简化信号标签，简化标签设置下强势买卖信号会有“+”号标志。**
* [x] **综合线为最优先考量，是信号系统的基准方向，在此基础上，算法会增加对数据集符合条件的编号。**
* [x] **AI对数据生成数据集并进行0-5的分组，标注在信号标签上，此数值代表符合数据集的编号。**

> <mark style="color:red;">**算法只有当低编号的数据集验证通过时才会生成高编号的数据集，对数据集标注的执行逻辑：**</mark>

* 0号：综合线已改变，趋势已转向，数据集符合标准为 无。
* 1号： 综合线已改变，趋势已转向，生成检测1号数据集符合标准，生成检测2号数据集不符合标准。
* 2号： 综合线已改变，趋势已转向，生成检测2号数据集符合标准，生成检测3号数据集不符合标准。
* 3号： 综合线已改变，趋势已转向，生成检测3号数据集符合标准，生成检测4号数据集不符合标准。
* 4号： 综合线已改变，趋势已转向，生成检测4号数据集符合标准，生成检测5号数据集不符合标准。
* 5号： 综合线已改变，趋势已转向， 数据集皆符合标准。

<figure><img src="/files/r3SFOwZsktPfUeXaC4nq" alt=""><figcaption><p>信号标识</p></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">**信号调节支持Autopilot算法全自动模式。**</mark>\ <mark style="color:blue;">**对于专业交易者需选择手动调节。(通过年费回测系统可用来回测确定最佳信号敏感度参数)**</mark>
{% endhint %}

<figure><img src="/files/bMY5PQ7pIqkQIrhZ4l1P" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">**手动调节有两种信号模型可供选择：一种是Normal普通模型，一种是Max剥头皮模型，对于剥头皮风格的交易者此模型是您的不二之选！**</mark>
{% endhint %}

> &#x20;  *<mark style="color:red;">算法仅对选取模型的敏感度产生返回值。</mark>*

<figure><img src="/files/L0RKowp2oYng5zQ8LRBJ" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">**用户可以通过呈现类型过滤掉普通信号，仅保留强信号；**</mark>\ <mark style="color:blue;">**也可对k棒进行趋势上色使版面更加可视化。**</mark>
{% endhint %}

<figure><img src="/files/2s5ifJDQBSZNGIFQ9hBA" alt="" width="531"><figcaption></figcaption></figure>

***


---

# 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://tradingbox.gitbook.io/use/chao-ji-xin-hao-xi-tong/zhi-neng-wang-lu-xue-xi-max/max-xin-hao-qu.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.
