MetaTrader 4 cheat sheet
The article discusses the most frequently used actions with MetaTrader 4 terminal.
How to install an Expert Advisor in MetaTrader 4?
1. Copy the Expert Advisor .ex4 file to the folder C:\Program Files\MetaTrader 4\experts\ (or the folder where MetaTrader 4 is installed) when the terminal is closed.
2. Launch MetaTrader 4.
3. Открыть окно «Навигатор».
4. Открыть нажатием на «+» вкладку «Советники» и найти в списке советников установленный советник.
5. Drag the Expert Advisor to the chart of the desired currency pair.
6. В появившемся окне настроек советника на вкладке общие установить галку на пункте «Allow the Expert Advisor to trade» и нажать ОК.
7. Нажать вверху терминала кнопку «Советники» — она должна стать зеленой. Смайлик советника в правом углу графика валютной пары должна улыбаться.
The Expert Advisor can be tested on the history. To do this by clicking Ctrl+R run the tester, выбрать советник и нажать Старт. Если хотите наглядно видеть работу советника, перед этим установите галку на пункте «Visualization«.
How to install an indicator in MetaTrader 4?
1. Copy the indicator .mq4 file to the folder C:\Program Files\MetaTrader 4\experts\indicators\ (or the folder in which MetaTrader 4 is installed) when MetaTrader is closed.
2. Launch MetaTrader 4.
3. Открыть окно «Навигатор».
4. Открыть нажатием на «+» вкладку «Пользовательские индикаторы» и найти в списке индикаторов установленный indicator.
5. Drag the indicator onto the chart of the desired currency pair.
6. The indicator is set.
How to install the script in MetaTrader 4?
1. Copy the .mq4 script file to the folder C:\Program Files\MetaTrader 4\experts\.scripts\ (or the folder in which MetaTrader 4 is installed) when MetaTrader is closed.
2. Launch MetaTrader 4.
3. Открыть окно «Навигатор».
4. Открыть нажатием на «+» вкладку «Scripts» и найти в списке скриптов установленный скрипт.
5. Drag it onto the chart of the desired currency pair.
6. The script is installed.
How to install the library file in MetaTrader 4?
1. Copy the library .dll file to the folder C:\Program Files\MetaTrader 4\experts\.libraries\ (or the folder in which MetaTrader 4 is installed) when MetaTrader is closed.
2. Launch MetaTrader 4.
3. the library is installed.
Usually library files are attached to some advisors or indicators, if they use large structures or external programs.
How to load an Expert Advisor settings file into MetaTrader 4?
1. Launch MetaTrader 4.
2. Открыть окно «Навигатор».
3. Открыть нажатием на «+» вкладку «Advisors» и найти в списке советников установленный советник.
4. Drag the Expert Advisor to the chart of the desired currency pair.
5. В окне котировок кликнуть правой кнопкой мыши по графику и выбрать «Советники» — «Свойства», либо просто нажать F7.
6. В открывшимся окне выбрать вкладку «Входные параметры» и нажать на кнопку «Загрузить»
7. Select the Expert Advisor settings file .set и нажать «Открыть»
8. The settings of the Expert Advisor are loaded.
Of course, when working with MetaTrader 4 terminal other manipulations are also required, but the data is most often needed.