Summary: One EA can trade multiple currency pairs. This guide shows how to attach the same Expert Advisor to different charts, set independent parameters, and avoid common conflicts.




Step 1: Open the First Chart with Your EA

Open a chart for the first currency pair you want to trade (e.g., EURUSD). Drag your EA from the Navigator window onto this chart. Set your preferred parameters and click ‘OK’. Screenshot: Navigator window with EA being dragged to EURUSD chart.

Step 2: Verify EA is Running

Check the top-right corner of the chart. You should see a smiley face icon (😊) instead of a frowning one. If you see a ‘stop’ icon, click the ‘AutoTrading’ button on the toolbar. Screenshot: Smiley face icon on chart and AutoTrading button highlighted.

Step 3: Open a Second Chart for Another Pair

Open a new chart for a different currency pair (e.g., GBPUSD). You can click ‘File’ → ‘New Chart’ or drag the pair from Market Watch. Screenshot: Market Watch window with GBPUSD being dragged to new window.

Step 4: Attach the Same EA Again

From the Navigator window, drag the SAME EA onto the new GBPUSD chart. Important: Do not use ‘copy’ or duplicate the EA file. Use the same original EA. Screenshot: Same EA being dragged to second chart.

Step 5: Set Independent Parameters (Optional)

You can give the EA different settings for each pair. For example, use 0.01 lot size on EURUSD but 0.02 on GBPUSD. Adjust parameters in the popup window before clicking ‘OK’. Screenshot: EA input parameters window with different lot sizes.

Step 6: Repeat for All Desired Pairs

Open charts for every currency pair you want the EA to trade. Attach the EA to each chart individually. Each instance runs independently. Screenshot: Three different charts each running the same EA.

Step 7: Check the Experts Tab for Errors

Press Ctrl+T to open the ‘Toolbox’ window. Click the ‘Experts’ tab. You should see separate log entries for each chart. No red errors means all instances are working. Screenshot: Experts tab showing logs from multiple charts.

Important Note: Some EAs are designed for single-currency only. Check the EA documentation first. If the EA uses global variables or account-wide risk management, running multiple instances may cause conflicts.

Reference: MetaQuotes Help Desk – Working with Expert Advisors on Multiple Charts.