# 成交量订单区块

{% hint style="info" %}
***成交量订单区块突出显示了市场参与者累积订单的价格区域，可用作潜在的支撑或阻力区域。算法不但自动突出显示了这些区域，还允许一旦这些区域得到缓解，显示就会消失。***
{% endhint %}

<figure><img src="/files/HzaGVZkJdJPyzb4QPIxH" alt=""><figcaption><p>界面展示</p></figcaption></figure>

***

## *<mark style="color:yellow;">订单块组数</mark>*

用户可以通过增加 "订单块组数 "的设置来显示更长期的订单块, 该设置可控制用于构建成交量订单的回溯检测。

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

* *这些订单块分为两种类型：看涨成交量订单块和看跌成交量订单块。看涨成交量订单区块的初始位置靠近震荡低点，是潜在的支撑位。另一方面，看跌成交量订单块的初始位置靠近震荡高点，可被用作潜在阻力。*

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

***

## *<mark style="color:yellow;">内部买卖活动衡量</mark>*

*算法工具包能够展示订单区块内部的所有信息。可突出显示用于构建订单区块内的看涨和看跌活动，绿色柱状突出显示了看涨活动，红色柱状突出显示了看跌活动。*

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

* *用户可以利用这一点来估计市场上某些订单区块的牛/熊何时可能衰竭，从而进一步了解价格是否有可能打破或是继续保持所在的订单区块。*

***

## *<mark style="color:yellow;">突破成交量区块</mark>*

用户可以用过滤器筛选指定的突破模式(BOS/CHOCH/CHOCH+)来构建订单区块，以此衡量价格可能突破重要支撑或阻力的区域。

***

## *<mark style="color:yellow;">产生与缓解区块方法</mark>*

可以根据自己偏好和交易风格调整指标的显示

<table><thead><tr><th width="188">产生</th><th align="center">方式</th></tr></thead><tbody><tr><td>绝对</td><td align="center">使用具体摆动点位来检测并构造区块</td></tr><tr><td>中位</td><td align="center">使用全蜡烛体中位数构造区块</td></tr></tbody></table>

<table><thead><tr><th width="189">缓解</th><th align="center">方式</th></tr></thead><tbody><tr><td>完全</td><td align="center">当价格高于或低于收盘价时 区块缓解</td></tr><tr><td>中值</td><td align="center">当价格高过或低于蜡烛体的(高+低)/2时  区块缓解</td></tr><tr><td>平均</td><td align="center">当价格高过或低于蜡烛体的(高+低+开+收)/4时  区块缓解</td></tr><tr><td>具体</td><td align="center">价格高/低点与蜡烛体的低点/高点相交时 区块缓解</td></tr></tbody></table>

***

## *<mark style="color:yellow;">数值/中线/叠加方式</mark>*

* [x] 启用 "显示数值 "选项显示每个订单区块内的成交量百分比。
* [x] 启用 "显示中线 "功能可直观显示每个订单区块的中点。
* [x] 启用"叠加功能"显示不重叠的订单块，避免图表杂乱无章。

***


---

# 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/shi-chang-xing-wei-tou-shi/cheng-jiao-liang-ding-dan-qu-kuai.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.
