MqlLock Library Feature

106 views
Skip to first unread message

Fx1.Net

unread,
May 31, 2012, 8:13:13 AM5/31/12
to mql...@googlegroups.com
We are proud to announce new Feature for MqlLock. Its called "MqlLock Library". This library is a group of useful functions they can be used while coding. We intend to add more functions during time. So feel free to request new functions to be implemented into MLL.

How does it work
You can use mll.dll while coding your Expert Advisors to import useful functions from this dll. This is a special dll which will be detected from ML Engine and will be wrapped again after converting.

Which functions are implemented
   int MLRand(int min,int max);        // To get a randomized number between min to max
   bool MLFileExists(string filename); // FileExists check which can check whole harddisk, its not jailed inside files/
   int MLComputerID();                 // ComputerID Determination, Computer ID
   string MLMACID();                   // MACID Determination, Network Card ID
   int MLMt4ToFront();                 // This will bring MT4 Terminal to front, use it to display alerts etc
   int MLOpenBrowser(string url);      // Open url in browser
   int MLChartToFront(int hwnd);       // Bring chart to front
   int MLStartTicker(int hwnd, int period);  // Start automatic ticker, returns a handle
   int MLStopTicker(int hwnd, int handle);   // Stop ticker from given handle

How to use them
you may simply use attached mll.mqh file to import the functions.

If you use mll.dll, ML Engine will detect automatically which functions you have used in your own code and they will be provided automatically inside output.dll. So you dont need to carry mll.dll to end user! All those functions are also implemented in output.dll

Attached .rar file contains the mll.dll. Its password is "123"
mll.mqh
mll.dll.rar
Reply all
Reply to author
Forward
0 new messages