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