Difference between revisions of "Time"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the closing time of the current bar. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM. ==== Usage ==== Time ...")
 
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
[[Time]] will return a value of 1015 for 10:15 AM  
+
<syntaxhighlight>Time  will return a value of 1015 for 10:15 AM  
  
[[Time]]  will return a value of 1545 for 3:45 PM  
+
Time will return a value of 1545 for 3:45 PM</syntaxhighlight>
  
  
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 11:25, 19 January 2012

Returns a numerical value indicating the closing time of the current bar. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Usage

Time

Example

Time  will return a value of 1015 for 10:15 AM 

Time will return a value of 1545 for 3:45 PM