Difference between revisions of "DailyVolume"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the current total trade volume for the trading session. ==== Usage ==== <syntaxhighlight>DailyVolume</syntaxhighlight> ==== Notes ==...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Returns a numerical value indicating the current total trade volume for the trading session.   
 
Returns a numerical value indicating the current total trade volume for the trading session.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>DailyVolume</syntaxhighlight>  
 
<syntaxhighlight>DailyVolume</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
Quote Fields cannot be referenced historically.  
+
* Quote Fields cannot be referenced historically.
+
* Use [[DailyOpen]], [[DailyLow]], [[DailyHigh]] and [[DailyClose]] for the daily open, low, high and close.
==== Example ====
+
 
<syntaxhighlight>DailyVolume will return the current total trade volume</syntaxhighlight>
+
== Example ==
+
<syntaxhighlight>DailyVolume</syntaxhighlight>
 +
Will return the current total trade volume.
  
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:19, 19 February 2012

Returns a numerical value indicating the current total trade volume for the trading session.

Usage

DailyVolume

Notes

Example

DailyVolume

Will return the current total trade volume.