+1 888 340 6572

Time s: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value indicating the closing time, including seconds, of the current bar. The time is indicated in the 24-hour HHmmss format, where 130000 = 1:00:00 PM. ...")
 
Line 5: Line 5:
   
   
==== Example ====
==== Example ====
[[Time_s]] will return a value of 101525 for 10:15:25 AM  
<syntaxhighlight>Time_s  will return a value of 101525 for 10:15:25 AM  


[[Time_s]] will return a value of 154500 for 3:45:00 PM  
Time_s  will return a value of 154500 for 3:45:00 PM</syntaxhighlight>
   
   




[[Category:Data Information/General]]
[[Category:Data Information/General]]

Revision as of 11:24, 19 January 2012

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

Usage

Time_s

Example

Time_s  will return a value of 101525 for 10:15:25 AM 

Time_s  will return a value of 154500 for 3:45:00 PM