Difference between revisions of "Symbol Time S"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Category:Data Information/General")
 
Line 1: Line 1:
 +
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 ==
 +
<syntaxhighlight>symbol_time_s</syntaxhighlight>
 +
 +
== Note == The range of returned values is not limited by the MaxBarsBack setting. This keyword can return the value of any bar of the data series.
 +
 +
== Example ==
 +
<syntaxhighlight>symbol_time_s</syntaxhighlight> will return a value of 101525 for 10:15:25 AM
 +
 +
<syntaxhighlight>symbol_time_s</syntaxhighlight> will return a value of 154500 for 3:45:00 PM
 +
 +
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 13:16, 1 March 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

symbol_time_s

== Note == The range of returned values is not limited by the MaxBarsBack setting. This keyword can return the value of any bar of the data series.

Example

symbol_time_s

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

symbol_time_s

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