How to install an Expert Advisor
MQL 4 programming language supports creation of three types of executable files, each of which performs its own task. Due to this reason every type of these files is located in its own directory:
- scripts are stored in “…\ scripts” folder;
- indicators are stored in “…\ Indicators” folder;
- Expert Advisors ...