SessionEndTimeMS (Reserved Word)
Used with session information to refer to the time that the specified merged session ends in a multi-data chart. Returns a numeric value for the time of day the specified merged session ends: : (1600 = 4:00pm)
MS - Merged sessions are from the earliest start time of all symbols to the latest end time for all sessions each trading day.
Usage
SessionEndTimeMS(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 end time for the 3rd merged session.
Value1 = SessionEndTimeMS(3);