×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Difference between revisions of "DailyVolume" - MultiCharts
Open main menu

Difference between revisions of "DailyVolume"

(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.