SessionStartTimeMS (Reserved Word)
Used with session information to refer to the time that the specified merged session starts in a multi-data chart. Returns a numeric value for the time of day the specified merged session starts: (930 = 9:30am)
MS - Merged sessions are from the earliest start time of all symbols to the latest end time for all sessions each trading day.
Usage
SessionStartTimeMS(SessionNum);
Parameters
| Name | Description |
| SessionNum | A numeric value. Session Number to Reference |
Remarks
SessionNum - Specifies the specific session that should be returned.
This value ranges from 1 to the maximum number of sessions. Session numbers are available on the Format Symbols Properties dialog.
Examples
Assign to Value1 the start time for the 3rd merged session.
Value1 = SessionStartTimeMS(3);