Need mql code to find London Market Open Hour and broker mt4 server difference? any broker?

 

I need to write mql code to find london market open hours and broker mt4 server difference from any broker?

whichever broker i use the ea must get the london market open hour and broker mt4 server difference by using mql code?

Please support me to get the clue/idea?

 
  1. You know when London open (8am London time)
  2. You know how to get GMT
  3. Write code isBST (is London on British Summer Time)
  4. 2+3 gives London time
  5. 4 - server time is the difference
 
WHRoeder:
  1. You know when London open (8am London time)
  2. You know how to get GMT
  3. Write code isBST (is London on British Summer Time)
  4. 2+3 gives London time
  5. 4 - server time is the difference

Yes. this is what the clue i need of!

IsBST() is the standard function available in mql4?

Thanks

 
sheriffonline: IsBST() is the standard function available in mql4?
List of MQL4 Functions - MQL4 Documentation
Reason: