+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
 1 Attachment(s)    

Thread: Brokers Time Conversion

  1. #1
    Junior Member Passion Trader's Avatar
    Join Date
    Nov 2008
    Posts
    20

    Default Brokers Time Conversion

    I understand that some of the EAs trade depending on hours or session, but there are some confusion with the time conversion due to EA's default setting to the respective Broker. Here are the time conversion of some major brokers. Hope that it is useful to you, and not setting your EA wrongly.

    Code:
    Broker         OpHr    ClHr
    ADVERTISING:	21	5
    ALPARI_UK :	21	5
    FOREX :	        20	4
    FXDD :          22	6
    FXOPEN :	22	6
    FXPRO :         22	6
    IBFX :          20	4
    INSTATRADER :	22	6
    LITEFOREX :	22	6
    MIG :           21	5
    ODL :	        20	4
    Good Luck...

  2. #2
    Member
    Join Date
    Oct 2008
    Posts
    273

    Default

    Thanks Passion Trader! :-)

    Funyoo,
    You may want to add this as a sticky post or something.

  3. #3
    Member
    Join Date
    Jan 2009
    Posts
    33

    Default

    Quote Originally Posted by bnbb2004 View Post
    Thanks Passion Trader! :-)

    Funyoo,
    You may want to add this as a sticky post or something.
    Hi,
    Where can i actually make the changes on the EA if for example Funyoo tells me that my MT4 broker is at GMT.
    I need to minus 2 hours.
    Can you provide me with explainations how can i change it.
    Thanks.

  4. #4
    Junior Member Passion Trader's Avatar
    Join Date
    Nov 2008
    Posts
    20

    Default

    Quote Originally Posted by hymera View Post
    Hi,
    Where can i actually make the changes on the EA if for example Funyoo tells me that my MT4 broker is at GMT.
    I need to minus 2 hours.
    Can you provide me with explainations how can i change it.
    Thanks.
    Not all EAs have Time Filtering.

    You may see some variables defined at the beginning of the code, example:

    Code:
    extern bool    Use.Trading.Hours.Restriction=false;
    extern int     Start.Trading.Hour.Begin=0;
    extern int     Start.Trading.Hour.End  =24;
    Just change it accordingly. Check with the author for claraification.

  5. #5
    Junior Member
    Join Date
    Jan 2009
    Posts
    9

    Default

    Excellent thread.
    Perhaps the chart in the first post could include data on the hour shown on the trading platform compared to / or translated into GMT. For instance, IBFX is GMT+0, so when it reads 17:00 on the charts, it is 17:00 GMT. Another broker, perhaps on in Eastern USA might display 12:00 on the charts, which would be 17:00 GMT. This would help put things into perspective for EAs that require time settings.

    Doug

  6. #6
    Senior Member ElectricSavant's Avatar
    Join Date
    Dec 2008
    Posts
    660

    Default

    The settings provided by the EA author/publisher must be known together with HIS dealers server time to be able to translate into YOUR dealers server time...

    This thread has not made any clearer anything for me....what am I missing? The table in the front of this thread could be formatted in a much better way....like pairs of dealers....like Alpari to IBFX and vice versa....or FXOpen to IBFX.....ETC

    Don't most people use Alpari, FXDD and IBFX here?

    DumbSavant

    P.S. Then there are daylight savings time issues.....for this reason I have just stayed away from EA's with time filters....I know its stupid isn't it?
    Last edited by ElectricSavant; 02-01-2009 at 18:30.

  7. #7
    Junior Member
    Join Date
    Jan 2009
    Posts
    3

    Default

    It makes more sense if we post pure GMT offsets of different brokers (by WINTER time only for now) .
    Below are my observations:

    ===GMT 0
    forex.com
    IBFX
    ODL

    ===GMT +1
    MetaQuotes archive

    ===GMT +2
    fxpro
    fxopen
    masterforex

    ===GMT +3
    FXDD/ForexMeta



    Everybody welcomed to supplement it. We can make summary table later on
    Last edited by avento; 02-14-2009 at 20:03.

  8. #8
    Junior Member
    Join Date
    Jan 2009
    Posts
    3

    Default

    And what is most important! How one can calculate GMT offset.
    First of all, make sure that your system offset is correct. You can get this information in the following places:
    Time Zone Converter - The Time Zone - What time is it in ___?
    Current local time in cities
    Find your city there and compare its GMT value with timezone setted on your computer.

    If everything is correct then look at MarketWatch in metatrader terminal. It shows the time of last received quote (so don't try it at weekends).

    For example, you see 18:50:15 in MarketWatch of MT4 and your system clock shows 21:50. If we deduct your local time from time of broker then it will be -3 hours (18:50 - 21:50 = -3). If your time zone is GMT +5, then add this "-3" to your GMT and thus you get offset of your broker (5 + (-3) = 2). So here it is GMT +2.

  9. #9
    Junior Member
    Join Date
    Feb 2009
    Posts
    2

    Default indicator to show GMT offset

    here is an indicator which will show you the GMT offset for your server if applied.
    Attached Files

  10. #10
    Member
    Join Date
    May 2009
    Posts
    36

    Default

    Quote Originally Posted by Christoph View Post
    here is an indicator which will show you the GMT offset for your server if applied.
    May I know how it checks the server's GMT, by comparing it with a third party's time? ie. google

    Or compare with the client's time?

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. The most popular MT4 brokers
    By funyoo in forum Metatrader brokers
    Replies: 37
    Last Post: 01-06-2012, 22:09
  2. What is the best Metatrader brokers ؟
    By Mr.DO$LLAR in forum Metatrader brokers
    Replies: 17
    Last Post: 08-16-2010, 17:34
  3. Add a time filter
    By funyoo in forum MQL programming
    Replies: 12
    Last Post: 05-28-2009, 21:26
  4. Mesir Time EA
    By ahlan042000 in forum Expert advisors backtesting
    Replies: 14
    Last Post: 03-13-2009, 13:18

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts