Difference between revisions of "TradeTime"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
 
Line 1: Line 1:
Returns a numerical value indicating the time of the most recent price field update for the symbol. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.  
+
Returns a numerical value indicating the time of the most recent price field update for the symbol. The time is indicated in the 24-hour ''HHmm'' format, where 1300 = 1:00 PM.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>TradeTime</syntaxhighlight>  
 
<syntaxhighlight>TradeTime</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
Quote Fields cannot be referenced historically.  
+
* Quote Fields cannot be referenced historically.  
+
* Use [[TradeDate]] to get the numerical value indicating the date of the most recent price field update for the symbol.
==== Example ====
 
<syntaxhighlight>TradeTime  will return a value of 1015 for 10:15 AM
 
  
TradeTime will return a value of 1545 for 3:45 PM</syntaxhighlight>
+
== Examples ==
 +
<syntaxhighlight>TradeTime</syntaxhighlight>
 +
* Will return a value of 1015 for 10:15 AM,
 +
* Will return a value of 1545 for 3:45 PM.
 
   
 
   
 
[[Category:Quote Fields]]
 
[[Category:Quote Fields]]

Latest revision as of 13:28, 19 February 2012

Returns a numerical value indicating the time of the most recent price field update for the symbol. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Usage

TradeTime

Notes

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

Examples

TradeTime
  • Will return a value of 1015 for 10:15 AM,
  • Will return a value of 1545 for 3:45 PM.