Wishes for MQL5 - page 83

 
Not critical, but useful.
It would be nice to add in string functions
string StrToUpper (string str)
или 
string StrToLower (string str)
which causes str to be in upper or lower case. Since string comparison operation is case sensitive, this construct
if ("abc" == StrToLower(szTest)) { ... }
regardless of case of szTest would look nice.
PS. For myself I wrote one, but it/they must be built-in, IMHO.
 
OneDepo >> :
Not critical, but useful.
It would be nice to add in string functions
which causes str to be in upper or lower case. Since string comparison operation is case sensitive, a construct like
would be nice.
PS. For myself I wrote such a construction, but it/they must be built-in, IMHO.

Already implemented.

 
awo >> :
...


If MQL5 has classes and function overloading, it will definitely make this hassle easier.

Already there.

 
SK. >> :

Seconded.
Offset of 1) local time and 2) server time relative to GMT in MQL5 in the form of environment variables. It will allow to realize a universal algorithm of history data processing, including the possibility of smooth transfer of EAs between terminals of different brokerage companies.

Such functions are implemented.

 
Rosh писал(а) >>

Similar functions have been implemented.

Rosh, can you tell me where to look at the list of new features?
 
OneDepo писал(а) >>
Rosh, can you tell me where to look at the list of new features?

! :)

 
OneDepo >>:
Rosh, может подскажете, где можно взглянуть на список новых возможностей?

A whole unified list is nowhere to be found. But information is leaking out little by little from the developers.

 
Rosh писал(а) >>

A whole single list - nowhere so far...

It's a pity, of course, I wanted to prepare for the transition in advance.

 
I would like to see a code trace in MT5, or rather in MetaEditor, to visually track the execution of the script.
 
I want to be able to refer to the compiler via a built-in function, as well as to call executable files with parameters.
Reason: