How to install EA, indicator or script to the MT4 for Windows / Mac
The MetaTrader 4 platform, best known as MT4, is a trading platform that allows to upload custom expert advisors (forex robots or also called automated trading systems), indicators, scripts, and other useful add-ons.
This means that you have two options. If you have some coding experience, you can create what you need in the MetaEditor by using the MQL 4 language. But if you have no coding experience at all, you can just download any expert advisor, forex indicator or script that you like, and usually for free (like our top forex indicators here).

Differences between .mq4 and .ex4 files
By default, the MetaTrader 4 provides some standard indicators, but you can add your own by using two different types of files:
- .mq4 - the MQL4 source code file that could be edited by a programmer
- .ex4 - the executable file that can not be modified in order to protect the programmer copyright
From a practical point of view, it does not matter which type of file you have available (usually it is the .ex4 only without an access to the source code) until you would like to make some changes directly in the source code.
Even if you have the .mq4 file available, but you have no coding experience, do not worry! After uploading the file correctly to your MetaTrader 4's root folders, the trading platform will do everything needed for you automatically.
Once you install the .mq4 file and launch the MetaTrader 4, the trading platform immediately creates also the .ex4 executable file, so it will be ready for use like you would install the .ex4 file.
How to install Expert Advisors, Indicators and Scripts (PC - Windows version)
The process of installing the Expert Advisors, Indicators or scripts in case of MetaTrader 4 trading platform running in Windows is very easy:
- Launch your MetaTrader 4
- In the upper left corner, choose "File".
- Then choose "Open Data Folder".
- In the new window, open the "MQL4" folder.
- And now we are almost done. Here you can find all the folders you are looking for: experts, indicators, scripts, and others.
If you would like to install an Expert Advisor, simply paste it to the "Experts" folder.
If you would like to install an Indicator, simply paste it to the "Indicators" folder.
And finally if you would like to install a Script, simply paste it to the "Scripts" folder. - Once you have copied and inserted all the files you would like to install, you have to restart the MetaTrader 4 platform.
Viola, you have successfully installed your brand new add-on! Now in the MetaTrader 4 platform, you can find your new add-on in the navigation panel (that can be opened from the View menu). Simply open an appropriate category (experts, indicators or scripts), and drag your add-on to any chart. And now your customized platform is ready for use!

How to install Expert Advisors, Indicators and Scripts (Mac version)
Mac traders have a little more difficult situation. The author of the MetaTrader 4 trading platform, MetaQuotes Software Corp., still does not offer an official version of the MT4 for Mac OS X. Therefore, OS X traders have two options:
Virtualized Windows operating system - in this case through the virtualization software, you are allowed to install Windows on your Mac. Usually, it is also possible to run both operating systems in the same time.
However, this is not much practical if you do not have more reasons than only MT4 why you would need to have the whole Windows operating system installed. In this case - after installing the Windows operating system and MT4 for Windows in the usual way, the process of installing EAs, indicators and scripts is the same as described above.
Virtualized MT4 for Mac OS - hopefully, most forex brokers offer the complete DMG package of MT4 that you can easily run at your Mac. Imagine the package as all files from Windows that are required to run the MT4 properly. Do not worry, virtualized MT4 for Mac OS works steadily and very fast. However, the process of installing your add-ons is little more complex.
There are more possible ways how to install add-ons to your MT4 in case of the virtualized MT4 for Mac OS. Some of them are very easy (but these seem to work with older Mac OS versions only).

Now I would like to share with you the tutorial how to install your add-ons that works with the latest OS versions.
- Open the Terminal. You can simply go to the spotlight search (the search icon in the upper right corner), and just type in "Terminal".
- Now copy & paste following command into the Terminal (ensure that it is exactly in the same format like below) - in case that you are using OS X 10.9 or later :
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
And if you are running OS X 10.8 or earlier , use following command instead:
defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Finder - Hit "Enter". Now all hidden files and folders in your Mac are visible (and Finder is restarted as well so no need to do this manually anymore to see the hidden files and folders).
- Go to the spotlight search again and type in the name of your profile / computer. Your Mac should now find your home folder (you will recognize that by the home icon). And hit the Enter.
Or you can open "Macintosh HD" -> "Users" -> "Your username". - Open the Library folder. As Library is a hidden folder in the latest Mac OS versions, you will most probably have to right-click at the folder and select "open in new tab" to make it work. Or simply double-click the folder if it works for you.
- Open the Application Support folder.
- There you should find and open the folder that will be named in the following format "com.YourBrokerName_123456" (the broker name and numbers will vary between various computers) or simply MetaTrader 4 (or similar - this depends on the creator of the MT4 DMG file for Mac OS).
- Then go through a few following folders. In our case, it is "Bottles" -> "metatrader 4" -> “drive_c” -> “Program Files” -> “MetaTrader 4” -> "MQL". The folders might again vary depending on the creator of the MT4 file. However, it's important to get into the folders Drive_C and Program Files (as these are the same root folders that were imported from the Windows version and where we can upload our EAs, indicators or scripts).
- There we go! Now simply copy & paste your add-on to the appropriate folder, restart the MT4 and you are ready to use your add-on at your Mac!
Notes :
- I would recommend you to make a shortcut of the MQL folder, so you do not have to go through the whole process above every time you would like to add something new to your MT4. Simply drag the MQL folder among your "Favorites" in the Finder window.
- If you would like to hide the originally hidden files again, simply run the following command in the terminal (in case that you use OS X 10.9 or later):
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
And again, if you are running OS X 10.8 and earlier , use following command instead:
defaults write com.apple.finder AppleShowAllFiles FALSE ; killall Finder
I believe that the tutorial above will help you when trying to install your favorite add-on to your MT4. Now when you know how to do that, you are ready to use our unique forex indicators that you can download and use for free.