Difference between revisions of "DailyLow"

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

Latest revision as of 13:19, 19 February 2012

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

Usage

DailyLow

Notes

Example

DailyLow

Will return the Low price for the current trading session.