Difference between revisions of "Symbol Time"

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 of the current bar. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM
 +
 +
== Usage ==
 +
<syntaxhighlight>Symbol_Time</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</syntaxhighlight> will return a value of 1015 for 10:15 AM
 +
 +
<syntaxhighlight>Symbol_Time</syntaxhighlight> will return a value of 1545 for 3:45 PM
 +
 +
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Latest revision as of 13:15, 1 March 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

Symbol_Time

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

will return a value of 1015 for 10:15 AM

Symbol_Time

will return a value of 1545 for 3:45 PM