Multi Account Trade Desk MT5

Multi Account Trade Desk MT5

## Short description

Account-wide MASTER-to-SLAVE trade copier for MetaTrader 5 with per-account risk
sizing, automatic broker symbol matching, live readiness monitoring and
parallel execution.

## Product description

Multi Account Trade Desk MT5 is built for traders who manage several MT5
accounts and want one central place to control risk, account readiness and trade
replication.

Attach the same EA as MASTER on the source terminal and as SLAVE on every target
terminal. One SLAVE instance monitors the entire account, so you do not need to
attach the copier to every symbol chart.

When a new MASTER position or pending order appears, the system creates one
logical trade plan and sends commands to all READY accounts in parallel. Each
SLAVE uses its own live broker price and contract specification to calculate
volume and validate spread, margin, stop levels and trading permissions.

### Main features

- One EX5 file with selectable MASTER and SLAVE modes
- Account-wide monitoring of all symbols
- Copies manual trades, Trade Assistant entries and EA trades
- Market orders, pending orders, SL/TP modifications, partial closes and closes
- Per-account Fixed lot, percentage, fixed-money and proportional sizing
- Automatic cross-broker symbol matching for Forex, metals, energy and major
  index aliases such as USTEC / US100 / NAS100 and DE40 / GER40 / DAX40
- Prefix and suffix handling including `.idx`, `.cash`, `.sml`, `.pro`, `.r`,
  `_SB`, `+` and similar broker naming conventions
- Continuous background preflight with lot, risk, margin, spread and reason
- Parallel command batches with asynchronous broker acknowledgements
- Short market-command TTL to reject delayed execution
- Per-account spread, lot, daily loss, drawdown, open risk, position, session,
  direction and order-type limits
- Read-only reconciliation report
- Persistent settings and restart recovery
- Duplicate-command protection and no automatic retry after uncertain execution
- CSV event logging

### Important operating model

The product synchronizes MT5 terminals that are running under the same Windows
user or VPS environment through the MetaTrader Common Files directory. Every
trading account requires its own logged-in MT5 terminal. No DLL and no WebRequest
configuration are required.

### Safety defaults

SLAVE live execution is disabled by default. Real-account execution has a
second independent safety lock. Existing MASTER positions are not imported on
startup unless explicitly enabled. Reconciliation is report-only and never
repairs or reopens a position automatically.

### Recommended first test

Use demo accounts first. Configure one MASTER and one SLAVE, enable demo live
execution, verify the Preflight page, then open a small trade with a real Stop
Loss. Add more SLAVE terminals only after confirming the complete open,
modify and close workflow.

### Risk notice

Trading and trade copying involve financial risk. Broker prices, contract
specifications, execution policies, slippage and connectivity can differ between
accounts. Always test the complete configuration on demo accounts before using
real funds.



Multi Account Trade Desk MT5 — Inputs Guide

The same single EX5 file is installed on every MetaTrader 5 terminal. The
`InpOperatingMode` input decides whether that copy works as the MASTER or as a
SLAVE.

## Operating mode

| Input | Values | Purpose |
|---|---|---|
| `InpOperatingMode` | `MASTER` / `SLAVE` | `MASTER` monitors source trades and manages connected accounts. `SLAVE` validates and executes commands on one target terminal. |

## MASTER settings

| Input | Default | What it does |
|---|---:|---|
| `InpHeartbeatWarningSeconds` | `3` | Shows a warning when a SLAVE heartbeat has not been refreshed for this many seconds. |
| `InpHeartbeatOfflineSeconds` | `10` | Marks the SLAVE offline after this timeout. Must be greater than the warning value. |
| `InpRegistryRefreshMs` | `500` | How often the MASTER refreshes the shared account registry and acknowledgements. |
| `InpMaximumDisplayedAccounts` | `20` | Maximum number of discovered accounts kept in the dashboard list. |
| `InpMaximumBatchAccounts` | `50` | Hard safety ceiling for the number of accounts in one parallel command batch. |

## MASTER readiness monitor

These parameters create the informational background trade plan shown on the
Preflight tab. They do not place an order by themselves.

| Input | Default | What it does |
|---|---:|---|
| `InpPreflightDirection` | `BUY` | Direction used by the background readiness example. |
| `InpPreflightStopDistancePoints` | `500` | Example Stop Loss distance, in broker points, used for continuous risk and margin validation. |
| `InpPreflightRiskReward` | `2.0` | Example Take Profit distance expressed as a multiple of the Stop Loss distance. |
| `InpDefaultRiskPercent` | `1.0` | Default percentage-risk value used for the readiness plan before account-specific settings are applied. |
| `InpControllerReferenceLot` | `0.01` | Reference source lot used by controller-lot sizing modes. It is not forced onto SLAVE accounts. |
| `InpPreflightTTLSeconds` | `10` | Preflight requests older than this are rejected as stale. |
| `InpIncludeMasterAccount` | `true` | Adds the MASTER account to the same risk, readiness and monitoring workflow. |
| `InpBackgroundPreflightMs` | `1000` | Interval between automatic readiness recalculations. |
| `InpMarketCommandTTLms` | `1500` | Maximum lifetime of a market command. An expired command is rejected instead of being executed late. |
| `InpAllOrNothingBatch` | `false` | When `false`, blocked/offline accounts are skipped and READY accounts continue. When `true`, any blocked account prevents the entire batch. |

