Attachments forums

List of attachments posted on this forum.


All files on forums: 136045

Re: Something interesting please post here (Metatrader)

bilbao, Wed Apr 26, 2017 4:50 pm

The indicator of trading sessions Sessions 4 shows the 4 trading sessions : Pacific, Asian, European, American.

4 Sessions

Setting an indicator for MT4 trading sessions:
* Amendment to the UTC time for MT4 . For example, by default 2 and 3 hours to get EET (Eastern European time). UTC + 2 = EET (in winter), UTC + 3 = EET (in summer). Those. The indicator automatically switches to summer and winter time. (In the graph it will be seen that the let October 30 session, drawn on summer time, and the 31 is already in the winter)
Winter = 2 (UTC + 2 = EET)
Summer = 3 (UTC + 3 = EET)
If your broker on servers other time eg CET (Central European time), then you need to set:
winter = 1 (UTC + 1 CET =)
Summer = 2 (UTC + 2 = CET)
at the time EET CET and the transition to winter time is not canceled! UTC does not translate for winter time! This means that once set the correction to UTC and the time of the beginning and the end of sessions and there is no longer any need to adjust the settings.
Days = 5; Number of days for drawing sessions.
ShowDescription = true; ** Show signatures in sessions (Title, number of points).
ShowPips = true; ** Show the number of items passed during the session (If false, only session names will be shown).
AsBackground = true; Draw session as background. (If true - the session is painted solid, if false - draws only the contour).
ShowNextSessions = true; Show the beginning of the next (future) session.
Width = 1; Contour width (Works only if AsBackground = false).
Style = 0; Contour style (Works only if Width = 1 and AsBackground = false).
Codes style:
0 - solid line
1 - the dotted line
2 - dotted fine
3 - dot-dash
4 - dot dot dash
AsiaDesc = "Asia"; Name (signature)
AsiaColor = the Aqua; Color session
AsiaOpen = "00:00"; *** Session Start time (UTC time)
AsiaClose = "09:00"; *** end of the session time (UTC time)
* To learn amendment to UTC, you can go to time.yandex.ru and select UTC, then look to the terminal and to calculate the difference.
** In order for signatures to appear, you need to include object descriptions. (click F8> "General" tab> check mark in the "Show object descriptions"
*** The start time and the end of the sessions always write different, but usually the difference + - 1 hour.
All files in topic