×

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.

Changes - MultiCharts
Open main menu

Changes

SessionEndDay

682 bytes added, 12:17, 24 January 2012
Created page with "Returns a numerical value indicating the day of the week that the specified session ends, where 0 = Sunday, 1 = Monday, etc. ==== Usage ==== <syntaxhighlight>SessionEndDay(..."
Returns a numerical value indicating the day of the week that the specified session ends, where 0 = Sunday, 1 = Monday, etc.

==== Usage ====
<syntaxhighlight>SessionEndDay(SessionType,SessionNum)</syntaxhighlight>

Where: [[SessionType]] - a numerical expression: 0 = Auto Detect, 1 = Regular Session[[*]]

[[SessionNum]] - a numerical expression specifying the Session Number

[[*]] Custom Sessions parameters will be used if selected in QuoteManager.

==== Example ====
Assign a value, indicating the day of the week that the 4th regular session ends, to Value1 variable:

<syntaxhighlight>Value1=SessionEndDay(1,4)</syntaxhighlight>


[[Category:Sessions]]
Anonymous user