## MASTER trade copier

| Input | Default | What it does |
|---|---:|---|
| `InpCopyMasterTrades` | `true` | Enables account-wide copying of new positions, pending orders, modifications and closes from the MASTER account. |
| `InpSourceMagicFilter` | `-1` | `-1` accepts every magic number. Set a specific magic number to copy only one source EA. |
| `InpCopyManualTrades` | `true` | Includes trades with magic number `0`, such as manual orders and trades opened by a chart assistant. |
| `InpSourceCommentContains` | empty | Optional case-sensitive source comment filter. Empty means no comment restriction. |
| `InpTargetGroup` | empty | Empty targets every enabled account. Enter a group name to target only matching SLAVE account settings. |
| `InpCopyExistingPositionsOnStart` | `false` | If enabled, imports positions that already existed when the MASTER started. Keep disabled unless intentional to avoid unexpected duplication. |

## SLAVE settings

| Input | Default | What it does |
|---|---:|---|
| `InpHeartbeatIntervalMs` | `1000` | How often the SLAVE publishes account state, balance, equity, symbol and safety status. Minimum accepted value is 250 ms. |
| `InpAllowLiveExecution` | `false` | Primary execution lock. No market or pending command can trade while this is disabled. |
| `InpAllowRealAccountExecution` | `false` | Independent second lock for real-money accounts. Demo accounts do not require this second permission. |

## Account settings controlled from the MASTER dashboard

These are saved automatically for each discovered account and restored after a
terminal restart.

| Control | Purpose |
|---|---|
| `Enabled` | Includes or excludes this account from all command batches. |
| `Emergency Lock` | Immediately blocks new execution for this account without deleting its other settings. |
| `Group` | Logical account group used by `InpTargetGroup`. |
| `Sizing mode` | Chooses Fixed lot, Balance %, Equity %, Fixed money, Controller lot ratio or another supported risk-sizing method. |
| `Sizing value` | Numeric value interpreted by the selected sizing mode. |
| `Maximum spread` | Blocks execution when the local SLAVE spread exceeds this number of broker points. `0` disables this limit. |
| `Maximum lot` | Caps calculated volume. `0` disables the cap. A value below the broker minimum blocks the order rather than silently changing risk. |
| `Automatic symbol matching` | Maps broker aliases such as `USTEC`, `US100`, `NAS100`, `DE40`, `GER40`, `XAUUSD` and `GOLD`, including common prefixes and suffixes. |
| `Daily loss` | Blocks new entries after the configured realized daily loss. `0` disables this limit. |
| `Drawdown %` | Blocks new entries after the configured daily equity drawdown percentage. `0` disables this limit. |
| `Maximum open risk` | Limits estimated money risk across currently open managed positions. `0` disables the limit. |
| `Maximum positions` | Maximum simultaneous positions for this account. `0` disables the limit. |
| `Per symbol` | Maximum simultaneous positions on one target symbol. `0` disables the limit. |
| `Daily reset (min)` | Broker-server minute of day when daily counters reset: `0` is 00:00 and `1439` is 23:59. |
| `Maximum deviation` | Permitted market-order deviation in broker points. |
| `Session start / end` | Allowed broker-server trading window expressed as minutes from midnight. |
| `Market ON/OFF` | Allows or blocks market orders. |
| `Pending ON/OFF` | Allows or blocks pending orders. |
| `Long ON/OFF` | Allows or blocks BUY exposure. |
| `Short ON/OFF` | Allows or blocks SELL exposure. |

## Important MT5 permissions

- The MT5 `Algo Trading` toolbar button must be enabled on each trading terminal.
- `Allow Algo Trading` must be enabled in the EA properties.
- One SLAVE instance is enough per target terminal because it works account-wide
  and monitors every symbol.
- Each trading account still requires its own logged-in MT5 terminal instance.
- Market commands are never retried automatically after an uncertain execution;
  this prevents accidental duplicate positions.
