LoongClock: Your Essential Time Tool for MetaTrader 5

Mike 2010.02.05 19:14 49 0 0
Attachments

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

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!

List
Comments 0