NOTE (Jan 31, 2014): Any indicators or EAs that I've contributed to this thread will probably no longer work in the latest MT4 build that is (if I understand correctly) due to be rolled out on Feb 3. If you want to ensure that these indicators/EAs continue to work correctly, do NOT upgrade your MT4 beyond the current build (509). I don't know how to re-code them to make them run correctly in the new look MT4, and I've no desire to re-educate myself to learn the new programming language that MetaQuotes is forcing upon everybody. Personally I think that their short-sighted development policy totally stinks, but there's nothing I can do about it. So if you decide to upgrade, you're on your own. Please note the Terms and Conditions below.
______________________
Hi all,
This very simple indicator is offered free to the community, on an "as is" basis. Download and use it at your own risk. I will fix bugs if/when I have the time, but I won't be customizing it to suit individual requirements (so please don't PM me, I won't reply). The source code is provided if you want to do it yourself.
Set the NumBars parameter to how many bars you wish to be processed backward from the current (rightmost) bar.
The time Offset parameters are the number of hours that each time zone (USD, CAD, etc) are ahead of your MT4 broker's time (see here or here). Type a negative number if behind. You can do it either way, e.g. +7 and –17 will give the same result. You'll need to adjust manually for daylight saving (info here).
Offset_LCL gives you one additional time zone that you can use for whatever purpose you wish (e.g. your local time).
The rest of the parameters should hopefully be self-explanatory.
David
______________________
Hi all,
This very simple indicator is offered free to the community, on an "as is" basis. Download and use it at your own risk. I will fix bugs if/when I have the time, but I won't be customizing it to suit individual requirements (so please don't PM me, I won't reply). The source code is provided if you want to do it yourself.
Set the NumBars parameter to how many bars you wish to be processed backward from the current (rightmost) bar.
The time Offset parameters are the number of hours that each time zone (USD, CAD, etc) are ahead of your MT4 broker's time (see here or here). Type a negative number if behind. You can do it either way, e.g. +7 and –17 will give the same result. You'll need to adjust manually for daylight saving (info here).
Offset_LCL gives you one additional time zone that you can use for whatever purpose you wish (e.g. your local time).
The rest of the parameters should hopefully be self-explanatory.
David
Attached File(s)
TimeZones.mq4
5 KB
|
2,478 downloads