Metatrader 5 Setup - Step by Step


STEP 1. Dowload TradeAdpater Expert Advisor for MT5

TradeAdpater for MT5 (v1.068)



STEP 2. Copy TradeAdapter EA into your MT5 terminal

For Windows
C:/Program Files (x86)/MetaTrader 5/MQL5/Experts

For Mac
/Users/Your user/Library/Application Support/net.metaquotes.wine.metatrader5/drive_c/Program Files/MetaTrader 5/MQL5/Experts

You can use open directlry from MT5. Just opened Data Folder, open MQL5 -> Experts. This is the folder in which you need to copy your EA files.











After your copy all the files into related folders, restart your MT5 terminal or open “Navigator” in your MetaTrader 5, right-click on “Expert Advisors” point of menu and click “Refresh”.




STEP 3. Configure ExpertAdvisor settings

In the upper navigation menu click “Tools” -> select Options








In the opened window open “Expert Advisors” tab and check if:

STEP 4. Enable Auto Trading



STEP 4. Attach TradeAdapter EA to the Chart

Open Navigator by pressing “Ctrl+N” → Right click on “Expert Advisors” → Click “Refresh”.
Please Drag and Drop Expert Advisor to the Price Chart you want to automate.

Expert Advisor should appear on the top-right corner of the price chart.

STEP 5. Input TradeAdapter API

When you attache TradeAdapter EA to the chart the EA setting page will be opened.
Please enter TradeAdapter API key into the corresponding field.
Your TradeAdapter API key you can find in the My Profile page

After attaching and configuring TradeAdapter API key you should be able to send trades from TradingView to your MT5.
To controll the execution status you can in the MyTrades Page for MetaTrader

STEP 6. TradeAdapter EA settings



  • TradeAdapter_API - [Madatory] Your TradeAdapter API key. You can find it in your profile page.
  • TradingView_Symbol - [Optional] Keep it blank if MetaTrader symbol is identical to the symbol you are sending from TradingView. Otherwise, please put Symbol which you are sending in Alert Message from TradingView.
  • Order_Size - [Optional] You can overwrite the order size value that you are sending in Alert Message.
  • Order_Size_Adjustement - [Optional] Multiplier for the Order Size.
  • Filling Type - Please change only if you have "Invalid order filling type" error. Please change to IOC.
  • ConnectionLogDisplay - You can turn off synchrnisation status message in Log screen.