This project would have been awesome if it had not required a DLL for it to function.

Documentation on MQL5: Constants, Enumerations and Structures / Named Constants / Predefined Macro Substitutions
- www.mql5.com
//| Expert initialization function | //| Expert deinitialization function | //| Expert tick function | //| test1 |...
I'm totally ok with usage of dll files specially when it's kernel32 from windows itself, however, there is a minor issue and that is if you want to write into C:\, windows permission system will become a problem, to compensate for that, if you don't want to change the permissions on windows root directory, you can use the local file address for the data folder's file subfolder.
Alireza Khodakarami:
I'm totally ok with usage of dll files specially when it's kernel32 from windows itself, however, there is a minor issue and that is if you want to write into C:\, windows permission system will become a problem, to compensate for that, if you don't want to change the permissions on windows root directory, you can use the local file address for the data folder's file subfolder.
I'm totally ok with usage of dll files specially when it's kernel32 from windows itself, however, there is a minor issue and that is if you want to write into C:\, windows permission system will become a problem, to compensate for that, if you don't want to change the permissions on windows root directory, you can use the local file address for the data folder's file subfolder.
This method tries to escape MT5 sandbox. It is not a complete solution, yet.
You are free to use whatever you like. Thanks.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
INI File:
A library to provide simple storage mechanism for expert advisors and indicators.
Library Functions
Sample File 'my_orders.ini'
Author: amrali