Difference between revisions of "PrevClose"

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

Latest revision as of 13:26, 19 February 2012

Returns a numerical value indicating the closing price of the previous trading session.

Usage

PrevClose

Notes

  • Quote Fields cannot be referenced historically.

Example

PrevClose

Will return the Close of the previous trading session.