Synqorix Trade Copier MT4

Synqorix Trade Copier MT4는 MetaTrader 4용 통합 로컬 거래 복사 솔루션입니다.

하나의 Expert Advisor 파일을 다음 두 역할 중 하나로 사용할 수 있습니다.

• Provider — 원본 계좌의 거래를 전송;
• Receiver — 대상 계좌에서 거래를 수신하고 복사.

실행 전에 InpRole 입력 파라미터로 역할을 선택합니다. Expert Advisor는 선택된 모드만 활성화하고 해당 PROVIDER 또는 RECEIVER 패널을 자동으로 생성합니다. 선택되지 않은 역할의 파라미터는 사용되지 않습니다.

동일한 Expert Advisor를 두 개의 MetaTrader 4 터미널에 설치하십시오. 원본 계좌에서는 InpRole = Provider, 대상 계좌에서는 InpRole = Receiver를 선택하고 양쪽에 동일한 채널 이름을 설정합니다.

주요 기능

• Buy 및 Sell 시장가 주문 복사;
• Buy Limit, Sell Limit, Buy Stop, Sell Stop 주문 복사;
• Stop Loss 및 Take Profit 동기화;
• 신규 및 기존 주문 복사;
• 주문 부분 청산;
• 주문 수정 및 전체 청산 동기화;
• 일반 또는 Buy ↔ Sell 반전 복사;
• 여러 개의 독립 채널;
• 하나의 Provider에 여러 Receiver 연결;
• 심볼, 진입 시간, 코멘트 및 Magic Number 필터;
• 원본, 서비스 또는 사용자 지정 코멘트;
• 심볼 접미사 자동 제거 및 추가;
• XAUUSD=GOLD 형식의 명시적 심볼 매핑;
• 차트 제어 패널;
• Input Parameters 제어 모드;
• 외부 서버 없는 로컬 작동;
• 거래 복사 루프 방지;
• 일시적인 읽기 오류로 인한 잘못된 청산 방지;
• Provider 연결 손실 시 안전한 일시정지.

작동 방식

Provider 모드에서는 필터 조건에 맞는 주문과 예약 주문을 감시하고 해당 상태를 공용 폴더의 STC_<채널>.txt 파일에 기록합니다.

Receiver 모드에서는 선택한 채널 파일을 읽어 대상 계좌의 거래를 동기화합니다.

기본 업데이트 간격은 200밀리초이며 각 역할별로 변경할 수 있습니다.

Provider 데이터 업데이트가 중지되면 Receiver는 PROVIDER OFFLINE - paused 상태가 됩니다. 기존 복사 주문은 닫히지 않습니다. 연결이 복구되면 동기화가 자동으로 계속됩니다.

로트 계산 모드

• Same as provider — 원본 거래량을 1:1 복사;
• Multiply by coefficient — Provider 로트에 계수를 곱함;
• Fixed lot — 고정 로트;
• By balance ratio — 계좌 잔액 비율에 따라 계산.

입력 파라미터

공통:

• InpRole — Provider 또는 Receiver 선택.

Provider:

• Provider_InpControlType — 차트 패널 또는 Input Parameters;
• Provider_InpPanelX / Provider_InpPanelY — 패널 위치;
• Provider_InpActive — 전송 활성화;
• Provider_InpChannel — 채널 이름;
• Provider_InpFilterBuy — Buy 전송;
• Provider_InpFilterSell — Sell 전송;
• Provider_InpFilterPending — 예약 주문 전송;
• Provider_InpCopySL — Stop Loss 전송;
• Provider_InpCopyTP — Take Profit 전송;
• Provider_InpWithComment — 지정 코멘트만 포함;
• Provider_InpWithoutComment — 지정 코멘트 제외;
• Provider_InpWithMagic — 지정 Magic Number만 포함;
• Provider_InpWithoutMagic — 지정 Magic Number 제외;
• Provider_InpTimeMode — 진입 시간 필터;
• Provider_InpTimeFrom / Provider_InpTimeTo — 시간 범위;
• Provider_InpSymbolFilter — 심볼 필터;
• Provider_InpInverted — Buy ↔ Sell 및 SL ↔ TP 반전;
• Provider_InpPushMode — 복사 주문 코멘트 모드;
• Provider_InpPushCustom — 사용자 지정 코멘트;
• Provider_InpTimerMs — 데이터 기록 간격.

Receiver:

• Receiver_InpControlType — 차트 패널 또는 Input Parameters;
• Receiver_InpPanelX / Receiver_InpPanelY — 패널 위치;
• Receiver_InpActive — 복사 활성화;
• Receiver_InpChannel — Provider 채널;
• Receiver_InpLotMode — 로트 계산 모드;
• Receiver_InpLotMultiplier — 로트 배수;
• Receiver_InpFixedLot — 고정 로트;
• Receiver_InpCopySL — Stop Loss 복사;
• Receiver_InpCopyTP — Take Profit 복사;
• Receiver_InpCopyPendings — 예약 주문 복사;
• Receiver_InpCopyExisting — 실행 전 기존 주문 복사;
• Receiver_InpInverted — 반전 복사;
• Receiver_InpUseProvComment — Provider 코멘트 사용;
• Receiver_InpRemoveSuffix — 원본 심볼 접미사 제거;
• Receiver_InpAddSuffix — 대상 심볼 접미사 추가;
• Receiver_InpSymbolMap — 명시적 심볼 매핑;
• Receiver_InpDeviation — 허용 체결 편차;
• Receiver_InpMaxFileAgeSec — Provider 연결 타임아웃;
• Receiver_InpCommentTag — 서비스 코멘트 태그;
• Receiver_InpTimerMs — 데이터 읽기 간격;
• Receiver_InpMissCycles — 청산 전 확인 주기 수.

