datetime server_time = TimeCurrent();
Does it work when market is close?
- TimeCurrent returns seconds.
- When the market is closed, there are no updating ticks; the last time received is the server time. Why do you care? Nothing has changed.
Does it work when market is close?
Yes it works but usually on Crypto only because most Forex servers are halted in weekends.
Does it work when market is close?
datetime TimeCurrent(); |
datetime TimeTradeServer(); |
returns the time calculated for the trade server (based on the time settings of your computer and the difference between your local time and trade server time) - works when the markets are closed.
datetime TimeCurrent(); |
datetime TimeTradeServer(); |
returns the time calculated for the trade server (based on the time settings of your computer and the difference between your local time and trade server time) - works when the markets are closed.
Thanks for the tip.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi i'm new to mql so sorry for my question if it is a dump
I want to know the current time of broker server in miliseconds
How i can do this?
Can i findout server time when market is closed?
Thanks For reading this