Difference between revisions of "TradeDate"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the date of the most recent price field update for the symbol. The date is indicated in the YYYMMdd format, where YYY is the number of yea...")
 
 
Line 1: Line 1:
Returns a numerical value indicating the date of the most recent price field update for the symbol. The date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.  
+
Returns a numerical value indicating the date of the most recent price field update for the symbol. The date is indicated in the ''YYYMMdd'' format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>TradeDate</syntaxhighlight>  
 
<syntaxhighlight>TradeDate</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
Quote Fields cannot be referenced historically.  
+
* Quote Fields cannot be referenced historically.
 +
* Use [[TradeTime]] to get the numerical value indicating the time of the most recent price field update for the symbol.
 
   
 
   
==== Example ====
+
== Examples ==
<syntaxhighlight>TradeDate will return a value of 1071030 for October 30th, 2007  
+
<syntaxhighlight>TradeDate</syntaxhighlight>
 
+
* Will return a value of 1071030 for October 30th, 2007,
TradeDate  will return a value of 990402 for April 2th, 1999</syntaxhighlight>
+
* Will return a value of 990402 for April 2th, 1999.
 
   
 
   
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:29, 19 February 2012

Returns a numerical value indicating the date of the most recent price field update for the symbol. The date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.

Usage

TradeDate

Notes

  • Quote Fields cannot be referenced historically.
  • Use TradeTime to get the numerical value indicating the time of the most recent price field update for the symbol.

Examples

TradeDate
  • Will return a value of 1071030 for October 30th, 2007,
  • Will return a value of 990402 for April 2th, 1999.