SessionStartDayMS (Reserved Word)

image\trumpet2.gif Disclaimer

Used with session information to refer to the day that the specified merged session starts in a multi-data chart. Returns a numeric value for the day of the week the specified merged session starts: (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

SessionStartDayMS(Session);

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 day for the 3rd merged session.

Value1 = SessionStartDayMS(3);