Difference between revisions of "DailyClose"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the most recent Close price. ==== Usage ==== <syntaxhighlight>DailyClose</syntaxhighlight> ==== Notes ==== Quote Fields cannot be r...")
 
 
Line 1: Line 1:
 
Returns a numerical value indicating the most recent Close price.   
 
Returns a numerical value indicating the most recent Close price.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>DailyClose</syntaxhighlight>  
 
<syntaxhighlight>DailyClose</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 [[DailyOpen]] for the daily low, high and open.
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>DailyClose will return the most recent Close price</syntaxhighlight>
+
<syntaxhighlight>DailyClose</syntaxhighlight>
+
Will return the most recent Close price.
 
 
 
 
 
 
 
 
  
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:21, 19 February 2012

Returns a numerical value indicating the most recent Close price.

Usage

DailyClose

Notes

Example

DailyClose

Will return the most recent Close price.