MQL5

 

There are quite a few things to relearn in MQL5. Sometimes its a struggle. But there are also great benefits.

One feature i absolutely love is the "struct". It makes returning several different values and data types from a function so simple and elegant.


Kudos.

 
ingvar_e:

There are quite a few things to relearn in MQL5. Sometimes its a struggle. But there are also great benefits.

One feature i absolutely love is the "struct". It makes returning several different values and data types from a function so simple and elegant.

Kudos.

Since "struct" is part of the C language, it's too bad this wasn't incorporated into MQL4.
Reason: