I'm a bit confused about the Common Folder.
Can you store EAs, Scripts, Indicators in there and have it appear in all the Terminals?
Or is it just for a second "Files" folder that you can access from the Terminal? I assume you need to specifically tell the MQL code to use it instead of the Terminal's Files folder, right? I mean you can't just do a FileOpen with a relative path and it would open from the Common Folder if it wasn't found in the terminals Folder?
I don't know about the eas indicators but its a path that can be accessed by all terminals of the pc . So you could base a communications bridge between terminals on the files of the common folder (that is how local trade copiers work actually)
No, it is mainly just for the "Files" sub-directory when reading and writing files from MQL programes with the FILE_COMMON flag.
ah I didn't see that Flag, thanks
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I'm a bit confused about the Common Folder.
Can you store EAs, Scripts, Indicators in there and have it appear in all the Terminals?
Or is it just for a second "Files" folder that you can access from the Terminal? I assume you need to specifically tell the MQL code to use it instead of the Terminal's Files folder, right? I mean you can't just do a FileOpen with a relative path and it would open from the Common Folder if it wasn't found in the terminals Folder?