Links

Volume (VOL)

Description

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

Further information

Usage

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

Return value

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

inSeries Input data series for the indicator

Visualization

Volume (VOL)

Example

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