# VolumeGraph

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

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

This indicator contains a normal volume histogram, but here, the coloring takes place based on price trends. The VolumeGraph determines short- or long-term price trends; you can set the sensitivity for this using the parameter “SlopeLength”. A high value delivers long-term trends; low values represent short-term price trends. Using the setting “Exponential”, you can select whether the calculation for trend determination should be based on an exponential (=True) or linear (=False) algorithm. This is about the fine-tuning, and no large changes should be expected with this parameter. In addition, the volume histogram also contains a moving average, for which you can enter the period using the parameter “AvgLength”.

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

to be announced

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

to be announced

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

to be announced

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

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

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