Metatrader Expert advisor should has ex4 or mq4 file extenshion. mq4- sourse code, ex4- compiled code. First of all it is necessary to copy this file to the folder experts of working directory. Under a working directory we understand a root directory, in which we installed MetaTrader 4 terminal
The second step is to restart MetaTrader . After the restart the expert should be added to the list of experts in the window Navigator . It necessary to stress that the colored icon corresponds to mq4 file. If you have an ex4 file only, an icon in the window Navigator will be grey. The same grey color may mean that the errors in a source code appeared.

In order to check expert errors, you may press F4, the editor of language MQL4 , and then it is necessary to load the source code of expert into the editor. Press F5 in order to compile the expert advisor. In case of success, the sentence '0 errors' will appear in conclusion window. Warnings are not errors and their presence does not hinder the successful compiling.

If you made the steps mentioned above correctly, you should see the window of expert settings, where you should let the expert trade.
Do not forget about the button Expert Advisors , which is located on one of standard tool bars of the terminal. The button must be pressed.





1 comment:
free of charge ex4 decompiling
Hi there folks ... if anybody needs a decompiling of ex4 file just drop me an email at ex4source@gmail.com . It will take 1-2 days until you get the source code.
Post a Comment