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"