×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

SessionStartTimeMS

679 bytes added, 12:30, 24 January 2012
Created page with "Returns a numerical value, indicating the time of the day that the specified merged session in a multi-data series chart starts. The time is indicated in the 24-hour HHmm form..."
Returns a numerical value, indicating the time of the day that the specified merged session in a multi-data series chart starts. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Merged session extends from the earliest start time to the latest end time of all sessions merged.

==== Usage ====
<syntaxhighlight>SessionStartTimeMS(SessionNum)</syntaxhighlight>

Where: [[SessionNum]] - a numerical expression specifying the Session Number

==== Example ====
Assign a value, indicating the time of day that the 4th merged session starts, to Value1 variable:

<syntaxhighlight>Value1 = SessionStartTimeMS(4);</syntaxhighlight>

[[Category:Sessions]]
Anonymous user