+1 888 340 6572

PrevClose: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value indicating the closing price of the previous trading session. ==== Usage ==== <syntaxhighlight>PrevClose</syntaxhighlight> ==== Notes ==== Quo...")
 
mNo edit summary
 
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.