마켓 / MetaTrader 5 / 유틸리티 / Copy MT5 MT4 All In One 5 30 USD 데모 다운로드됨: 5 게시됨: 15 1월 2026 현재 버전: 4.0 적합한 로봇을 찾지 못하셨나요? 프리랜스에서 나만의 로봇을 주문해 보세요 프리랜스로 이동 트레이딩 로봇 또는 지표 구매 구입 방법 EA를 작동시켜보세요 가상 호스팅으로 구매 전에 지표와 트레이딩 로봇을 테스트해보세요 마켓에서 수익 창출을 원하십니까? 제품의 판매량을 나타내는 방법 미리보기 리뷰 (1) 코멘트 (8) 새 소식 제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다 Kevin Sucipto 2026.01.26 11:10 #1 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! Kevin Sucipto 2026.01.26 11:22 #2 It working well. thanks Teerathad Booranawisedkul 2026.01.26 13:56 #3 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. Teerathad Booranawisedkul 2026.01.26 15:49 #4 INSTALLATION GUIDE - STEP BY STEPhttps://www.mql5.com/en/blogs/post/767035 Alessio Baglioni 2026.02.13 10:43 #5 Hi on installation guide you write Drag and drop "Universal_CopyTrader_v3" onto the chart where can I find Universal_CopyTrader_v3? thanks Teerathad Booranawisedkul 2026.02.13 14:04 #6 Alessio Baglioni #: Hi on installation guide you write 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: Open MT4 Go to File → Open Data Folder Navigate to: MQL4 → Experts You should see "Copy MT5 MT4 All In One.ex4" there For MetaTrader 5: Open MT5 Go to File → Open Data Folder Navigate to: MQL5 → Experts You should see "Copy MT5 MT4 All In One.ex5" there Alternative method - Using Navigator: In your MetaTrader platform, open the Navigator window (Ctrl+N) Expand the Expert Advisors section Look for "Universal_CopyTrader_v3" in the list 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 2026.02.20 06:58 #7 how to setting different symbol.XAUUSD : master Goldi: Slave Teerathad Booranawisedkul 2026.02.20 17:17 #8 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. 제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다 트레이딩 기회를 놓치고 있어요: 무료 트레이딩 앱 복사용 8,000 이상의 시그널 금융 시장 개척을 위한 경제 뉴스 등록 로그인 공백없는 라틴 문자 비밀번호가 이 이메일로 전송될 것입니다 오류 발생됨 Google으로 로그인 웹사이트 정책 및 이용약관에 동의합니다. 계정이 없으시면, 가입하십시오 MQL5.com 웹사이트에 로그인을 하기 위해 쿠키를 허용하십시오. 브라우저에서 필요한 설정을 활성화하시지 않으면, 로그인할 수 없습니다. 사용자명/비밀번호를 잊으셨습니까? Google으로 로그인
Kevin Sucipto 2026.01.26 11:10 #1 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 2026.01.26 13:56 #3 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.
Teerathad Booranawisedkul 2026.01.26 15:49 #4 INSTALLATION GUIDE - STEP BY STEPhttps://www.mql5.com/en/blogs/post/767035
Alessio Baglioni 2026.02.13 10:43 #5 Hi on installation guide you write Drag and drop "Universal_CopyTrader_v3" onto the chart where can I find Universal_CopyTrader_v3? thanks
Teerathad Booranawisedkul 2026.02.13 14:04 #6 Alessio Baglioni #: Hi on installation guide you write 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: Open MT4 Go to File → Open Data Folder Navigate to: MQL4 → Experts You should see "Copy MT5 MT4 All In One.ex4" there For MetaTrader 5: Open MT5 Go to File → Open Data Folder Navigate to: MQL5 → Experts You should see "Copy MT5 MT4 All In One.ex5" there Alternative method - Using Navigator: In your MetaTrader platform, open the Navigator window (Ctrl+N) Expand the Expert Advisors section Look for "Universal_CopyTrader_v3" in the list 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)
Teerathad Booranawisedkul 2026.02.20 17:17 #8 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.
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 ===
It working well. thanks
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 ===
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"
MyTerminalID = "SLAVE1"
How it works:
Make sure your Master EA has the same "CopyTrade" in its SharedFolder setting, and that no two terminals have the same MyTerminalID.
https://www.mql5.com/en/blogs/post/767035
Hi on installation guide you write
where can I find Universal_CopyTrader_v3?
thanks
Hi on installation guide you write
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:
For MetaTrader 5:
Alternative method - Using Navigator:
If you still cannot find it:
how to setting different symbol.
XAUUSD : master
Goldi: Slave
how to setting different symbol.
XAUUSD : master
Goldi: Slave