추천 제품
Neopips Engine EA
Md Billal Hossain
NeoPips Engine EA – 궁극의 트레이딩 혁명이 도래했습니다! "트레이딩의 진정한 힘은 다른 사람들이 놓치는 것을 보는 것입니다. NeoPips Engine은 시장을 따라가는 것이 아니라, 시장을 정복합니다." NeoPips Engine EA 소개: 당신의 똑똑한 트레이딩 동반자 NeoPips Engine EA는 평범한 트레이딩 로봇이 아닙니다. 정밀성, 적응력, 그리고 장기적인 성과를 요구하는 트레이더들을 위해 설계된 다차원적이고 AI에 최적화된 전문가 자문입니다. 경직된 규칙을 가진 구식 봇과 달리, NeoPips Engine은 살아있는 전략입니다. 실시간으로 시장에 대해 생각하고, 학습하고, 적응합니다. 이것은 단순한 자동화가 아니라, 진화의 움직임입니다. 차세대 인텔리전스: 당신을 자유롭게 하는 핵심 기능 AI 기반 의사 결정 동적 패턴 인식 예측 추세 분석 실시간 데이터 기반 스마트 진입/청산 로직 다중 엔진 전략
Equity Tracker MT5 Equity Tracker MT5는 MetaTrader 5용 계좌 모니터링 Expert Advisor로, 거래 활동, 계좌 상태 및 기술적 조건을 알림 메시지를 통해 보고합니다. 이 Expert Advisor는 거래 로직과 독립적으로 작동하며 주문 실행이나 거래 관리에 어떠한 영향도 미치지 않습니다. 본 제품은 거래를 열거나 수정하거나 종료하지 않습니다. 관찰 및 알림 기능만 수행합니다. 목적 Equity Tracker MT5는 터미널을 지속적으로 모니터링하지 않고도 거래 계좌의 상태를 파악하고자 하는 트레이더를 위해 설계되었습니다. 어떤 거래 전략이나 다른 Expert Advisor와도 함께 사용할 수 있습니다. 계좌 단위 모니터링 거래 활동 알림 기술적 상태 인식 계좌 및 리스크 상태 모니터링 이 Expert Advisor는 계좌 파라미터를 지속적으로 평가하고, 사전에 정의된 조건이 충족되면 변경 사항을 보고합니다. 에퀴티 및 드로우다운 수준 알
BulkOp Trade Manager
Ahmed Jumaa Saif Ali Almheiri
BulkOp Trade Manager Trade faster. Manage smarter. Close with confidence. BulkOp Trade Manager is a powerful MT5 utility EA built for traders who need speed, control, and clean execution directly from the chart. It is designed for active manual traders, scalpers, gold traders, and anyone who wants to manage multiple positions with less delay and fewer clicks. Why BulkOp? Ultra-fast Buy and Sell execution One-click Bulk Close Profit One-click Bulk Close Loss Keyboard trading control Bulk order e
Auto Screenshot Utility MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
The trading limiter that stops you from breaking your own daily loss and trade limits. • 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. Auto Screenshot Utility - The Ultimate Trading Session Tracker & Screenshot Tool Revolutionize Your Trading Documentation with Precision Tim
Risk Manager for MT5
Sergey Batudayev
4.31 (16)
MT5의 Expert Advisor Risk Manager는 매우 중요하며 제 생각에는 모든 거래자에게 필요한 프로그램입니다. 이 Expert Advisor를 사용하면 거래 계정의 위험을 제어할 수 있습니다. 위험 및 이익 통제는 금전적 측면과 백분율 측면에서 모두 수행될 수 있습니다. Expert Advisor가 작동하려면 통화 쌍 차트에 첨부하고 예금 통화 또는 현재 잔액의 %로 허용되는 위험 값을 설정하기만 하면 됩니다. [Instruction for Risk Manager parameters] 어드바이저 기능 이 위험 관리자는 위험을 제어하는 ​​데 도움이 됩니다. - 거래를 위해 - 하루 - 일주일 동안 - 한 달 동안 당신은 또한 제어할 수 있습니다 1) 거래 시 최대 허용 랏 2) 1일 최대 주문 수 3) 하루 최대 수익 4) 지분 인수 이익 설정 그게 다가 아닙니다. 설정에서 자동 설정을 지정하면 고문이 기본 SL 및 TP를 설정할 수도 있습니다. 상
AutoCloseTPSL
Calvin Andrew Jenkins
Expert advisor that automatically closes all open positions when a specific profit amount or loss amount is reached. The profit and loss amounts are configurable inputs and can be set when attaching the EA to a chart. This EA has proven to be useful in high quantity trading strategies to control and minimize risk. The EA works for all account currencies and is designed to close out all trades once the desired profit or loss is hit.
SmartRisk MA Pro
Oleg Polyanchuk
SmartRisk MA Pro Strategy Overview: SmartRisk MA Pro is an optimized, risk-oriented automated trading strategy (Expert Advisor) developed for the MetaTrader 5 platform. It is designed to identify trading opportunities based on price deviations from moving averages and incorporates a comprehensive capital management system. The Expert Advisor operates on a "new bar" logic, ensuring stability and predictability in trade signal execution. Operating Principles and Trading Logic: At its core, the st
Aureus Edge Gold Trader
Craig Joshua Binnekamp
️ Aureus Edge Gold Trader (v2.10) The Specialist Engine for XAUUSD Aureus Edge is not a "jack-of-all-trades" bot. It is a high-precision Expert Advisor engineered strictly for Gold (XAUUSD) . While it includes stability protocols to pass global market validation, every line of logic is optimized for the unique volatility and liquidity of the Gold market . ️ Built for Professional Capital Preservation Unlike popular EAs that use dangerous recovery grids, Aureus Edge focuses on disciplined br
Protected profit это логическое продолжение проекта Equity monitor. Исправлены недочёты и внесены дополнительные моменты. В данном продукте разработан процентный  Traling stop, как на отдельную позицию, так и на дневную прибыль в целом. Есть возможность закрыть позицию по заданному проценту убытка, а так же можно закрыть все позиции по проценту дневной прибыли. Настройки просты и понятны.  Например: Риск на позицию 1% Позиция закроется если процент убытка превысит 1%. Traling 3% допустимое сниже
Aurum Intraday EA
Rodrigo Leonardo Favreau Giuliodoro
Aurum Intraday EA – Advanced Gold Trading Algorithm The Aurum Intraday EA is a powerful automated trading system designed specifically for Gold (XAUUSD) traders who want to capture strong intraday movements while maintaining full control over risk and strategy configuration. Built with a robust algorithm and optimized for H1 and H4 timeframes (H4 recommended) , this Expert Advisor is capable of identifying high-probability opportunities in the gold market and executing trades with precision and
Code Green
Md Wakiluzzaman Raz
Code Green EA This is a breakout strategy featuring advanced market confirmation and robust risk management. The system is designed to be highly flexible, offering the choice to utilize a Martingale recovery module or trade without it. Performance & Transparency This EA is built to provide realistic, sustainable results rather than inflated or unrealistic returns. While I have conducted my own internal forward testing, I encourage all traders to verify the strategy’s performance independently on
SolarTrade Suite Financial Robot: LaunchPad Market Expert - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석 방법을 사
SOLOMON Statistical Arbitrage PRO Advanced Pairs Trading EA with Kalman Filter + Monte Carlo Optimization Overview SOLOMON Statistical Arbitrage PRO is a sophisticated pairs trading Expert Advisor designed for serious traders who want to profit from mean-reversion opportunities between two correlated financial instruments. Using advanced statistical methods including Kalman Filter for dynamic hedge ratio calculation, Monte Carlo simulation for optimal Z-Score detection, and robust risk manageme
EA Auto Martingale MT5 소개 Auto Martingale 은 수동 거래에서 달러 비용 평균화(DCA) 거래를 쉽게 생성할 수 있도록 도와주는 전문가 어드바이저(EA)입니다. 고급 설정을 통해 EA Auto Martingale은 사용자 정의 방식으로 완벽한 마팅게일 전략을 수립하여 수익을 최적화하고 리스크를 효과적으로 관리할 수 있습니다. Auto Martingale의 주요 기능: Magic Number : 기본값은 0입니다. 이 값은 사용자의 첫 번째 수동 거래를 기반으로 자동 설정됩니다. Maximum Deviation / Slippage : 거래를 보호하기 위해 최대 편차/슬리피지를 제한합니다. Validate Available Order Margin : 새로운 거래를 실행하기 전에 사용 가능한 마진을 검증합니다. Indicator Input : Auto Martingale은 period=3 및 shift=2의 매개변수를 가진 SMA 지표를 사용하여 가격이 사용
Grid Guard
Sotirios Karkalakos
당신의 그리드 EA는 열 번 중 아홉 번을 이깁니다. 문제는 한 번도 거기에 있지 않았습니다. 가장 많이 팔리는 금 로봇들이 쓰는 방식 — 그리드, 물타기 복구, 어떤 포지션에도 손절 없음, 오직 하나의 강한 자본 손절 — 을 4년치 실제 XAUUSD 데이터에서 돌렸습니다. 스프레드는 각 봉에 기록된 실제 값이고, 수수료와 스왑도 실제 값입니다. 169개 시리즈 중 156개가 이익. 승률 92.3%. 계좌는 86.2% 손실로 끝났고, 최대 낙폭은 96.8%였습니다. 두 숫자는 동시에 참이며, 문제는 정확히 거기에 있습니다. 92%는 판매 페이지에 올라가는 숫자입니다. 8%는 어느 화요일에 찾아오는 숫자입니다. GRID GUARD는 당신의 EA를 대체하지 않습니다. 감시합니다. 이미 구매한 로봇과 같은 차트에 붙이십시오. 열려 있는 포지션을 읽고, 거기서 그리드의 실제 간격과 랏 증가 비율을 측정한 뒤, 당신의 EA가 결코 보여주지 않는 단 하나의 질문에 답합니다. 네 개 층을 더 쌓
Black Viper GOLD
Ignacio Agustin Mene Franco
Black Viper GOLD v2.0 — Expert Advisor MT5 Pair: XAU/USD | Timeframe: M1 (Scalping) | Minimum Capital: $1,000 USD Overview Black Viper GOLD is a professional Expert Advisor for MetaTrader 5, specifically designed to trade the XAU/USD pair on the M1 timeframe using a high-precision scalping strategy. It combines four advanced technical analysis systems with dynamic risk management, session filters, and an aggressive turbo mode, all within a robust framework focused on capital preservation. In
DR Trade and Risk Manager: The Foundational Algorithmic Risk Console for MT5 For the discretionary trader, the greatest adversary is not the market; it is the undisciplined self. You have a solid strategy, but in moments of high pressure, do you follow your rules with perfect consistency? Do you cut losses without hesitation? Do you let winners run without cutting them short out of fear? For most, the answer is no. This gap between strategy and execution is where profits are lost. DR Trade and R
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개의 터미널과 동시에 작동할
Basic working principles of EA will have 2 main systems. 1. Timed order opening means that at the specified time the EA will open 1 Buy order and 1 Sell order. 2. When the graph is strong, the EA will remember the speed of the graph. is the number of points per second which can be determined You can set the number of orders in the function ( Loop Order ). The order closing system uses the trailling moneym Loss system, but I set it as a percentage to make it easier to calculate when the capital
Trade Manager Simple
Juan Andres Montoya Robledo
Trade Manager Simple NQ and XAUUSD — Manual Trading Panel and Local Replicator Open the trade once. Your other MT5 terminals open it on their own, each with the lot size that fits that account. TMS is two tools in one: a panel for trading by hand with your risk under control, and a replicator that copies your entries to every other MetaTrader 5 terminal running on the same computer. No VPS, no signal service, no connection between brokers. The terminals talk through MetaTrader's shared folder,
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
SBR Canvas — Expert Advisor for MetaTrader 5 Overview SBR Canvas is a comprehensive, fully visual trading assistant for MetaTrader 5. It combines automated trade execution with an advanced drag-and-drop control panel built directly onto the chart canvas, giving traders real-time control over every aspect of their trading strategy without leaving the chart. Advice for all trader using this Expert Advisor - Safest amount to use this $5000 - $10000 as a starting point. Core Trading Engine Direc
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Hull Moving Average (HMA) 지표 기반 MetaTrader 5 자동 거래 어드바이저 개요 HMA Scalper Pro EA는 Hull Moving Average (HMA) 방향으로 거래하는 MetaTrader 5용 전문 트레이딩 로봇(Expert Advisor)입니다. HMA 지표는 현재 추세 방향을 결정하며, 어드바이저는 Smart Risk 자본 관리, 적응형 그리드 거래, 트레일링 스톱, 브레이크 이븐 및 시간 필터로 보완된 해당 방향으로 거래를 실행합니다. 이 어드바이저는 Netting 및 Hedging 계정을 모두 지원하며 금(XAU/USD), 외환 통화쌍, 원유, 지수 및 암호화폐 거래에 적합합니다. HMA SCALPER PRO EA를 선택해야 하는 이유 - Hull Moving Average 신호 — 클래식 이동 평균보다 추세 변화에 더 빠르게 반응하는 HMA 방향 기반 진입 - 멀티 타임프레임 HMA 계산
Maximas e Minimas
Lucas Ricardo Almeida Muniz
LUCRAM EA 2.01 — Configurable Trading Robot for MetaTrader 5 LUCRAM EA is an automated trading robot developed for MetaTrader 5. It allows traders to create different trading configurations by combining high-and-low strategies, moving averages, technical indicators, market filters, and customizable exit rules. The robot can open buy positions, sell positions, or trade in both directions. It is suitable for testing Day Trading and Swing Trading strategies across different financial instruments an
EN DESARROLLO, TESTING PERIOD. PRISM KellyEngine aplica disciplina de riesgo profesional directamente en tu flujo MT5. Te ayuda a: definir lotaje de forma consistente, limitar sobrecarga de riesgo, proteger cuenta en escenarios de volatilidad. Ideal para traders que quieren dejar atras el lotaje por intuicion. Parametros principales  Riesgo base por operacion (%) Limite maximo de lotaje Umbral de confianza Multiplicadores de seguridad Incluye Motor de sizing adaptable Controles de limites de ri
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
Introducing Neural Bitcoin Impulse - an innovative trading bot created using neural network training technology on voluminous market data sets. The built-in mathematical model of artificial intelligence searches for the potential impulse of each next market bar and uses the resulting patterns of divergence and convergence between the predictive indicators and the price to form high-precision reversal points for opening trading positions. The trading robot is based on the Neural Bar Impulse ind
Copy trading EA
Dimitar Shuytsov
# DS_Copy_EA - User Description DS_Copy_EA is a MetaTrader 5 Expert Advisor that copies trades between MT5 terminals running on the same machine. One EA instance acts as a **Provider** (signal source) and another acts as a **Receiver** (copier). The mode is selected in the EA settings. **How it works:** 1. The **Provider** publishes its open positions internally every 500ms 2. The **Receiver** reads every 1 second, detects new/changed/closed positions, and mirrors them on its own account 3. I
Только сейчас вы можете приобрести  TradeOps Command Center с 10% скидкой всего за 630$. Акция действует до 01.04.2026 Для получение инструкции об использование утилиты обратитесь в личные сообщения! TradeOps Command Center — Профессиональный инструмент контроля риска и дисциплины в трейдинге TradeOps Command Center — это многофункциональная утилита для MetaTrader 5, разработанная для трейдеров, которые стремятся к системному и дисциплинированному подходу к торговле. Продукт объединяет в себе у
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (215)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
================================================================================ 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
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panel은 다기능 거래 도우미입니다. 이 애플리케이션에는 50개 이상의 수동 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 앱 사용 설명서 + 동영상 설명: https://www.mql5.com/en/blogs/post/772292 데모 계정용 앱 체험판: https://www.mql5.com/en/blogs/post/750865 앱 설치 방법: https://www.mql5.com/en/blogs/post/756239 시각 모드에서 앱 테스트 방법: https://www.mql5.com/en/blogs/post/770277 VPS MetaTrader에 앱 설치 방법: https://www.mql5.com/en/blogs/post/770190 거래. 한 번의 클릭으로 거래를 수행할 수 있습니다: 리스크 자동 계산과 함께 예약 주문 및 포지션 열기. 한 번의 클릭으로 여러 주문 및 포지션 열기. 주문 그리드 열기. 예약 주문 및 포지션을 그룹별로
Telegram to MT5 Multi-Channel Copier   는 Telegram 채널의 트레이딩 시그널을 MetaTrader 5로 자동 복사합니다. 봇도, 브라우저 확장도, 수동 복사도 필요 없습니다. Telegram에 시그널이 도착하면 EA가 몇 초 안에 터미널에서 주문을 실행합니다. 그리고 채널을 복사하기 전에, 내장 백테스터가 그 채널이 내 계좌에서 어떤 결과를 냈을지 보여줍니다. 제품은 두 가지 구성 요소로 이루어집니다: Telegram 채널을 수신하는 Windows 애플리케이션과, MT5 터미널에서 시그널을 실행하는 본 EA입니다. MT4 버전도 제공됩니다   여기 . 설정 가이드와 앱 다운로드:   https://www.mql5.com/en/blogs/post/768988 현재 가격은 향후 인상될 예정입니다. 작동 방식 Windows 앱은 봇이 아닌 본인의 API 자격 증명으로 Telegram에 연결됩니다. 따라서 비공개·VIP 채널을 포함해 구독 중인 모든 채널
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
Astro Trade MT5
Indra Maulana
5 (7)
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Vi
Premium Trade Manager - 코치가 내장된 트레이딩 패널 Premium Trade Manager 는 차트 안에 트레이딩 코치를 심어놓은 도구입니다. 주문을 확정하기 전에, AI 트레이딩 코치 Max가 설정된 거래를 직접 읽고 명확한 판단을 내려줍니다. 스톱이 규율 있는 접근 방식에 맞는지, 리스크 크기가 합리적인지, 고영향 뉴스 이벤트가 몇 분 후에 있는지, 프롭 펌 한도에 근접했는지. 그 아래에는 완전한 실행 엔진이 있습니다. 원클릭 리스크 기반 진입, 차트에서 드래그로 세우고 거래가 진행되는 동안에도 계속 움직일 수 있는 플랜, 최대 4단계 분할 익절, 7가지 트레일링 방식, 실시간 프롭 펌 컴플라이언스, 뉴스 가드, 그리고 자체 비용을 평가하는 스프레드까지. 결정은 당신이 내립니다. Max가 두 번째 시선으로 확인합니다. 패널이 그 이후의 모든 것을 처리합니다. 구매 전에 직접 체험해 보세요. 브라우저에서 라이브 패널을 직접 클릭해볼 수 있습니다. 구매 전에 실제
EA Overfitter
Stephen J Martret
5 (1)
That backtest looks great. But will it still be making money tomorrow, next week, next month? EA Overfitter re-runs your EA on 100 price histories it has never seen. One score tells you if the edge is real. A backtest tells you what an EA did on one price history — the one that happened to occur. What you cannot tell from it is how much of that result was the strategy and how much was the particular path. EA Overfitter answers that. It builds up to 100 synthetic price histories your EA has n
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
"Grid Manual"은 주문 그리드 작업을 위한 거래 패널입니다. 이 유틸리티는 보편적이며 유연한 설정과 직관적인 인터페이스를 제공합니다. 그것은 손실을 평균화하는 방향뿐만 아니라 이익을 증가시키는 방향으로 주문 그리드와 함께 작동합니다. 거래자는 주문 그리드를 만들고 유지할 필요가 없으며 유틸리티에서 수행합니다. 거래자가 주문을 시작하는 것으로 충분하며 "Grid Manual"는 자동으로 그를 위한 주문 그리드를 생성하고 거래가 마감될 때까지 그와 동행할 것입니다. 전체 설명 및 데모 버전 여기 . 유틸리티의 주요 기능: 모바일 터미널을 포함하여 어떤 방식으로든 열린 주문과 함께 작동합니다. "제한" 및 "중지"의 두 가지 유형의 그리드와 함께 작동합니다. 고정 및 동적(ATR 표시기 기반)의 두 가지 유형의 그리드 간격 계산과 함께 작동합니다. 오픈 오더 그리드의 설정을 변경할 수 있습니다. 차트에서 각 주문 그리드의 손익분기점 수준을 표시합니다. 각 주문 그리드에 대한 이익
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
Signal TradingView to MT5 Pro Automator TradingView와 MetaTrader 5 간의 즉각적인 전문 실행 TradingView 알림과 MT5의 실제 실행을 연결하는 가장 강력한 커뮤니케이션 브리지로 거래 전략을 자동화하세요. 속도, 유연성 및 완벽한 위험 관리를 요구하는 트레이더를 위해 설계된 이 Expert Advisor는 모든 알림 메시지를 정확한 시장가 또는 지정가 주문으로 변환합니다. 강점 및 이점 범용 파싱 엔진(독점 기술): 모든 알림 형식에서 데이터를 자동으로 인식하고 추출할 수 있는 고급 기술입니다. 단일하고 엄격한 형식에 얽매일 필요가 없습니다. 시스템은 심볼, 액션, 가격, SL 및 TP를 자동으로 이해합니다. 실시간 실행: 지연 시간을 최소화하도록 최적화된 1초 미만의 초고속 폴링 기술. 신호 수신 후 몇 밀리초 내에 주문 실행이 이루어집니다. 기관 수준의 위험 관리: 다음 기준에 따른 자동적이고 정확한 로트(Lot) 크기 계
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY 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 ROL
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.
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (5)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
Timeless Charts
Samuel Manoel De Souza
5 (8)
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
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
Trade Indicator Assistant   is a powerful MT5 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator:   After purchasing Trade Indicator Assistant, contact me to receive   Trade Signal Pro   completely free as a bonus indicator. [Download Demo V
MetaTrader 5용 트레이딩 패널 — 차트와 키보드에서 실행하는 프로페셔널 원클릭 트레이딩 활동적인 트레이더를 위해 설계된 고급 Trading Panel로, MetaTrader 기본 인터페이스보다 훨씬 빠르고 직관적으로 포지션과 주문을 열고, 관리하고, 종료할 수 있습니다. 이 패널은 포지션 관리, 대기 주문 제어, 총수익 관리, 체결 속도를 하나의 전문적인 작업 공간에 통합하고 싶은 트레이더를 위한 솔루션입니다. 이것은 단순한 보조 유틸리티가 아닙니다. MetaTrader 5를 위한 진정한 trading cockpit입니다. 차트에서 직접 거래하고, 키보드로 빠르게 명령을 실행하며, 자동 계산과 시각적 가이드를 통해 수동 트레이딩을 더 빠르고, 더 명확하고, 더 편리하게 만들어 줍니다.  이 패널을 사용하면 차트에서 단 한 번의 클릭으로 거래를 실행할 수 있으며, 표준 MetaTrader 컨트롤보다 최대 30배 빠르게 거래 작업을 수행할 수 있습니다. 새로운 프리미엄 버전
Anchor Trade Manager
Kalinskie Gilliam
5 (9)
Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on your account than you in
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus 는 MetaTrader 5 플랫폼에서 거래 효율성과 효과를 향상시키기 위해 설계된 고급 거래 관리 도구입니다. 리스크 계산, 주문 관리, 고급 그리드 시스템, 차트 기반 도구 및 성과 분석 등 포괄적인 기능을 제공합니다. 주요 기능 1. 리커버리 그리드 불리한 시장 상황에서 거래를 관리하기 위한 평균화 및 유연한 그리드 시스템을 구현합니다. 거래 회복을 최적화할 수 있도록 전략적인 진입 및 종료 포인트를 제공합니다. 2. 스택 그리드 강한 시장 움직임 동안 포지션을 추가하여 유리한 거래에서 잠재적 수익을 극대화하도록 설계되었습니다. 유리한 시장 트렌드에서 승률을 높이며 거래를 확장할 수 있도록 합니다. 3. 손익(P&L) 라인 차트에서 잠재적인 수익 및 손실 시나리오를 시각적으로 표현합니다. 설정을 조정하고 P&L 라인을 드래그하여 실행 전에 다양한 거래 결과를 평가할 수 있습니다. 4. 바스켓 모드 동일한 심볼에 여러 포지션을 단일 집계 포지션으로 결합하여 관리합니
파워 캔들 전략 스캐너 - 자체 최적화 다중 종목 설정 찾기 도구 파워 캔들 전략 스캐너는 마켓 워치에 등록된 모든 종목에 대해 파워 캔들 지표와 동일한 자체 최적화 엔진을 동시에 실행합니다. 하나의 패널에서 현재 통계적으로 거래 가능한 종목, 각 종목별 최적의 전략, 최적의 손절매/익절 조합을 알려주며, 새로운 신호가 발생하면 즉시 알림을 전송합니다. 이 도구는 Stein Investments 에코시스템의 일부입니다. 18개 이상의 도구와 함께 당신의 1대1 AI 트레이딩 멘토 Max.  항상 대기 중, 모든 인디케이터를 깊이 있게 이해, 무언가를 차근차근 생각해보고 싶은 순간에 도움을 줍니다.  https://stein.investments 에서 만나보세요 완벽한 시장 모니터링. 종목당 3,000건 이상의 자동 최적화. 2가지 알림 유형. 한 번의 클릭으로 차트를 전환하고 바로 거래하세요. 이 도구가 필요한 이유 대부분의 다중 종목 스캐너는 가격 변동만 보여줍니다. 티커별
This Expert Advisor waits a position to be opened, no matter if you open manually or with the EA buttons or eventually via mobile: it creates a Grid in Anti Martingale with pending stop orders in the same direction of the first position. You can specify the number of orders, the size and the distance between the orders. You can also adjust the Monetary Target of the Grid, the monetary Stop Loss, the Intermediate Target (when reached the EA insert an order with opposite direction of the total pos
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 Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
다기능 도구: 로트 계산기, 그리드 주문, R/R 비율, 트레이드 관리자, 수급 구역, 가격 행동 등 데모 버전   |   사용자 설명서 트레이드 어시스턴트   는 전략 테스터에서 작동하지 않습니다 :   여기에서 데모 버전을 다운로드  하여 유틸리티 를 테스트하세요. 질문/개선 아이디어/버그 발견 시 연락주세요 MT4 버전이 필요하시면 여기 에서 이용 가능합니다 거래   프로세스 를 간소화, 가속화, 자동화하세요. 이   대시보드 로 표준 터미널 기능을 확장합니다. 트레이딩 패널은  모든 거래 상품에서 작동: 외환, 주식, 지수, 암호화폐 등. 1. 새 거래 개시 : 로트 / 위험 / RR 계산 : 수동 거래를 위한 위험 관리 로트 계산기 (위험 크기 기반 거래량 계산) 위험 계산기 (로트 크기 기반 위험 금액) 위험 대비 보상   비율 그리드 주문:  + 동적 간격 옵션, 로트 분할 옵션 주문 활성화 트리거, + 매수 스톱리밋 / 매도 스톱리밋 가상 SL, 가상 TP (숨김
어시스턴트: 트레이드 어시스턴트-MT4 (클릭하여 다운로드) 트레이드 어시스턴트-MT5 (클릭하여 다운로드) 사용설명서를 주의 깊게 읽어보세요. 기초: 빠른 포지션 개설 및 청산, 원클릭 포지션 개설 및 청산, 원클릭 주문 체결 드로라인 트레이드 자동 sl/tp 근접 기호 이익 보호 SL 보호 이동 트레일링 SL 계정 위험 관리 질서의 그림자 주문 자동 추가 자동 마감 주문 닫기 다시 열기 기호 정보 채팅방 열기 데이터 통계 언어 선택 및 전환을 지원합니다 (현재 중국어와 영어를 지원합니다).           자동 언어 인식 지원하다       단축키를 사용하여 열고 닫기       바인딩, 단축키를 사용하여 위치를 빠르게 열고 닫을 수 있습니다...       단축키 닫기. 최대 30개의 단축키를 지원합니다. Unlock은 대부분의 기능을 지원합니다.       다시 하다       운영 및 가능       테스트 환경에서 사용될 수 있습니다. 개폐 위치 영역: 원클릭
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
Copy your MT5 trades to Interactive Brokers You keep using MT5. Every order you open or close is sent to your IB account. In real time. No coding. No changes to your strategy or EA. Try it first Rent 1 month: $30. Test on a live or paper account. What it does Real-time copying: same direction, reverse, or one side only. Map any MT5 symbol to any IB symbol. Set a lot ratio for each. Forex, Futures, Stocks, CFDs, Metals and Crypto. Position sync: both accounts checked, any difference fixed. Optio
제작자의 제품 더 보기
Range Breakout EA  Hey there! Our Range Breakout EA is built to help you take advantage of those early moves in the Asian session. Here’s how it works: during a specific time window, it marks the highest and lowest points to create a range. Then, it sets up buy and sell limit orders just outside that range, so you’re ready to catch a breakout in either direction! :) For safety, the stop loss goes at the opposite end of the range, but you can customize it in the settings if you like. The take pro
FREE
Initial Balance Indicator for MQL5 The Initial Balance Indicator is a powerful trading tool for the MetaTrader 5 (MT5) platform that helps traders analyze market structure by marking the Initial Balance (IB) range of a trading session. This range is typically formed during the first X minutes of a trading session (e.g., the first hour in futures markets) and acts as a key reference for potential price movements. Key Features: Customizable Time Period: Define the exact start and end time for the
Range Breakout with new ranges every day for better results. Inputs for every day with size filter. You can optimize it for every day with your settings , or i can send profitable settings for live trading longterm. Its not grid system its only for persons who know what is algotrading and not looking for overfitting grid strategies which can blow your account.
Nasdaq Scalping EA
Serhii Honcharov
Short Description: Automated trading on NASDAQ 100 using M15 timeframe. Advanced risk management, trend and breakout detection. Full Description: Trade NASDAQ 100 efficiently with this fully automated Expert Advisor designed for the M15 timeframe. The bot uses a combination of trend-following and breakout strategies to enter and manage trades. Key Features: Works on NASDAQ 100 (US100) , timeframe M15 . Automated trade execution : no manual intervention required. Smart risk management : customi
In this video, I’m testing a Gold trading bot for MetaTrader 5 on the 3-hour timeframe. This Expert Advisor is designed for XAUUSD and uses a systematic trading approach with automated entries, exits, and risk management. The goal of this backtest is to see how the strategy performs on gold across different market conditions, including trends, pullbacks, volatility spikes, and ranging periods. Backtest overview: • Symbol: XAUUSD / Gold • Platform: MetaTrader 5 • Type: Expert Advisor • Timefra
Gold Limit EA is an automated trading system for MetaTrader 5, designed for trading XAUUSD on the H1 timeframe. The Expert Advisor uses a limit-entry based approach. Instead of entering the market immediately, the EA waits for price to reach a predefined entry area and places pending orders according to the internal strategy logic. This approach is designed to avoid emotional trading decisions and keep the execution fully systematic. The EA includes automatic entry management, stop loss place
Pair Divergence Hybrid Pair Divergence Hybrid is a MetaTrader 5 Expert Advisor designed for statistical pair trading between two selected instruments. The EA analyzes the relationship between two symbols and looks for moments when their statistical spread diverges from its normal range. When the divergence reaches the configured threshold, the EA opens a two-leg basket position: one symbol is bought and the second symbol is sold, or vice versa. The exit logic is based on statistical mean reversi
Visual MT5 trade planner with draggable entry, SL and TP, risk sizing and order management. ## Full description Risk Assistant MT5 is a manual trading utility for planning, sizing and managing orders directly on a MetaTrader 5 chart. The utility does not generate trading signals and does not decide when to enter the market. The trader selects the direction, entry, stop loss, take profit and acceptable risk. Risk Assistant displays the planned trade, calculates the volume and sends the order
필터:
리뷰 없음
리뷰 답변