# Volume (VOL)

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

This is the volume for the shares, futures, ETFs and so on that are traded within a specified time period.

#### Further information <a href="#further-information_45" id="further-information_45"></a>

<http://de.wikipedia.org/wiki/Volumenanalyse>

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

```csharp
VOL()
VOL(IDataSeries inSeries)
VOL()[int barsAgo]
VOL(IDataSeries inSeries)[int barsAgo]
```

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

**double**

When using this method with an index (e.g. **VOL**()\[**int** barsAgo] ), the value of the indicator will be issued for the referenced bar.

#### Parameter <a href="#parameter_11" id="parameter_11"></a>

inSeries Input data series for the indicator

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

![Volume (VOL)](https://agenatrader.github.io/AgenaIndicator-documentation/media/VOL.jpg)

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

```csharp
//Output of the current volume
Print("The current volume is " + VOL()[0]);
```


---

# 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/standard-indicators/volume-vol.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.
