Volume

Volume is the number of trades in a given security, for a specified time (interval) and date (ref).


Syntax:
Volume([Interval] ,[Ref], [Symbol])

[Interval] = Optional. 

[Ref] = Optional.

[Symbol] = Optional.

 

Examples:

Volume(60,,YHOO)

will provide the total number of shares of YHOO traded during the current 60 minute period

Volume(60,-1,)
will provide the volume during the PREVIOUS (ref = -1) 60 minute (interval = 60)period for the security on the current line

Volume(60,0,)
will provide the volume during the CURRENT (ref = 0) 60 minute (interval = 60)period for the security on the current line