Synqorix Trade Copier

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, 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 채널을 사용합니다.

Receiver 모드에는 MetaTrader 5 헤징 계좌가 필요합니다. 네팅 계좌는 지원되지 않습니다. Stop Limit 주문은 복사되지 않습니다.

스프레드, 슬리피지, 터미널 지연 및 브로커 조건에 따라 체결 가격과 속도가 달라질 수 있습니다. 실제 계좌에서 사용하기 전에 데모 계좌에서 테스트하십시오.
추천 제품
Trade Copier Professional — 로컬 복사 솔루션   Trade Copier Professional 은 MetaTrader 4/5 용 신뢰성 높은 로컬 거래 복사 시스템입니다. 동일한 컴퓨터 내 여러 계좌에서 포지션을 즉시 복제할 수 있으며, 내장된 안전 제어 기능과 전문적인 대시보드를 제공합니다.   개요   이 EA는 단일 파일에서 Master 모드와 Slave 모드 모두로 작동하며, 매끄럽게 전환할 수 있습니다. MT4 와 MT5 터미널 간 거래를 인터넷에 의존하지 않고 복사할 수 있으며, 로컬 파일 기반 통신을 통해 최대 속도와 안정성을 보장합니다. 실시간 대시보드는 연결 상태, 복사 통계, 일일 성과를 표시합니다.   로트 및 리스크 관리   네 가지 로트 계산 모드가 제공됩니다: 고정 로트, 배수, 리스크 비율, 잔액 비율. 손절매와 익절은 조정 또는 스케일링이 가능하며, 필요 시 신호를 반대로 복사할 수 있습니다. 안전 기능에는 일일 손실 및 거
QuickCopy – Simple MT5 Local Trade Copier with Volume Factor QuickCopy is a lightweight and efficient MT5 local trade copier designed for traders who want to copy trades between accounts on the same computer quickly and reliably. With its simple setup and intuitive interface, QuickCopy makes managing multiple accounts easier than ever. Key Features: Local Account Copying: Instantly copies trades from your master account to one or more client accounts running on the same computer. Volume Factor A
CopyIQ
Stephen Sanjeeve Sahayam
CopyIQ mirrors your trades between MetaTrader 5 terminals running on the same Windows PC - one source account feeding as many receiver accounts as you need. Everything happens locally on the one machine: no VPS, no DLLs, and no internet link between terminals to lag or break. A trade on your source account reaches every receiver in milliseconds. CopyIQ was built by studying where other local copiers let traders down - copies that arrive late, lot sizes that ignore the receiving account, symbols
Fox Wave Pro Copier - Professional Multi-Master Trade Copier Copy trades from multiple Master accounts simultaneously with advanced risk management Key Features Multi-Master Architecture Copy from unlimited master accounts simultaneously Automatic master account detection or manual configuration Real-time trade synchronization via file system Independent risk management for each master Advanced Risk Management Individual risk settings per master account Automatic lot size calculation based
Copy Local Pro
Algori Systems FZ-LLC
Copy Local Pro — Ultra Fast MT5 Local Trade Copier Copy Local Pro is a high-speed local trade copier for MetaTrader 5 that instantly replicates trades between multiple MT5 accounts on the same PC or VPS. Overview Execute trades on one account and automatically copy them to multiple accounts in real time. The copier runs entirely locally, providing ultra-low latency, stable execution, and full control over risk management without external servers. Key Features Fast local trade copying with near-
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 MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
Customized Copy MT5
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
King Trade Copier
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
KingCopier – Lightning-Fast Local Trade Copier for MetaTrader (Master + Slave) KingCopier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to see the real cop
CopyMaster mt5
Evgenii Aksenov
5 (3)
이 유틸리티를 사용하면 마스터 설정이있는 한 터미널에서 슬레이브 설정이있는 다른 터미널로 모든 거래를 복사 할 수 있습니다 동시에 복사 할 쌍을 선택할 수 있으며 복사 된 순서의 크기를 여러 매개 변수로 설정합니다. 드로우 다운으로 한계 손실을 설정하거나 수익성있는 거래 만 복사하십시오 Mt4 또는 MT5 에서 mt4 또는 mt5 다른 브로커로 거래를 복사 할 수 있습니다 이제 mt4 에서 일하는 전문가 고문의 신호를 MT5 터미널 또는 뒤로 복사하는 것이 어렵지 않을 것입니다 복사 마스터를 사용하여 다른 신호,Eas,수동 거래에서 거래를 복사하십시오.  설정을 사용하여 로트 크기,무역 방향,이익 거래 만 복사 및 setdbvalue 를 변경하여 보증금을 절약 할 수 있습니다  복사 마스터는 하나의 계정에 서로 다른 가입 신호의 여러 전략을 결합 할 수 있습니다  복사 마스터 mt4 버전: 여기 복사 마스터 설정에 대한 추가 정보:  https://www.mql5.c
Trade Copier This tool copies trades between MT5 or MT4 platforms running on the same computer. For example: MT5 --> MT4 & MT4 & MT4 etc. MT5 --> MT5 & MT5 & MT5 etc. MT5 --> MT4 & MT5 & MT4 & MT5 etc. Also download the version for   MT4 Parameters ID - is not required. If you want to use multiple MASTERs on one PC or on one MT5, each MASTER must have a different ID (alphanumeric). Then SLAVE must have the same ID as the MASTER. Mode MASTER - for a provider account; in this mode, the tool transm
Copier Master RAlabs (receiver) and Copier Provider RAlabs (signal source) — a system for local copying of trades between MetaTrader terminals on a single PC/VPS. It consists of two products: Provider (signal source) and Master (receiver/copier with a control panel). Provider is installed on the donor account (the account whose trades are being copied) — it publishes the trades. Master is installed on the recipient account — it reads the donors and opens copies; it hosts the entire copy setting
Reverse TradeCopier for Followers can copy trades from an account that is running   Reverse TradeCopier for Source . Features: Copies trades from one source (master) account to multiple following (slave) accounts. Allow investor (read only) password for source (master) account. There are no complicated settings and input parameters, everything is easy. Works with different brokers. Works with different quotes symbols (EURUSD_FX, eurusd_m, etc.). Can copy orders from 4-digit quotes platform to 5-
FREE
Copier of deals from MetaTrader 5 to MetaTrader 5 ( MetaTrader 4<->MetaTrader 4 version is available ; with both versions, you can copy MetaTrader 5<->MetaTrader 4, MetaTrader 4<->MetaTrader 5, MetaTrader 5<->MetaTrader 5, MetaTrader 4<->MetaTrader 4). There is a demo version (restricting by grades and by lots) Works only in the mode of hedging Spread filter. Select the best price (start copying positions with a profit or loss). Configure the lot size, fixed or ratio-based (provider signals can
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (143)
Local Trade Copier EA MT5 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든   Local Trade Copier EA MT5 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT5 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT5 >> File >> Open Data Folder >> MQL5 >> Experts 폴더에 붙여넣고 터
Trade Copier Agent는 여러 MetaTrader(4/5) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en/m
Trade copier MT5
Alfiya Fazylova
4.56 (50)
Trade Copier는 거래 계정 간의 거래를 복사하고 동기화하도록 설계된 전문 유틸리티입니다. 복사는 공급자의 계정/단말기에서 동일한 컴퓨터 또는 vps에 설치된 수신자의 계정/단말기로 발생합니다. 프로모션 - 이미 "Trade copier MT5"를 구매하셨다면, "Trade copier MT4"를 무료로 받으실 수 있습니다 (MT4 → MT5 및 MT4 ← MT5 복사용). 조건에 대한 자세한 정보를 원하시면, 개인 메시지를 통해 저희에게 문의해 주시기 바랍니다! 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 주요 기능 및 이점: 복사기는 "МТ5> МТ5", "МТ4> МТ5", "МТ5> МТ4" 복사를 지원합니다. 복사기는 데모 계정 > 실 계정, 실 계정 > 데모 계정, 데모 계정 > 데모 계정 및 실제 계정 > 실 계정 복사를 지원합니다. 복사기는 읽기 전용 암호가 적용된 투자자 계정에서 복사를 지원합니다. 하
Fast copier for sending trades to multiple MT4 / MT5 accounts. MT5 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 positions on startup • Stable file-based communication • Easy
Golden Route home MT5 calculates the average prices of BUY (LONG) and SELL (SHORT) open positions, taking into account the size of open positions, commissions and swaps. The indicator builds the average line of LONG open positions, after crossing which, from the bottom up, the total profit for all LONG positions for the current instrument becomes greater than 0. The indicator builds the average line of SHORT open positions, after crossing which, from top to bottom, the total profit for all SH
Just Copier MT5
Agung Imaduddin
4.75 (4)
"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
[FREE UTILITY] EA35 TANIN COPY UTILITY: ZERO LATENCY LOCAL COPIER Are you looking for a lightning-fast trade copier to manage multiple funded accounts on the same VPS? Introducing EA35 Tanin Copy Utility, a commercial-grade Local Trade Copier for MetaTrader 5. Engineered for Prop Firm traders, this utility ensures zero lag and instant execution between your Master and Slave accounts. KEY FEATURES: * Master & Slave Roles: Easily assign roles to your MT5 terminals. One Master can broadcas
FREE
EA Local Trade Copier Pro MT5: 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
LIMITED TIME OFFER: 45 USD (Was 75 USD!) Get the full version of MSB Pro at a starter price. Only for the next 10 licenses!!! We believe professional trading tools should be accessible. We lowered the price to help more traders protect their capital during volatile gold markets. Gold Stability Master: Exceptional 3.01% Max Drawdown. ️ Zero Martingale, Zero Grid. 100% Real Tick Modeling Quality. MSB Pro Dynamic Gold EA: High Stability, Proven Precision "MSB Pro Dynamic Gold EA" is t
GOLD Queen EA
Ildar Iangirov
GOLD QUEEN EA는 금/XAUUSD 4시간봉 차트 분석을 위한 완전 자동화되고 안전한 소프트웨어 제품입니다. 하지 않다       사용       그리드   DONT       사용       마팅게일   DONT       AI를 사용하세요 XAUUSD H4의   기본   설정 각       위치       가지다       에이       결정된       TP       그리고       SL EA는   하이브리드 방식을   사용   합니다.   이익   추적   연산. 그만큼       체계       사용       일광       시간       에게       거래       ~와 함께       금       그리고       ~ 안으로       그만큼       밤. 골드 퀸은   사용합니다       에이       높은       개연성       ~의       고장       ~의       저항       그리고       지원하다       레벨
PROMO: ONLY 10 LEFT AT $90! Next price:        $199 Price will be kept high to limit number of users for this strategy. This EA starts trading at the open of   London (UK) Session . It is based on analysis of advanced statistical distributions combined with short to medium term reversal patterns which have mean-reversion attributes. The EA includes several smart features and allows you to trade with a fixed or automatic lot size. The EA is not sensitive to spreads but can be backtested on both
Magic Curves MT5
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
MetaTrader 5용 전문 트레이드 복사기 MetaTrader 용 빠르고 전문적이며 신뢰할 수 있는 트레이드 복사기 입니다. COPYLOT 은 MT4와 MT5 터미널 간의 Forex 거래 복사를 지원하며, Hedge 및 Netting 계좌를 모두 지원합니다. COPYLOT MT5 버전 지원 구성: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 버전 전체 설명 + DEMO + PDF 구매 방법 설치 방법 로그 파일 확인 방법 테스트 및 최적화 방법 Expforex의 모든 제품 MT4 터미널로도 거래를 복사할 수 있습니다(MT4 → MT4, MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT은 2개, 3개, 심지어 10개의 터미널과 동시에 작동할
Candle Surfer EA
AutoPip Trading Ltd
NEW: A Fully Automated strategy using price action and candle patterns to trade Gold (XAUUSD).   This EA can be used on any currency but recommended for XAUUSD, EURUSD and BTCUSD Safe stop loss option for FTMO and other funded accounts.  REAL BACKTEST DATA - no manipulation or backtest conditioning like other EAs! 100% Modelling Quality Backtest!  USE: Default settings on XAUUSD & XAUAUD on the M15 timeframe. Use ECN account for best results. MAIN SETTINGS Setting Value Description          Ma
Broker Connection Monitor MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Broker Connection Monitor - Keep Your Trading Secure! Ensure Stable Trading with Real-time Broker Connection Monitoring! Are you tired of unexpected connection drops affecting your trades? Do you want to monitor your broker's co
SmartEntry EA
Saksit Pawapootanont
Overview SmartEntry EA gives traders full control over any trading symbol — Gold (XAUUSD), Indices, Crypto, and Forex — with both manual and automated entry modes. The EA automatically detects the symbol type and adjusts pip/unit calculations accordingly. The built-in panel allows real-time control of every feature without restarting the EA.   Key Features Auto HG Trigger •   Automatically detects bullish M1 candles exceeding a configurable size threshold •   Mode 1 — HG Sure-Fire: Opens BUY an
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 opene
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
TradePanel MT5
Alfiya Fazylova
4.88 (164)
Trade Panel은 다기능 거래 도우미입니다. 이 애플리케이션에는 50개 이상의 수동 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 계정용 애플리케이션 체험판 다운로드: https://www.mql5.com/en/blogs/post/750865 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래를 수행할 수 있습니다: 리스크 자동 계산과 함께 예약 주문 및 포지션 열기. 한 번의 클릭으로 여러 주문 및 포지션 열기. 주문 그리드 열기. 예약 주문 및 포지션을 그룹별로 닫기. 포지션 방향 전환 (Buy 닫기 > Sell 열기, Sell 닫기 > Buy 열기). 포지션 잠금 (부족한 포지션을 열어 Buy와 Sell 포지션의 수량을 동일하게 만들기). 모든 포지션 한 번의 클릭으로 부분적으로 닫기. 모든 포지션의 테이크 프로핏과 스톱로스를 같은 가격 수준에 설정. 모든 포지션의 스톱로스를
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Telegram to MT5 Multi-Channel Copier 는 Telegram 채널의 트레이딩 신호를 자동으로 MetaTrader 5로 직접 복사합니다. 봇도, 브라우저 확장 프로그램도, 수동 복사도 필요 없습니다. Telegram에서 신호를 받으면 EA가 몇 초 안에 터미널에서 거래를 엽니다. 본 제품은 두 가지 구성 요소로 구성되어 있습니다: Telegram 채널을 감시하는 Windows 애플리케이션과 MT5 터미널에서 신호를 실행하는 이 Expert Advisor입니다. MT4 버전도 제공됩니다. 설정 가이드 및 애플리케이션 다운로드: https://www.mql5.com/en/blogs/post/768988 작동 방식 Windows 애플리케이션은 봇이 아닌 사용자 자신의 API 자격 증명을 사용하여 Telegram에 연결됩니다. 이는 프라이빗 및 VIP 채널을 포함하여 구독 중인 모든 채널, 그룹 또는 주제를 읽을 수 있음을 의미합니다. 신호를 감지하면 이를 파싱하여
파워 캔들 전략 스캐너 - 자체 최적화 다중 종목 설정 찾기 도구 파워 캔들 전략 스캐너는 마켓 워치에 등록된 모든 종목에 대해 파워 캔들 지표와 동일한 자체 최적화 엔진을 동시에 실행합니다. 하나의 패널에서 현재 통계적으로 거래 가능한 종목, 각 종목별 최적의 전략, 최적의 손절매/익절 조합을 알려주며, 새로운 신호가 발생하면 즉시 알림을 전송합니다. 이 도구는 Stein Investments 에코시스템의 일부입니다. 18개 이상의 도구와 함께 당신의 1대1 AI 트레이딩 멘토 Max.  항상 대기 중, 모든 인디케이터를 깊이 있게 이해, 무언가를 차근차근 생각해보고 싶은 순간에 도움을 줍니다.  https://stein.investments 에서 만나보세요 완벽한 시장 모니터링. 종목당 3,000건 이상의 자동 최적화. 2가지 알림 유형. 한 번의 클릭으로 차트를 전환하고 바로 거래하세요. 이 도구가 필요한 이유 대부분의 다중 종목 스캐너는 가격 변동만 보여줍니다. 티커별
VirtualTradePad PRO SE MT5 — MetaTrader 5용 전문 트레이딩 컨트롤 센터 VirtualTradePad PRO SE 는 MetaTrader 5 용 프리미엄 차트 기반 트레이딩 패널이자 거래 관리 워크스페이스입니다. 더 빠른 주문 실행, 더 명확한 포지션 관리, 구조화된 거래 관리, 시각적인 레벨 계획, 그리고 차트에서 직접 작업하는 전문적인 워크플로를 원하는 트레이더를 위해 설계되었습니다. 이 제품은 단순한 BUY / SELL 패널이 아닙니다. PRO SE는 수동 트레이딩, 예약 주문, 포지션 관리, 부분 청산, 바스켓 손익 관리, 평균가 레벨, ATM 규칙, 신호 모니터링, 실시간 시장 정보, 전략 테스터 (Strategy Tester) 워크플로, VPS 중심 운용을 하나의 연결된 인터페이스로 통합합니다. MT4 버전 | 전체 설명 및 스크린샷 | 구입 방법 | 설치 방법 | 로그 파일을 얻는 방법 | 테스트 및 최적화 방법 | Expforex의 모든
Anchor Trade Manager
Kalinskie Gilliam
5 (6)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 5 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT4 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
Premium Trade Manager - 코치가 내장된 트레이딩 패널 Premium Trade Manager 는 차트 안에 트레이딩 코치를 심어놓은 도구입니다. 주문을 확정하기 전에, AI 트레이딩 코치 Max가 설정된 거래를 직접 읽고 명확한 판단을 내려줍니다. 스톱이 규율 있는 접근 방식에 맞는지, 리스크 크기가 합리적인지, 고영향 뉴스 이벤트가 몇 분 후에 있는지, 프롭 펌 한도에 근접했는지. 그 아래에는 완전한 실행 엔진이 있습니다. 원클릭 리스크 기반 진입, 차트에서 드래그로 세우고 거래가 진행되는 동안에도 계속 움직일 수 있는 플랜, 최대 4단계 분할 익절, 7가지 트레일링 방식, 실시간 프롭 펌 컴플라이언스, 뉴스 가드, 그리고 자체 비용을 평가하는 스프레드까지. 결정은 당신이 내립니다. Max가 두 번째 시선으로 확인합니다. 패널이 그 이후의 모든 것을 처리합니다. 구매 전에 직접 체험해 보세요. 브라우저에서 라이브 패널을 직접 클릭해볼 수 있습니다. 구매 전에 실제
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – 스마트하고 손쉬운 트레이딩을 위한 올인원 솔루션 개요 외환, 금, 암호화폐, 지수, 심지어 주식까지 — 전 시장을 몇 초 만에, 수동 차트 확인이나 복잡한 설치, 인디케이터 설정 없이 스캔할 수 있다고 상상해 보세요. EASY Insight AIO 는 AI 기반 트레이딩을 위한 궁극의 플러그 앤 플레이(Plug & Play) 데이터 내보내기 도구입니다. 단 하나의 깔끔한 CSV 파일로 전체 시장 스냅샷을 제공하며, ChatGPT, Claude, Gemini, Perplexity 등 다양한 AI 플랫폼에서 즉시 분석할 수 있습니다. 창 전환, 복잡함, 차트 오버레이는 더 이상 필요 없습니다. 자동으로 내보내지는 순수하고 구조화된 데이터 인사이트만으로, 반복적인 차트 감시 대신 데이터 기반의 스마트한 의사결정에 집중할 수 있습니다. 왜 EASY Insight AIO인가요? 진정한 올인원 • 별도의 설정, 인디케이터 설치, 차트 오버레이가 필요 없습
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
다기능 도구: 로트 계산기, 그리드 주문, R/R 비율, 트레이드 관리자, 수급 구역, 가격 행동 등 데모 버전   |   사용자 설명서 트레이드 어시스턴트   는 전략 테스터에서 작동하지 않습니다 :   여기에서 데모 버전을 다운로드  하여 유틸리티 를 테스트하세요. 질문/개선 아이디어/버그 발견 시 연락주세요 MT4 버전이 필요하시면 여기 에서 이용 가능합니다 거래   프로세스 를 간소화, 가속화, 자동화하세요. 이   대시보드 로 표준 터미널 기능을 확장합니다. 트레이딩 패널은  모든 거래 상품에서 작동: 외환, 주식, 지수, 암호화폐 등. 1. 새 거래 개시 : 로트 / 위험 / RR 계산 : 수동 거래를 위한 위험 관리 로트 계산기 (위험 크기 기반 거래량 계산) 위험 계산기 (로트 크기 기반 위험 금액) 위험 대비 보상   비율 그리드 주문:  + 동적 간격 옵션, 로트 분할 옵션 주문 활성화 트리거, + 매수 스톱리밋 / 매도 스톱리밋 가상 SL, 가상 TP (숨김
The product will copy all telegram signal to MT5 ( 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 s
KT Equity Protector MT5
KEENBASE SOFTWARE SOLUTIONS
3.6 (5)
모든 MetaTrader 트레이더가 실행해 두어야 하지만, 아직 많은 사람이 사용하지 않는 단 하나의 EA. 대부분의 계좌는 전략이 틀려서 무너지는 것이 아닙니다. 좋지 않은 순간에 손실을 계속 방치하거나, 포지션을 더 키우거나, 주말까지 거래를 들고 가거나, 한 주 동안의 수익을 다시 시장에 돌려주거나, 단 한 번의 잘못된 클릭으로 prop firm의 일일 손실 한도를 잊어버리기 때문에 무너집니다. KT Equity Protector는 이런 일이 일어나지 않도록 막아주는 자동 계좌 보호 EA입니다. 차트 하나에만 설치하세요. 이해하기 쉬운 단계별 설정 마법사에서 일일 손실, 최대 드로다운, 수익 목표, equity 트레일링 스톱, 주말 전 청산 같은 규칙을 한 번만 설정하면 됩니다. 그 순간부터 EA는 전체 MetaTrader 계좌를 실시간으로 감시합니다. 모든 포지션. 모든 심볼. 모든 틱. 설정한 선이 넘어가는 즉시, EA는 사용자가 선택한 동작을 실행합니다. 알림, 손실 거래
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Telegram to MT5 Coppy
Sergey Batudayev
5 (10)
Telegram에서 MT5로:   최고의 신호 복사 솔루션 DLL 없이도 Telegram 채널과 채팅에서 MetaTrader 5 플랫폼으로 거래 신호를 직접 복사하는 최신 도구인 Telegram to MT5를 사용하여 거래를 간소화하세요. 이 강력한 솔루션은 정밀한 신호 실행, 광범위한 사용자 정의 옵션을 제공하고 시간을 절약하며 효율성을 높여줍니다. [ Instructions and DEMO ] 주요 특징 직접 Telegram API 통합 전화번호와 보안 코드를 통해 인증하세요. 사용자 친화적인 EXE 브리지를 통해 채팅 ID를 쉽게 관리하세요. 여러 채널/채팅을 추가, 삭제, 새로 고침하여 동시에 신호를 복사합니다. 고급 필터를 사용한 신호 파싱 예외 단어(예: "보고서", "결과")가 포함된 원치 않는 신호를 건너뜁니다. 유연한 SL 및 TP 형식을 지원합니다: 가격, 핍 또는 포인트. 가격 대신 포인트를 지정하는 신호에 대한 진입 포인트를 자동으로 계산합니다. 주문 맞춤화 및
Risk Manager Pro MT5 is an account protection Expert Advisor for traders who want strict risk control inside MetaTrader 5. The utility monitors your account equity, daily and weekly results, drawdown, open positions, trade count, consecutive losses, and trading hours. When a configured limit is reached, it can automatically close positions, cancel pending orders, stop other EAs, send notifications, or close the terminal. Instead of relying on discipline during a stressful trading session, you de
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTradfer 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 abl
Active Lines
Yury Kulikov
5 (2)
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
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
EasyTradePad for MT5
Sergey Batudayev
5 (5)
EasyTradePad – MetaTrader 5용 트레이딩 패널 EasyTradePad   는 수동 및 반자동 거래를 위한 도구입니다. 이 패널을 통해 주문 및 포지션을 빠르게 관리하고, 한 번의 클릭으로 위험 관리 계산을 수행할 수 있습니다. 패널 특징: 사전 정의된 위험(% 또는 예치 통화)으로 거래를 시작하고 마감합니다. SL 및 TP를 포인트, 백분율 또는 금전적 가치로 설정하세요 위험 대비 보상 비율을 자동으로 계산합니다 손절매를 손익분기점으로 이동 부분 포지션 마감 트레일링 스톱(포인트 또는 캔들 섀도우 기준) 위치 평균화 및 피라미딩 활성 거래의 매개변수 수정 [   데모   ] [   지침   ] 추가 기능: 피라미딩 가격이 이익실현을 향해 움직일 때마다 거래를 단계적으로 추가합니다. 각 새 거래의 위험을 줄일 수 있습니다. 추가되는 거래 수는 쉽게 설정할 수 있습니다. 평균화 차트에서 사용자 지정 수준으로 추가 주문을 할 수 있습니다. 포지션은 평균 진입 가
제작자의 제품 더 보기
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 Limi
필터:
리뷰 없음
리뷰 답변