You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I just have got a message that you removed my post:
GetMicrosecondCount() exists in both MQL4 & 5. Check it out HERE.
1. Using code profiler it is the best you can do here.
2. Also you can use GetMicrosecondCount() instead of GetTickCount();
sometimes I use my own stopwatch, but mostly I use the profiler
Ex. using: StopWatch sw(); sw.Start(); // response parsing code . . . sw.Stop("response parsing");I just have got a message that you removed my post:
GetMicrosecondCount() exists in both MQL4 & 5. Check it out HERE.
I was the one who removed your post. I did a search on the List of MQL4 Functions and the function did not apear there. That is why I removed it.
However, it seems that it is supported by MQL4, but is not listed in the link I just gave.
My apologies! I have restored your previous post and merged it with your most recent one (see above).
Again, my apologies.