Somente usuários que compraram ou alugaram o produto podem deixar comentários
Kevin Sucipto  

Hi I just purchased your EA.

I just want to know about this setting in the file. Can you explain it?

is it the setting from the EA or folder metatrader 5?

=== File Settings ===

SharedFolder = "CopyTrade"         MUST MATCH MASTER!
MyTerminalID = "SLAVE1"            MUST BE UNIQUE!
Teerathad Booranawisedkul  
Kevin Sucipto #:

Hi I just purchased your EA.

I just want to know about this setting in the file. Can you explain it?

is it the setting from the EA or folder metatrader 5?

=== File Settings ===

SharedFolder = "CopyTrade"         MUST MATCH MASTER!
MyTerminalID = "SLAVE1"            MUST BE UNIQUE!

Hi Kevin! Thanks for reaching out about the EA settings.

These are settings within the EA itself (not MetaTrader 5 folder settings). Let me break down what each one does:

SharedFolder = "CopyTrade"

  • This is a virtual "folder name" that the EA uses to communicate between terminals
  • The Master EA and all Slave EAs must use the exact same name here for them to communicate
  • Think of it as a "channel" - everyone needs to be on the same channel to share trade information

MyTerminalID = "SLAVE1"

  • This identifies which specific terminal/EA instance this is
  • Each installation needs a unique ID (SLAVE1, SLAVE2, MASTER, etc.)
  • This prevents conflicts when multiple terminals are copying trades

How it works:

  • Your Master terminal (the one placing original trades) will have something like MyTerminalID = "MASTER"
  • Each Slave terminal copies the Master's trades and needs its own unique ID
  • All of them share the same SharedFolder name to communicate

Make sure your Master EA has the same "CopyTrade" in its SharedFolder setting, and that no two terminals have the same MyTerminalID.

Alessio Baglioni  

Hi on installation guide you write


  1. Drag and drop "Universal_CopyTrader_v3" onto the chart



where can I find Universal_CopyTrader_v3?

thanks

Teerathad Booranawisedkul  
Alessio Baglioni #:

Hi on installation guide you write


  1. Drag and drop "Universal_CopyTrader_v3" onto the chart



where can I find Universal_CopyTrader_v3?

thanks

If you purchased the EA from the MQL5 Market, the file should be automatically downloaded to your MetaTrader platform. Here's where to find it:

For MetaTrader 4:

  1. Open MT4
  2. Go to File → Open Data Folder
  3. Navigate to: MQL4 → Experts
  4. You should see "Copy MT5 MT4 All In One.ex4" there

For MetaTrader 5:

  1. Open MT5
  2. Go to File → Open Data Folder
  3. Navigate to: MQL5 → Experts
  4. You should see "Copy MT5 MT4 All In One.ex5" there

Alternative method - Using Navigator:

  1. In your MetaTrader platform, open the Navigator window (Ctrl+N)
  2. Expand the Expert Advisors section
  3. Look for "Universal_CopyTrader_v3" in the list
  4. You can drag it directly from here onto your chart

If you still cannot find it:

  • Restart your MetaTrader platform
  • Check your MQL5 account purchases to ensure the download completed
  • Go to Tools → Options → Community and verify you're logged into your MQL5 account
  • Re-download from the Market tab in MetaTrader (Terminal window → Market → My Products)
Ikadek Mardika  

how to setting different symbol.
XAUUSD : master

Goldi: Slave

Teerathad Booranawisedkul  
Ikadek Mardika #:

how to setting different symbol.
XAUUSD : master

Goldi: Slave

You can load the new version directly. I have already added the map symbol.
Somente usuários que compraram ou alugaram o produto podem deixar comentários