Wishes for MQL5 - page 76

 
It's just like C++.
 

The address arithmetic was warned in advance that it would not be available.

 
stringo >> :

The address arithmetic was warned in advance that it wouldn't happen.

>> I would also like to see some normal scopes.

 
In the window settings (F8) it is desirable to provide not fixed price scale limits, but a grid step, and also the possibility to display the grid in multiples of 5, 10, 25...(the 5th digit makes it hard to see and orientate oneself).
 

In addition to the expiry for orders, I would really like to have a field for specifying

for the level of the order withdrawal price which was processed by the server...

Of course the Expert Advisors are good, but the server is much better. ;) And it is more reliable, too.

Example.

An Expert Advisor (or hands, whatever) opens a position and places, for example, two pending orders.

Everything and everybody has stop loss and take profit levels... great... It seems...

However. If sl or TP triggered the basis of an open position, we would have missed the triggered pending orders!

This is not good...

 

Could MetaEditor do error highlighting to avoid counting lines

 
valeri39 писал(а) >>

Is it possible to make an error highlighting in MetaEditor, so that the lines are not counted

Double-clicking on the error message moves to the line with the error!

 
WitoHOH >> :

double-clicking on the error message moves to the line with the error!

Not always... but in most cases...

If there's a problem with brackets, it often "shows figs" ;)))

 
kombat писал(а) >>

Not always... But in most cases...

If there's a problem with brackets, it's often "figs" ;)))

Well, that's YES!

But a parentheses problem is usually a program logic violation.

And the compiler, unfortunately, will most likely not be able to guess where exactly you forgot to put a parenthesis!

:)

 
WitoHOH писал(а) >>

double-clicking on the error message moves to the line with the error!

Doesn't show the line with warning about unused function - double click moves to the first line of the EA, not to the beginning of this function.
Something like: Function "sdfsdgbgfgnh" is not referenced and will be removed from exp-file.