# 超频波浪

{% hint style="success" %}
***超频波浪是一种归一化自适应的震荡器，旨在精确反映价格趋势与反转，而不会产生大量噪音；该振荡器由主波长设置控制，数值越大越平滑，反映的趋势就越长。***
{% endhint %}

<figure><img src="/files/jOOK3bCoXUWBFp8zyWvL" alt=""><figcaption><p>超频波浪版面</p></figcaption></figure>

***

## *<mark style="color:yellow;">信号线类型</mark>*

*信号线可对趋势方向做出反应性检测。超频波浪与信号线之间的区域图表会显示出来，便于评估当前的趋势方向，颜色由超波浪相对于信号线的位置进行决定。*

<figure><img src="/files/wMIDB6gC2fGezxx1uU8J" alt="" width="563"><figcaption><p>示例</p></figcaption></figure>

* [*<mark style="color:blue;">**算法提供给用户两种不同的计算方式来绘制信号线**</mark>*](#user-content-fn-1)[^1]

* [x] SMA：使用超频波浪的简单移动平均线作为信号线。

* [x] TS：将超频波浪的尾随点作为信号线，这种算法使信号线对超波的噪声变化不那么敏感。

***

## *<mark style="color:yellow;">转折点</mark>*

*当超波与其信号线交叉时转折点会出现；默认情况下信号线上方交叉的超波以绿色高亮显示，而在信号线下方交叉的超波以红色高亮显示。*

<figure><img src="/files/HxoPIgGaM6ZiXGHN06ZU" alt="" width="375"><figcaption><p>示例</p></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">留意在超卖区或超买区的转折点：</mark>

*<mark style="color:blue;">**超卖转折点：当超波上穿信号线 且超波在20以下时出现；**</mark>*

*<mark style="color:blue;">**超买转折点：当超波下穿信号线 且超波在80以上时出现。**</mark>*
{% endhint %}

***

## *<mark style="color:yellow;">分歧</mark>*

***超买超卖的升级用法就是背离，算法会实时检测到价格与超频波浪之间的背离情况，让用户一目了然！***

<figure><img src="/files/aQ8CVKgeRivhMvFJ9m4v" alt="" width="563"><figcaption><p>示例</p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:blue;">**用户可以通过调整 "敏感度 "来控制噪音，该数值越低时，噪声变化越敏感。**</mark>*
{% endhint %}

{% hint style="info" %}
*<mark style="color:blue;">**蓝线代表看涨背离，红线代表看跌背离。颜色可自定义。**</mark>*
{% endhint %}

***

[^1]: *为更好的与主波搭配，用户调整右侧的数字改变信号线的长度。*


---

# 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-gong-ju-tao-jian/chao-ji-fu-he-qi/chao-pin-bo-lang.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.
