Is it possible to have your local time displayed on the charts rather then the server time?

 
Nevermind, I shouldve used the search function first. Can't be done. I hope one day mql will have that option to display the charts in local time.
 

Hello,



Use TimeLocal function for your computer time.



datetime Hour = TimeHour ( TimeLocal ( ) ) ;

datetime Minute = TimeMinute ( TimeLocal ( ) ) ;



Have a nice day !

Reason: