How do I get the time changed to UK time in Meta trader?

 

Hi

I am currently on Russian time - 2 hours ahead, with Russian news! I cannot find out how to change this to UK time. Does anyone know?

Thanks in advance

[Deleted]  

Connection

You cannot change the brokers server time

Your indicators or Exper Advisers must be coded to convert with the Hour() function to subtract the 2 hours

e.g.

if (Hour() == 10) 
{
   // it is 08:00 in the UK so market open

}

Good Luck

-BB-