+1 888 340 6572

Symbol Time S: Difference between revisions

From MultiCharts
(Created page with "Category:Data Information/General")
 
 
(One intermediate revision by the same user not shown)
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]]

Latest 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