
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
True, 100 times a day is excessive. - Thats not exactly the point I was trying to make, it was exaggerated.
I ask myself, what could you do in a 90 second time window apart from waiting?
Trying to think of a task thats short enough to fill the timegap, next to breathing or vegetate?
True, 100 times a day is excessive. - Thats not exactly the point I was trying to make, it was exaggerated.
I ask myself, what could you do in a 90 second time window apart from waiting?
Trying to think of a task thats short enough to fill the timegap, next to breathing or vegetate?
Hi developers.
When I am trying to compile my code in MQL5 it takes so long time. about 120 sec. the same code in MT4 complies in just a blink.
Can I do any thing to make the "Generating Code" process faster??
If you use a big/complex macro multiple times, it really makes the final code much bigger and compilation takes longer as the macros will be expanded into actual code.
Check that you do not use big/complex macros. The same issue might occur also with templated functions and classes.
Hi developers.
When I am trying to compile my code in MQL5 it takes so long time. about 120 sec. the same code in MT4 complies in just a blink.
Can I do any thing to make the "Generating Code" process faster??
Hello everybody, having the same issue: however my compiling lasts only for 6 and more sesc(lines above 12000), but gets really annoying).
Not so elegant, but now I use this: coding in Visual Studio Code (checking 12000 lines takes 0.35 sec instead of 6.3 sec), compiling with mql5 editor only if really needed.
Hoping helps a bit, however i am not really staisfied with this way.