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
http://de.wikipedia.org/wiki/Volumenanalyse
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

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