# VolumeRiseFall

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

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

The VolumeRiseFall indicator is a normal volume display as volume bars, with, however, a different coloring than normal. A volume bar is drawn in green when the volume of this bar is higher than the volume of the previous bar, meaning that rising volume is present. A volume bar is drawn in gray when the volume of this bar is lower than the volume of the previous bar, thereby showing falling volume.

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

to be announced

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

to be announced

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

to be announced

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

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

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