Errors, bugs, questions - page 2335
![MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal](https://c.mql5.com/i/registerlandings/logo-2.png)
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 don't think so, but just in case: is it possible to declare a friend (maybe there are some µl specific designs)?
So far everything has been nice in the general architecture, I don't want to dump all the guts from A.
I don't think so, but just in case: is it possible to declare a friend (maybe there are some µl specific designs)?
So far everything has been nice in the general architecture, I don't want to dump all the guts from A.
No, in the current version you can't
In the meta-editor, if the same file is opened in two windows, it is not possible to copy quickly from one place to another. When you get focus, the file scrolls to where the focus was in the other window.
This behaviour is three hundred years old. Which negates all the convenience of multi-window coding.
A 40Mb file of 1 million lines takes 18 seconds to read.
The same output, but done differently
is done in 0.5 seconds.
Super-braking design
A 40Mb file of 1 million lines takes 18 seconds to read.
The same output, but done differently
is done in 0.5 seconds.
I wonder if it's a cold start in both cases?
or is it the same when it's hot?
I wonder if it's a cold start in both cases?
or is it the same when it's hot?
Always.
Need to clean up code - remove unused variables, functions, methods, classes, structures, etc.
How to do this?
Need to clean up code - remove unused variables, functions, methods, classes, structures, etc.
How to do this?
This may not be the best solution, but profiling may help. But it will still be a long manual process.