# VolumeUDR

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

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

The VolumeUpDownRatio is the relationship between UpVolume and DownVolume, displayed as an oscillator. Volume is classified as UpVolume when the current close of the price candle is located above the close of the prior candle; the opposite applies for DownVolume. Values above 80 are to be graded as a bearish signal; values under 20 as a bullish signal. Besides this, a moving average can be shown, which can serve as an additional signal generator.

* Using “DrawCandleOutline”, you can have the border of your candles colored accordingly when bullish/bearish extreme values occur.
* PriceWeightChange regulates whether you would like to have the weighted change of the market price flow into the calculation of the indicator.

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

to be announced

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

to be announced

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

to be announced

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

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

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