+1 888 340 6572

SessionStartDayMS

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns a numerical value indicating the day of the week that the specified merged session in a multi-data series chart starts, where 0 = Sunday, 1 = Monday, etc. Merged session extends from the earliest start time to the latest end time of all sessions merged.

Usage

SessionStartDayMS(SessionNum)

Where: SessionNum - a numerical expression specifying the Session Number

Example

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

Value1 = SessionStartDayMS(4);