×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

SessionEndDayMS - MultiCharts
Open main menu

SessionEndDayMS

Revision as of 12:42, 13 February 2012 by Admin (talk | contribs) (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Usage

SessionEndDayMS(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 ends, to Value1 variable:

Value1 = SessionEndDayMS(4);