I am not aware of any tool that tells the terminal folder name of a given MT4 install from outside if it is what you are seeking for.
- The EA doesn't need to access the include directory. It has always been compiled.
- The EA can use the file calls to access the file directory.
- The EA accesses the files in library directory with the appropriate preprocessor directives and a call.
Carlos Albert Barbero Marcos #:
I am not aware of any tool that tells the terminal folder name of a given MT4 install from outside if it is what you are seeking for.
I am not aware of any tool that tells the terminal folder name of a given MT4 install from outside if it is what you are seeking for.
thx for the reply
i've found the solution
William Roeder #:
- The EA doesn't need to access the include directory. It has always been compiled.
- The EA can use the file calls to access the file directory.
- The EA accesses the files in library directory with the appropriate preprocessor directives and a call.
thx for the reply
i've found the solution
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
hello
First, sorry for my english not so fluent (very bad actually, hahaha)
I'm develop EA that autenticating to MySQL database in our hosting server. In that purpose, the EA need to access files :
\Include directory
\Library directory
\Files directory
If there are new MT4 installed, we (me and my team) have to copying manually to that folder. The problem, Terminal Path for some Windows are not located on C:\Program Files
My question, is there any ways to create .exe files, so when it execute, automatically copy the files to folders above?
How to get "MT4 installed path"?
Thanks for your answer and i'm really appreciate