Difference between revisions of "Last"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the price of the last completed trade. ==== Usage ==== <syntaxhighlight>Last</syntaxhighlight> ==== Notes ==== Quote Fields cannot ...")
 
m
 
Line 1: Line 1:
 
Returns a numerical value indicating the price of the last completed trade.   
 
Returns a numerical value indicating the price of the last completed trade.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>Last</syntaxhighlight>  
 
<syntaxhighlight>Last</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
Quote Fields cannot be referenced historically.  
+
* Quote Fields cannot be referenced historically.  
 
==== Example ====
 
<syntaxhighlight>Last  will return the price of the last trade</syntaxhighlight>
 
 
   
 
   
 +
== Example ==
 +
<syntaxhighlight>Last</syntaxhighlight>
 +
Will return the price of the last trade.
  
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:27, 19 February 2012

Returns a numerical value indicating the price of the last completed trade.

Usage

Last

Notes

  • Quote Fields cannot be referenced historically.

Example

Last

Will return the price of the last trade.