# WyckoffWave

**The installation of the Technical Analysis Package is required in order to access this indicator.**

#### Description <a href="#description_147" id="description_147"></a>

The WyckoffWave indicator adds the volume for each following bar until a price wave is over / finished. You can set the sensitivity of the price waves. When the volume of a wave rises to particularly high values, is it very often because a turning point in the chart has been reached. When the volume bars are colored red, we are dealing with a short wave; green volume bars indicate a long wave.

Using the parameter “MedianPeriod” you can select how sensitively the indicator should determine the individual price waves. The smaller the value, the larger the price waves that the indicator calculates.

The parameter Poles serves to fine-tune the display of the volume waves; you can select a parameter between 1-4. Changing this value usually causes only imperceptible changes.

#### Parameters <a href="#parameters_120" id="parameters_120"></a>

to be announced

#### Return value <a href="#return-value_130" id="return-value_130"></a>

to be announced

#### Usage <a href="#usage_132" id="usage_132"></a>

to be announced

#### Visualization <a href="#visualization_135" id="visualization_135"></a>

![WyckoffWave](https://agenatrader.github.io/AgenaIndicator-documentation/media/WyckoffWave.png)

#### Example <a href="#example_126" id="example_126"></a>

to be announced


---

# 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://indicators.agenatrader.com/premium-indicators/volume-addon/wyckoffwave.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.
