+1 888 340 6572

DailyHigh: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value indicating the High price for the current trading session. ==== Usage ==== <syntaxhighlight>DailyHigh</syntaxhighlight> ==== Notes ==== Quote ...")
 
No edit summary
 
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.