GetVolume as Array
GetVolume returns an array containing the volume.
Example:
' This is an indicator showing the exponential moving averages of the volume prices.
Sub Main()
SetIndic(SMA(
GetVolume
), 10)
End Sub