If you're a trader looking for a straightforward way to keep track of time while using MetaTrader 5, look no further than LoongClock. This handy tool allows you to effortlessly select between GMT, SERVER, or LOCAL time settings, ensuring you never miss a beat in your trading strategy.
input ENUM_TIME_FUNC inp_tf = TIME_FUNC_LOCAL; CLoongClock c1; int OnInit() { EventSetTimer(1); // 1 second c1.SetTimeFunc(inp_tf); return(0); } void OnDeinit(constint reason) { EventKillTimer(); } void OnTimer() { c1.Timer(); ChartRedraw(); }

Loong Clock
With LoongClock, you'll be able to synchronize your trading activities effectively and keep your strategies aligned with market movements. Time management is crucial in trading, and this tool makes it simple.
So, whether you're trading on a specific server time or need to adjust to your local timezone, LoongClock has got you covered. It's a must-have for any serious trader using MetaTrader 5!

Comments 0