Difference between revisions of "DailyOpen"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the opening price for the current trading session. ==== Usage ==== <syntaxhighlight>DailyOpen</syntaxhighlight> ==== Notes ==== Quo...")
 
 
Line 1: Line 1:
 
Returns a numerical value indicating the opening price for the current trading session.   
 
Returns a numerical value indicating the opening price for the current trading session.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>DailyOpen</syntaxhighlight>  
 
<syntaxhighlight>DailyOpen</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
Quote Fields cannot be referenced historically.  
+
* Quote Fields cannot be referenced historically.  
+
* Use [[DailyVolume]] to get the daily volume, and [[DailyLow]], [[DailyHigh]] and [[DailyClose]] for the daily low, high and close.
==== Example ====
 
<syntaxhighlight>DailyOpen  will return the Open price for the current trading session</syntaxhighlight>
 
 
   
 
   
 +
== Example ==
 +
<syntaxhighlight>DailyOpen</syntaxhighlight>
 +
Will return the Open price for the current trading session.
  
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:18, 19 February 2012

Returns a numerical value indicating the opening price for the current trading session.

Usage

DailyOpen

Notes

Example

DailyOpen

Will return the Open price for the current trading session.