> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/windows/chart/main-indicators-in-chart-window/weis-wave-volume.md).

# Weis Wave Volume

The algorithm lets us:

* Look at chains of price bars as alternating waves rising and falling.
* Take the volume of each wave as the total volume of the bars that make it up.

These indicators show up in the lower part of the chart as a histogram of same- (for rising volumes) and different-colored (for falling volumes) waves.

The indicator shows trade intensity over a set period, demonstrating supply and demand for the asset in question and potentially signaling that it is time to activate positions.

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80130076034/original/7wEKHaBiSMlTsEISmbZYeIZ9b-IW9uJqBA.png?1660224655)

### Indicator settings

### ![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80130076408/original/nWYiwMqbTXrvBHiCJd81YjPt4WEhDJimig.png?1660224702)

#### Parameters

| Name   | Description      |
| ------ | ---------------- |
| Period | The wave period. |

#### Style

| Name                      | Description                                               |
| ------------------------- | --------------------------------------------------------- |
| Volume color when growing | Selecting a color for volumes when asset prices increase. |
| Volume color when falling | Selecting a color for volumes when asset prices decrease. |
| Temporary volume color    | Selecting a color for temporary volumes.                  |

#### Indicator

| Name        | Description                                                                |
| ----------- | -------------------------------------------------------------------------- |
| Indicator   | Enabling or disabling the indicator display on the chart.                  |
| Name        | Enabling or disabling the indicator name display in the information line.  |
| Values      | Enabling or disabling the indicator value display in the information line. |
| Markers     | Enabling or disabling the indicator markers display on the scale.          |
| Calculation | Select when the calculation will be performed.                             |
| Area        | Selection of an area to display the indicator.                             |


---

# 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, and the optional `goal` query parameter:

```
GET https://support.tiger.com/english/windows/chart/main-indicators-in-chart-window/weis-wave-volume.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
