- How can I include a csv file directly in MQL4?
- Discussion of article "Cross-Platform Expert Advisor: Signals"
- #include and declaring global variables
The "#include" is handled at the compile stage, not at the runtime stage. So, once it is compiled, it no longer has any dependency on the original code (or the "#includes"), so even if you change the code or move the included files, it will not impact the executable in the least. There is no latency problems!
Also, the "#include" has two forms which allows for some leeway in where the files are located and allows for auto searching for the file within a certain scope. Please read the documentation for more information.
As a developer, it is up to you to create a well organised folder and file structure for all your source code and projects.
- www.mql5.com
The include is irrelevant; that is only part of the efficiency of the programmer.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use