×

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.

SessionEndTime - MultiCharts
Open main menu

SessionEndTime

Revision as of 12:21, 24 January 2012 by 194.84.116.138 (talk) (Created page with "Returns a numerical value, indicating the time of the day that the specified session ends. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM. ==== Usag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a numerical value, indicating the time of the day that the specified session ends. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Usage

SessionEndTime(SessionType,SessionNum)

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 time of the day that the 4th regular session ends, to Value1 variable:

Value1 = SessionEndTime(1,4);