Difference between revisions of "DailyHigh"

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

Latest revision as of 13:20, 19 February 2012

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

Usage

DailyHigh

Notes

Example

DailyHigh

Will return the High price for the current trading session.