Lexeon
Lexeon
Friends

Add friends via their profile or user search and you will be able to see if they are online

Lexeon
Added topic Is there an alternative to MQL5?
I do not like some aspects of MQL5. It seems a bit limited to me, and even if I create a DLL, the limitations of MQL5 restrict what I can and cannot return from the DLL.   Is there some kind of alternative? I would prefer to use C++ instead
Lexeon
Added topic How to import DLL that returns array
I have a DLL that will return a pointer to an array of structs: struct dataSet{          //some random variables }; dataSet* RandomFunction( const int ratesTotal, const double price[]) {
Lexeon
Added topic DLL return array
I have a DLL that will return a pointer to an array of structs: struct dataSet{          //some random variables }; dataSet* RandomFunction( const int ratesTotal, const double price[]) {
Lexeon
Registered at MQL5.community