# VolumeZoneOscillator

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

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

The VolumeZoneOscillator divides the volume activity into UpVolume and DownVolume, similarly to the VolumeUDR. Volume is ranked as UpVolume when the current closing price is located above the prior closing price; vice versa for DownVolume. The oscillator calculated hereby outputs relative percentage values. An instrument is in a positive trend when the VolumeZoneOscillator rises above a level of 5% and vice versa in a negative trend, when it falls below -5%. Values above 40% show overbought situations, while values above 60% are an indication for an extreme exaggeration in the market. On the other hand, values smaller than -40% are deemed oversold and values smaller than -60% to be classified as enormously oversold and exaggerated.

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

to be announced

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

to be announced

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

to be announced

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

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

#### Example <a href="#example_124" id="example_124"></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/volumezoneoscillator.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.
