Difference between revisions of "Symbol Time S"

From MultiCharts
Jump to navigation Jump to search
 
Line 4: Line 4:
 
<syntaxhighlight>symbol_time_s</syntaxhighlight>
 
<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.
+
== 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 ==
 
== Example ==

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