중요 조건

두 터미널은 동일한 컴퓨터 또는 Windows VPS에서 실행되어야 하며 공용 MetaQuotes\Terminal\Common\Files 폴더를 사용해야 합니다.

Provider와 Receiver에는 동일한 채널 이름을 설정해야 합니다. 빈 값은 default 채널을 사용합니다.

각 거래 계좌에서는 Expert Advisor를 하나의 차트에만 설치하십시오. 차트의 심볼과 시간 프레임은 전체 계좌 복사에 영향을 주지 않습니다.

Expert Advisor 속성에서 실시간 거래를 허용하고 MetaTrader 4의 AutoTrading 버튼을 활성화하십시오.

스프레드, 슬리피지, 터미널 지연 및 브로커 조건에 따라 체결 가격과 속도가 달라질 수 있습니다. 실제 계좌에서 사용하기 전에 데모 계좌에서 테스트하십시오.
추천 제품
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
MetaTrader 4용 전문 트레이드 복사기 MetaTrader 4 용 빠르고 안정적이며 전문적인 트레이드 복사기입니다. COPYLOT 은 MetaTrader 4 와 MetaTrader 5 터미널 간에 Forex 거래를 복사할 수 있으며, 다양한 계좌 유형과 운용 방식에 맞춰 유연한 동기화 환경을 제공합니다. COPYLOT MT4 버전 지원 방식: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   MT5 버전 상세 설명 + DEMO + PDF 구매 방법 설치 방법 로그 파일 확인 방법 테스트 및 최적화 방법 Expforex의 모든 제품 MetaTrader 5 버전 을 사용하면 MetaTrader 5 → MetaTrader 5 및 MetaTrader 4 → MetaTrader 5 복사도 지원됩니다: COPYLOT CLIENT for MT5 COPYLOT 은
Trade Copier Professional — 로컬 복사 솔루션   Trade Copier Professional 은 MetaTrader 4/5 용 신뢰성 높은 로컬 거래 복사 시스템입니다. 동일한 컴퓨터 내 여러 계좌에서 포지션을 즉시 복제할 수 있으며, 내장된 안전 제어 기능과 전문적인 대시보드를 제공합니다.   개요   이 EA는 단일 파일에서 Master 모드와 Slave 모드 모두로 작동하며, 매끄럽게 전환할 수 있습니다. MT4 와 MT5 터미널 간 거래를 인터넷에 의존하지 않고 복사할 수 있으며, 로컬 파일 기반 통신을 통해 최대 속도와 안정성을 보장합니다. 실시간 대시보드는 연결 상태, 복사 통계, 일일 성과를 표시합니다.   로트 및 리스크 관리   네 가지 로트 계산 모드가 제공됩니다: 고정 로트, 배수, 리스크 비율, 잔액 비율. 손절매와 익절은 조정 또는 스케일링이 가능하며, 필요 시 신호를 반대로 복사할 수 있습니다. 안전 기능에는 일일 손실 및 거래
Auto Trade Copier
Vu Trung Kien
4.76 (85)
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
Customized Copy MT4
Kyra Nickaline Watson-gordon
Customized Copy is a Multi-Terminal visual trade copying utility that supports Metatrader4 and Metatrader5 for Trade Copying.  You can activate EA on 10 different PCs/VPS. On each PC/VPS can install on Unlimited Terminals. Specifications :     Real Time, Multi Terminal - Multi Account - MT4/MT5 trade copying (support over 50 accounts at same time)     All settings are input visually.     Visual display and modify of copy map and network     Each copy path can be used with different settings
Financial Radar GFX
Yasir Mohammed Sachit Sachit
Gold Trend Rider – Automated Expert Advisor for XAUUSD Trading Disclaimer : Trading Gold (XAUUSD) involves significant risk. Past performance does not guarantee future results. Test on a demo account and apply proper risk management before live trading. Overview Gold Trend Rider is a fully automated Expert Advisor specifically designed for Gold trading. It leverages the Parabolic SAR indicator to detect trend direction and open trades accordingly. Its trailing stop mechanism manages positions d
Copy Master mt4
Evgenii Aksenov
5 (5)
이 유틸리티를 사용하면 마스터 설정이있는 한 터미널에서 슬레이브 설정이있는 다른 터미널로 모든 트랜잭션을 복사 할 수 있습니다 동시에 복사 할 쌍을 선택하고 여러 매개 변수에 따라 복사 된 순서의 크기를 설정할 수 있습니다. 드로우 다운 손실 한도를 설정하거나 수익성있는 거래 만 복사하십시오 Mt4 또는 mt5 에서 다른 브로커의 mt4 또는 MT5 로 거래를 복사 할 수 있습니다 이제 mt4 에서 일하는 전문가의 신호를 MT5 터미널 또는 뒤로 복사하는 것이 어렵지 않을 것입니다 복사 마스터를 사용하여 다른 신호,전문가 고문,수동 거래에서 거래를 복사하십시오.  를 사용하여 설정을 변경할 수 있습니다 많은 크기,무역 방향으로만 복사 수익을 거래하고 설정 값을 저장하는 금고  복사 마스터는 하나의 계정에 서로 다른 가입 신호의 여러 전략을 결합 할 수 있습니다 익을 MT4,당신은 필요합 복사본을 마스터 MT5 버전:  https://www.mql5.com/ko/mar
Binary Options Copier Remote is an EA that allows to copy binary options trades between MT4 accounts at different computers. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. Provider can give free bonus license to 10 receivers. That means those 10 receivers can copy from provider by using Binary Options Receiver Free (no cost). From 11th one, receiver have to buy Binary Options Receiver Pro (paid version) in order to copy from
This robot trades a pair of two symbols at the go and as such it cannot be tested with strategy tester in Metatrader 4. The reason being that Metatrader 4 strategy tester cannot synchronize price timing for more than one symbol at the time. To test this robot successfully, one has to run it in real-time on a demo account and monitor it for days. Statistical Arbitrage Cointegrated Pairs Trading Robot is an expert advisor executable on any PC running Metatrader 4. A linear regression is applied on
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
Local Trade Copier EA MT4 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든 Local Trade Copier EA MT4 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT4 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT4 >> File >> Open Data Folder >> MQL4 >> Experts 폴더에 붙여넣고 터미널
Trade Copier Agent는 여러 MetaTrader(4/5) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en/m
Royal Copier — 전문 MT4 트레이드 복사기 Royal Copier는 MetaTrader 4용 전문 로컬 실시간 트레이드 복사기입니다. 이제 두 기능이 하나의 MT4 Expert Advisor 안에 통합되었습니다. 입력값에서 EA를 Master 모드 로 실행할지 Client 모드 로 실행할지 선택하면 됩니다. 즉, 동일한 EA를 원본 계정과 수신 계정 모두에서 사용할 수 있으며, 기존 복사기의 동작 방식은 그대로 유지됩니다. Royal Copier는 다음과 같은 일반적인 계정 간 복사를 지원합니다. MT4에서 MT4 MT4에서 MT5 MT5에서 MT4 MT5에서 MT5 MT5 복사를 위해서는 MT5_Copier 를 사용하십시오. 작동 방식 Royal Copier는 동일한 Windows PC의 공유 파일을 통해 작동하는 로컬 복사기입니다. EA가 Master 모드 로 설정되면 원본 계정을 모니터링하고 모든 거래 활동을 공유 파일에 기록합니다. EA가 Client 모드 로 설
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier는 거래 계정 간의 거래를 복사하고 동기화하도록 설계된 전문 유틸리티입니다. 복사는 공급자의 계정/단말기에서 동일한 컴퓨터 또는 vps에 설치된 수신자의 계정/단말기로 발생합니다. 프로모션 - 이미 "Trade copier MT4"를 구매하셨다면, "Trade copier MT5"를 무료로 받으실 수 있습니다 (MT4 → MT5 및 MT4 ← MT5 복사용). 조건에 대한 자세한 정보를 원하시면, 개인 메시지를 통해 저희에게 문의해 주시기 바랍니다! 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 주요 기능 및 이점: 복사기는 "МТ4> МТ4", "МТ4> МТ5", "МТ5> МТ4" 복사를 지원합니다. 복사기는 데모 계정 > 실 계정, 실 계정 > 데모 계정, 데모 계정 > 데모 계정 및 실제 계정 > 실 계정 복사를 지원합니다. 복사기는 읽기 전용 암호가 적용된 투자자 계정에서 복사를 지원합니다. 하
Just Copier MT4
Agung Imaduddin
5 (5)
"Just copier" is designed to copy trading without any complicated settings. The copy can be done in one PC. One EA can be set as master (provider) or slave (receiver). The receiver lot can be set to multiple providers lots. Please also check this product at fxina.hostingerapp.com.  Any type of copy is available. MT4 -> MT5 MT4 -> MT4 MT5 -> MT5 MT5 -> MT4 If you want to copy MT4 -> MT5 or MT5 -> MT4, please purchase "Just copier" for MT4 and "Just copier" for MT5 separately. Just Copier can copy
FXA LTC is a trade copier for MT4 terminal. This is a fantastic tool for coping trades from one MT4 terminal to many others running on the same PC/VPS. It is extremely easy to setup with minimal settings you can be coping trades in minutes. FXA LTC also caters for Brokers that use different symbol names. FXA LTC will copy trades in 0.5 seconds or less. Please note this will only work on live charts, it will not do anything in the simulator Features Super fast trade coping less than 0.5s the cop
ONECLICK COPIER EA – UNIFIED VERSION 1.0 Category: Trade Utility | Type: Local Trade Copier for MT4 Created by fxdancer (Hani Mabad) Version: 1.0 – May 2025 OVERVIEW OneClick Copier EA is a local trade copying utility, not a trading strategy. It is designed for manual traders, fund managers, or multi-account users who want to mirror trades across MT4 terminals running on the same computer. This EA does not generate signals or place trades by itself. Instead, it acts as a bridge between accou
You can also monitor the real account performance here: https://www.mql5.com/en/signals/2346679 I opened this account on December 2, 2025 . Please follow along and see how it grows from here — I’m excited to share its progress with you. Product Description  This EA is not over-fitted to backtests . It is designed with a strong focus on long-term stability and realistic, practical operation , rather than chasing perfect historical results. I created this EA because I felt that leaving money
EA Local Trade Copier Pro MT4: The Ultimate DLL-Free Trade Duplicator Are you tired of complicated trade copiers that require unsafe external DLLs, crash your terminal, or confuse you with separate "Master" and "Client" files? Experience the next generation of trade copying with EA Local Trade Copier Pro MT4. Engineered for maximum stability, lightning-fast execution, and ultimate simplicity, this utility allows you to seamlessly copy trades between multiple MetaTrader terminals on the same Wind
Copyist MS
Aleksei Moshkin
4 (4)
Copyist MS is a simple and easy to use trade copier. It works as a single-file Expert Advisor with toggled Master and Slave operation modes. Configurations Type of work - work mode selection: Master or Slave; Copy by magic number - copy trade orders by magic number (configure in master terminal) Will not copy currency pairs - list of unwanted currency pairs to copy (configure in master terminal) Master account number - master-terminal trading account number; Selective copying currency pairs - i
Adaptive Trade Master No need to say anything. It will prove itself. Here is the Login Information. Account No : 1420442547 Investor Password : ATM1002 Server : IronFX-Demo1 Images are not from the backtest. It is taken from order history (Forward Test).  Newer trust to backtest results. And you can use it on any pair, even on BTCUSD too. Please watch it and give me your review. The " Adaptive Trade Master " is an advanced MetaTrader Expert Advisor designed to automate trading decisions based
자동 브레이크이븐 레벨 이   유틸리티를   사용하면 ,   거래가   원하는 수익에 도달했을 때 자동으로 SL을 이동하는 기능을 활성화할 수 있습니다.  특히   단기   거래자에게   중요합니다.   오프셋 옵션도 사용 가능합니다: 일부 수익을 보호할 수 있습니다. 다기능 유틸리티 : 66개 이상의 기능, 이 도구 포함  |   질문이 있으면 연락주세요   |   MT5 버전 자동 브레이크이븐 기능 활성화 과정: 1.   심볼 또는 거래 선택   Auto BE 기능이 활성화될 대상: 현재   [Symbol]   / 모든 거래   [ALL]   / 또는 특정 거래   [Ticket] . [Symbol] 또는 [ALL] 규칙 외에 - 특정 거래에 대해 별도의 규칙을 설정할 수 있습니다, 티켓 번호로: 개별 [Ticket] 규칙이 우선순위를 가집니다. 2. Auto BE를 활성화할   거래 유형   선택: [ALL]: 모든 활성 거래; [Longs]: 매수 거래만; [Shorts]:
Mk EURUSD ecn
Maryna Kauzova
Only 1 copies at the price of 99 USD. Last price 999 USD   EURUSD ECN - is a trading algorithm designed for trading on ECN accounts or any other accounts with small margins and small spread! EURUSD ECN trading strategy is based on historical axioms of breaking the daily price range. Why EURUSD ECN belongs to safe trading systems?! - each order has a short fixed Stop Loss - the EA will not open an order if the trading account conditions do not match the recommendations (if orders are not opened
CopyPasteFX – Advanced Trade Copier System Looking for a reliable way to copy trades automatically with full control and precision? CopyPasteFX  is a powerful and flexible trade copier designed for traders who want to replicate trades across multiple accounts instantly, efficiently, and safely . Why This Copier Stands Out? Because it’s built not just to copy trades… but to copy them smartly and safely Whether you are: Managing multiple accounts Running client funds Or copying signals bet
Magic Curves
Aleksey Usachev
Indicator shows balance curves based on magic number for portfolio analysis. It allows to visually estimate different strategies performance on a single symbol. Any of magic number can be hidden by clicking on the value in legend. Parameters: HideAllOnStart - all magics are hidden and can be activated by clicking on its value; MAMode - shows average profit from trades; MAPeriod - Moving average period; Magics - a string with magic numbers separated by comma like "1,2,123". If this field is empty
Fast copier for sending trades to multiple MT4 / MT5 accounts. Perfect for copying trades from MT4 to MT5 accounts. MT4 Trade Copier Master EA sends trades instantly from your master account to one or multiple slave accounts. Supports copying to: • MT5 accounts • MT4 accounts Perfect for: • Multi-account traders • Signal providers • Account managers • Personal account mirroring Main Features • Fast local trade copying • Low latency execution • Multiple slave accounts support • Copy open position
Introduction Copytrade Online is a powerful EA tool that helps you automatically copy trades from a Master account to Slave accounts on MetaTrader 4/5 (MT4/MT5) platforms. The EA ensures fast, secure, and easy trade transmission, suitable for both individuals and trading groups. Copy online via the internet from an MT4/MT5 account on one computer to MT4/MT5 accounts on multiple other computers. Key Features Automatically copy trades from the Master account to multiple Slave accounts. Supports b
Please note this is a Free version and will only work on EURUSD pair. If you like this product please buy the full EA (FXA Local Trade Copier Pro). FXA LTC is a trade copier for MT4 terminal. This is a fantastic tool for coping trades from one MT4 terminal to many others running on the same PC/VPS. It is extremely easy to setup with minimal settings you can be coping trades in minutes. FXA LTC also caters for Brokers that use different symbol names. FXA LTC will copy trades in 0.5 seconds or le
FREE
Bank Your Profits & Secure Your Trade in One Click The Ultimate "Scale Out" Tool for Professional Traders. Close Partial  (MT4 Utility)   is designed for traders who want to lock in profits without killing the trend. With a single click, you can bank a percentage of your profit instantly. New Feature (Auto-Secure):   Stop wasting time dragging your Stop Loss after taking profit. This manager can now   automatically move your Stop Loss to Break-Even   the moment you click the "Close Partial" butt
Trade Copier Pro
Vu Trung Kien
4.29 (14)
Trade Copier Pro is a tool to copy trade remotely to MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive t
EA Black Lion
Mohamed Hassan
5 (4)
Huge 70% Halloween Sale for 24 hours only!  EA BLACK LION  is an expert advisor that is the true definition of a scalper where it's able to spot real divergence movements in the forex market. It is highly sophisticated because it can spot potential reversal or continuation patterns. The real-time divergence patterns are visually shown to you on your MT4 chart. (This is game changing because you actually see the strategy in front of you)  It uses a sophisticated system that has been successfull
PriceA GOLD
Muhammad Asyraf Bin Mohamad
Using common price action. Trade base on selected hour. Recommended for GOLD but it can be run and test for other instruments. Auto cutloss & counter trade if price action failed. Auto lot calculate after loss. (Trade that open by EA with same magic number). Lot calculate based on loss & target profit in ($). Able to set total counter trade. (Recommended 3x) Counter trade will be reset before next signal. NOTE: Can refer  https://www.mql5.com/en/signals/2057996 https://www.mql5.com/en/signals/2
이 제품의 구매자들이 또한 구매함
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
거래하고자 하는 주요 영역을 파악한 후 자동으로 거래 지원 및 저항 또는 공급 및 수요 구역을 설정합니다. 이 EA를 사용하면 한 번의 클릭으로 매수 및 매도 구역을 그린 다음 가격이 바뀔 것으로 예상되는 정확한 위치에 배치할 수 있습니다. 그런 다음 EA는 해당 구역을 모니터링하고 구역에 대해 지정한 가격 액션에 따라 자동으로 거래를 수행합니다. 초기 거래가 수행되면 EA는 대상 구역이 되는 반대 구역에서 이익을 얻습니다. 그런 다음 거래를 종료하고 진입할 새 구역을 그리거나 이익을 얻고 즉시 반대 방향으로 거래를 역전하여 "항상 시장" 스타일 전략을 만드는 두 가지 선택이 있습니다. 입력 및 전략이 포함된 전체 매뉴얼은 여기에 있습니다: https://www.mql5.com/en/blogs/post/760256 이 EA는 시장에서 고정 또는 하드 스톱 로스를 사용하지 않는 포지션 트레이더 또는 달러 비용 평균 거래 전략을 위해 설계되었습니다. 대신, 다음에 가능한 지지 또는
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Support and Resistance Dashboard for MT4 is a multi-timeframe and multi-symbol scanner and alert system that finds S/R zones and pivot points for all timeframes and symbols and alerts when price has interaction with them. If you are using support and resistance (or supply and demand) zones in your trading strategy, this dashboard and its alert and filtering system is a big time saver for you. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->
VirtualTradePad PRO SE MT4 — MetaTrader 4용 고급 트레이딩 패널 및 차트 워크스페이스 VirtualTradePad PRO SE 는 MetaTrader 4 용 전문 트레이딩 패널이자 거래 관리 워크스페이스입니다. 하나의 차트 기반 인터페이스에서 거래를 더 빠르게 열고, 관리하고, 보호하고, 닫고, 분석할 수 있도록 도와줍니다. 이 제품은 단순한 버튼 모음 이상의 기능이 필요한 적극적인 수동 트레이더를 위해 만들어졌습니다. PRO SE는 원클릭 실행, 예약 주문, 포지션 제어, 부분 청산, 바스켓 손익 로직, 평균가 레벨, ATM 규칙, 신호 모니터링, 시장 정보, 전략 테스터 워크플로, VPS 중심 준비를 하나의 구조화된 워크스페이스로 통합합니다. MT5 버전 | 전체 설명 및 스크린샷 | 구입 방법 | 설치 방법 | 로그 파일을 얻는 방법 | 테스트 및 최적화 방법 | Expforex의 모든 제품 일반 수동 트레이딩 대비 장점 여러 창 대신 하나의 워
Telegram to MT4 Multi-Channel Copier 는 Telegram 채널의 트레이딩 신호를 자동으로 MetaTrader 4로 직접 복사합니다. 봇도, 브라우저 확장 프로그램도, 수동 복사도 필요 없습니다. Telegram에서 신호를 받으면 EA가 몇 초 안에 터미널에서 거래를 엽니다. 본 제품은 두 가지 구성 요소로 구성되어 있습니다: Telegram 채널을 감시하는 Windows 애플리케이션과 MT4 터미널에서 신호를 실행하는 이 Expert Advisor입니다. MT5 버전도 제공됩니다. 설정 가이드 및 애플리케이션 다운로드: https://www.mql5.com/en/blogs/post/768988 작동 방식 Windows 애플리케이션은 봇이 아닌 사용자 자신의 API 자격 증명을 사용하여 Telegram에 연결됩니다. 이는 프라이빗 및 VIP 채널을 포함하여 구독 중인 모든 채널, 그룹 또는 주제를 읽을 수 있음을 의미합니다. 신호를 감지하면 이를 파싱하여
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
위험 대비 수익률 관리자(Risk to Reward Ratio Manager)는 체계적인 거래와 전문적인 위험 관리를 지원하도록 설계된 시각적 주문 관리 도구이자 포지션 규모 계산기입니다. 트레이더는 차트에서 진입, 손절매, 이익실현 수준을 시각적으로 직접 설정할 수 있으며, 주문을 전송하기 전에 랏 규모와 위험 대비 수익률을 자동으로 계산합니다. 이 도구는 거래 준비를 표준화하고 각 포지션이 미리 정의되고 통제된 위험 수준에서 개시되도록 보장합니다. 이 도구는 통화쌍, 지수, 금속, 상품, 암호화폐 등 다양한 거래 상품을 지원합니다. 수동 트레이더와 모든 포지션에 위험 관리 규칙을 적용하는 전략 중심 트레이더 모두에게 적합합니다. 계산 시간을 단축하고 수동 오류를 방지함으로써 트레이더가 체결 과정에서 일관성과 명확성을 유지할 수 있도록 지원합니다. 위험 대 보상 비율 관리자       설치 및 입력 가이드 EA 추가 URL에 대한 알림을 받으려면 (       http://www.
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] One of the k
MT4 to Telegram Signal Provider 는 사용하기 쉽고 완전히 사용자 정의가 가능한 도구로, 텔레그램으로 신호를 보내어 계정을 신호 제공자로 변환할 수 있습니다. 메시지 형식은 완전히 사용자 정의가 가능합니다! 그러나 간단한 사용을 위해 미리 정의된 템플릿을 선택하고 메시지의 특정 부분을 활성화하거나 비활성화할 수도 있습니다. [ 데모 ]  [ 매뉴얼 ] [ MT5 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식이 필요 없으며, 개발자가 필요한 모든 것을 제공합니다. 주요 기능 구독자에게 보낸 주문 세부 정보를 사용자 정의할 수 있는 기능 예를 들어 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독은 모든 신호 등을 받게 됩니다. ID, 심볼 또는 코멘트별 주문 필터링 주문이 실행된 차트의 스크린샷을 포함 보낸
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
수동 매매를 위한 전문가용 트레이딩 패널로, 정밀한 진입부터 계좌 보호까지 매매의 전 과정을 차트 위 하나의 창에 담았습니다. 정해진 리스크에 정확히 맞춰 모든 포지션의 거래량을 산정하고, RR Tool로 차트에 직접 라인을 그려 거래를 설계하며, Market 주문과 예약 주문은 물론 Grid와 OCO까지 사용할 수 있습니다. 포지션 관리는 패널이 대신 처리합니다. 최대 다섯 단계 부분 청산, 여섯 가지 트레일링 스탑, 브레이크이븐, Virtual SL/TP를 지원합니다. 일간·주간·월간 한도가 예치금을 지키며, 기준을 넘기는 즉시 자동으로 발동됩니다. 가이드와 무료 Live 데모 무료 Live 데모 버전은 여기에서 이용할 수 있습니다 ( Free Live Demo ). 제품 사용 가이드는 여기에서 확인할 수 있습니다 ( User Manual ). NT Trade Manager는 트레이더의 모든 작업 흐름을 차트 위 작고 간결한 패널 하나에 모아, 터미널 창을 오갈 필요도, 진입할
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel은 다기능 거래 도우미입니다. 이 애플리케이션에는 50개 이상의 수동 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 계정용 애플리케이션 체험판 다운로드: https://www.mql5.com/en/blogs/post/750865 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래를 수행할 수 있습니다: 리스크 자동 계산과 함께 예약 주문 및 포지션 열기. 한 번의 클릭으로 여러 주문 및 포지션 열기. 주문 그리드 열기. 예약 주문 및 포지션을 그룹별로 닫기. 포지션 방향 전환 (Buy 닫기 > Sell 열기, Sell 닫기 > Buy 열기). 포지션 잠금 (부족한 포지션을 열어 Buy와 Sell 포지션의 수량을 동일하게 만들기). 모든 포지션 한 번의 클릭으로 부분적으로 닫기. 모든 포지션의 테이크 프로핏과 스톱로스를 같은 가격 수준에 설정. 모든 포지션의 스톱로스를
목표 수익 도달 시 자동 수익 실현 EquityTargetCloser   — 는 MetaTrader 5용 유틸리티 전문가 어드바이저(EA)로,   순자산(Equity)이 현재 잔고를 지정된 수익 금액만큼 초과하면 모든 시장 포지션을 청산하고 예약 주문을 삭제합니다. 모든 포지션을 청산한 후 목표는 자동으로 상향 조정됩니다. 새 임계값 = 새 잔고 + 지정된 수익. EA는 거래를 시작하지 않고 기존 포지션만 관리하여 수익을 확실하게 고정하고 축적된 자금을 보호합니다. MT5-version:  https://www.mql5.com/en/market/product/169839 작동 방식 전문가 어드바이저는   순자산(Equity)   을 동적 목표와 지속적으로 비교합니다. 목표 =   현재 잔고(Balance) + plusMoney   (미국 달러). 순자산이 이 금액 이상이 되면 보호 기능이 작동합니다.   모든 시장 포지션   (모든 심볼)을 청산합니다. 매개변수   Delete p
Trade Copier Global
Laszlo Tormasi
5 (15)
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Telegram to MT4 Coppy
Sergey Batudayev
4.09 (11)
Telegram에서 MT4로:   최고의 신호 복사 솔루션 최첨단 유틸리티인   Telegram to MT4를   사용하여 거래를 간소화하세요. DLL 없이도 Telegram 채널과 채팅에서 MetaTrader 4 플랫폼으로 거래 신호를 직접 복사할 수 있습니다. 이 강력한 솔루션은 탁월한 정밀도와 맞춤 설정 옵션을 통해 원활한 신호 실행을 보장하여 시간을 절약하고 효율성을 높여줍니다. [ Instructions and DEMO ] 주요 특징 직접 Telegram API 통합 전화번호와 보안 코드를 통해 인증하세요. 사용자 친화적인 EXE 브리지를 사용하여 채팅 ID를 손쉽게 가져오고 관리하세요. 여러 채널/채팅을 추가, 삭제, 새로 고침하여 동시에 신호를 복사합니다. 고급 필터를 사용한 신호 파싱 사용자 정의 예외 단어(예: "보고서", "요약")가 포함된 원치 않는 신호를 건너뜁니다. 유연한 SL 및 TP 형식을 지원합니다: 가격, 핍 또는 포인트. 신호가 가격 대신 지점을 지정
Custom Alerts AIO: 다중 시장을 동시에 모니터링 – 설정 없이 즉시 사용 가능 개요 Custom Alerts AIO 는 복잡한 설정 없이 즉시 사용할 수 있는 통합 시장 모니터링 도구입니다. FX Power, FX Volume, FX Dynamic, FX Levels, IX Power 등 필요한 모든 지표가 내장되어 있어 별도의 설치나 구성 없이 알림 기능을 바로 사용할 수 있습니다. 차트 그래픽 없이 작동하며, Forex, 금속, 지수, 암호화폐 등 주요 자산군을 모두 지원합니다. 주식(Symbols)은 별도로 입력하여 추가할 수 있으나, MetaTrader에서는 일반적으로 제한적으로만 사용됩니다. 1. 왜 Custom Alerts AIO를 선택해야 하나요? 추가 라이선스가 필요 없습니다 • 모든 Stein Investments 지표가 내장되어 있어 별도 구매가 필요 없습니다. • 즉시 알림 기능을 시작할 수 있어 빠르고 간편합니다. 모든 시장을 하나의 도구로
MACD Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find regular and hidden divergences between price chart and MACD indicator. This divergence scanner is integrated with support and resistance zones so you can check the MACD divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->  
RSI Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find divergences between price chart and RSI indicator. This divergence scanner is integrated with support and resistance zones so you can check the RSI divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1 timeframes) Full description of scanner parameters ->   click here . How to get
The News Filter
Leolouiski Gan
5 (25)
이 제품은 뉴스 시간 동안 모든 전문가 어드바이저 및 수동 차트를 필터링하여 수동 거래 설정이나 다른 전문가 어드바이저가 입력한 거래가 파괴될 수 있는 급격한 가격 상승으로부터 걱정하지 않아도 됩니다. 이 제품은 또한 뉴스 발표 전에 열린 포지션과 대기 주문을 처리할 수 있는 완전한 주문 관리 시스템이 함께 제공됩니다. The News Filter  를 구매하면 더 이상 내장 뉴스 필터에 의존할 필요가 없으며 이제부터 모든 전문가 어드바이저를 여기서 필터링할 수 있습니다. 뉴스 선택 뉴스 소스는 Forex Factory의 경제 캘린더에서 얻어집니다. USD, EUR, GBP, JPY, AUD, CAD, CHF, NZD 및 CNY와 같은 어떤 통화 기준으로 선택할 수 있습니다. Non-Farm (NFP), FOMC, CPI 등과 같은 키워드 식별을 기준으로 선택할 수도 있습니다. 저, 중, 고 영향을 가지는 뉴스를 필터링할 수 있도록 선택할 수 있습니다. 차트와 관련된 뉴스만 선택하
Coppy Master MT4
Sergey Batudayev
4 (3)
카피 마스터 MT4       MetaTrader 4 및 MetaTrader 5 터미널용 트레이딩 복사 도구입니다. 양방향 복사를 지원합니다. MT4에서 MT5로, MT5에서 MT4로, 그리고 동일 유형의 계정 간 MT4에서 MT4로. 올바르게 작동하려면 모든 터미널이 동일한 PC나 VPS에서 실행되어야 합니다. [ Instruction  and Demo ]  MetaTrader 4에 복사하려면 별도 버전이 필요합니다.       카피마스터 MT5       — 필수입니다. 주요 특징: 복사 모드 마스터 및 리시버 역할을 모두 지원합니다. 거래 송수신을 위한 유연한 설정이 가능합니다. 주문 관리 시장가 및 보류 주문을 복사합니다. 동기화 및 부분 마감, 매매 반전, 손절매/실현가 수정을 지원합니다. 심볼 처리 접두사와 접미사를 지원합니다. 특정 기호를 제외하거나 포함하고, 자산에 사용자 지정 이름을 지정할 수 있습니다. 위험 관리 및 한도 일일 거래 한도, 최대 손실 한도,
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 4 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT5 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
TradeMirror 은 MT4/MT5 플랫폼을 위해 특별히 설계된 현지화된 주문 복사 도구로, 실시간 거래 작업을 동기화합니다. 튜토리얼 더 많은 튜토리얼을 보려면 Trademirror 튜토리얼 링크를 클릭하세요. 제품 장점 금융 소프트웨어의 보안성, 안정성 및 개인정보 보호에 대한 높은 표준 요구사항을 기반으로, 우리는 세 가지 핵심 차원에서 심층 최적화를 수행했습니다: 직관적이고 간결한 그래픽 인터페이스로 누구나 쉽게 조작 가능 강화된 개인정보 보호 메커니즘으로 금융 환경의 민감한 데이터 격리 요구 충족 밀리초 단위의 주문 동기화로 신호 분배의 정확성과 지연 없음 보장 MT4/MT5 양 플랫폼과 완전히 호환되어 다양한 거래 환경에 원활하게 적용 지능형 시스템 모니터링과 이메일 알림을 결합하여 거래 안정성을 실시간으로 보장 핵심 기능 특성 제품은 다음과 같은 전문적인 복사 기능을 탑재하고 있습니다: 다중 계정 병렬 연결 이메일 실시간 푸시 맞춤형 로트 크기 조정 신호 필터링 메커
Elevate Your Trading Signals with Our Advanced Telegram Bridge EA It’s time to captivate your audience with real-time trading updates that are both professional and visually appealing. Contact me to receive a trial and see the demo channel! We have significantly invested in user friendly features that create a unique experience for customers and providers.  SIGNAL BRIDGE is able to deliver 100% COPIER FRIENDLY SIGNALS for all business cases, even bypassing Metatrader logics where other EAs stru
EasyTrade MT4
Alain Verleyen
5 (1)
Easy Trade – 스마트하고 간단하며 강력한 트레이드 관리 Easy Trade는 리스크를 철저히 관리하고 실행을 더욱 원활하게 하려는 MetaTrader 사용자들을 위한 올인원 트레이드 관리 솔루션입니다. 트레이더들의 피드백을 바탕으로 처음부터 설계된 Easy Trade는 여러 종목의 거래를 간단하게 실행, 모니터링 및 관리할 수 있도록 하며, 작업 흐름을 복잡하게 만들지 않습니다. 수동 스캘핑이든, 소규모 전략 포트폴리오 관리든, Easy Trade는 트레이더가 현명한 판단과 안정적인 수익에 집중할 수 있도록 돕습니다. ⸻ Easy Trade를 사용해야 하는 이유 정밀한 리스크 관리: 고정 로트 또는 퍼센트 기반 리스크 설정 가능. 실시간 리스크 및 수익률 정보 제공. 바스켓 기반 트레일링: 여러 거래의 수익을 모니터링하고 목표 달성 시 이익을 부분 확정 가능. 군집 진입에 이상적. 거래 캡처: 각 거래를 스크린샷으로 기록 가능 – 트레이딩 저널 및 성과 분석에 적합.
Close by percentage MT4
Konstantin Kulikov
5 (1)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
Local Trade Copier EA 는 외부 소스에서 거래 신호를 실행해야 하거나 MAM 또는 PAMM 계정 없이 동시에 여러 계정을 관리해야 하는 개인 거래자 또는 계정 관리자를 위한 솔루션입니다. 최대 8개의 마스터 계정에서 무제한 슬레이브 계정으로 복사합니다. [ 설치 가이드 | 업데이트 가이드 | 문제 해결 | 자주하는 질문 | 모든 제품 ] 100% 자체 호스팅 설치 및 사용이 간편함 설치 프로그램, 구성 파일, 서버, 메모리 파이프 또는 DLL이 사용되지 않음 EA를 영원히 사용하기 위한 1000번의 활성화 로컬 실행, 네트워크 대기 시간 없음 필요한 모든 기능을 구현합니다. 최대 8개의 마스터 계정 및 무제한 슬레이브 계정 모든 브로커 및 DD/NDD/ECN/STP 실행과 함께 작동 다른 계정 통화를 사용하는 계정에서 작동 라이브 계정과 데모 계정 간에 구분 없이 작동 마스터 및 슬레이브 계정에서 기호 이름의 접미사 지원 매직 넘버 및 주문 댓글로 필터링 다른 거래
제작자의 제품 더 보기
Synqorix Trade Copier MT5는 MetaTrader 5용 통합 로컬 거래 복사 솔루션입니다. 하나의 Expert Advisor 파일을 다음 두 역할 중 하나로 사용할 수 있습니다. • Provider — 원본 계좌의 거래를 전송; • Receiver — 대상 계좌에서 거래를 수신하고 복사. 실행 전에 InpRole 입력 파라미터로 역할을 선택합니다. Expert Advisor는 선택된 모드만 활성화하고 해당 PROVIDER 또는 RECEIVER 패널을 자동으로 생성합니다. 선택되지 않은 역할의 파라미터는 사용되지 않습니다. 동일한 Expert Advisor를 두 개의 MetaTrader 5 터미널에 설치하십시오. 원본 계좌에서는 InpRole = Provider, 대상 계좌에서는 InpRole = Receiver를 선택하고 양쪽에 동일한 채널 이름을 설정합니다. 주요 기능 • Buy 및 Sell 포지션 복사; • Buy Limit, Sell Limit,
필터:
리뷰 없음
리뷰 답변