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 是一种动态策略——它会实时思考、学习并适应市场。 这不仅仅是自动化,更是一场持续的进化。 更上一层楼的智能:让您自由发挥的核心功能 人工智能决策 动态模式识别 预测趋势分析 基于实时数据的智能进出逻辑 多引擎策略核心 – 四种模式,同一个目标:赢。 NeoPips 引擎会根据实时信号自动切换引擎: 剥头皮模式 – 捕捉快速波动的爆发 波动模式 – 瞄准长期趋势阶段 突破模式 – 在重大经济新闻发布时激活 ️ 安全守护模式 – 在市场波动时介入 效果:无缝过渡,在所有市场阶段
Equity Tracker MT5 Equity Tracker MT5 是一款用于 MetaTrader 5 的账户监控型智能交易系统(Expert Advisor),可通过通知消息报告交易活动、账户状态和技术运行情况。 该智能交易系统独立于任何交易逻辑运行,不会影响订单执行或交易管理。 本产品不会开仓、修改或平仓交易。 它仅用于监控和发送通知。 用途 Equity Tracker MT5 适用于希望随时了解交易账户状态、但又不想持续盯盘的交易者。它可以与任何交易策略或其他智能交易系统同时使用。 账户级别监控 交易活动通知 技术状态监测 账户与风险状态监控 该智能交易系统会持续评估账户参数,并在满足预设条件时报告变化。 净值(Equity)和回撤水平通知 保证金水平监控 用户自定义预警阈值 心跳机制与终端状态 可启用心跳机制,定期确认 MetaTrader 终端和智能交易系统是否正常运行。 如果心跳消息停止,可能表示终端卡死、崩溃或连接中断。 定期状态确认消息 提前发现终端或 VPS 中断问题 通知发送方式 通知通过 MetaTrader 的 WebRequest 功能发送至受支持
BulkOp Trade Manager
Ahmed Jumaa Saif Ali Almheiri
BulkOp Trade Manager 交易更快速。管理更智能。平仓更自信。 BulkOp Trade Manager 是一款强大的 MT5 交易管理工具 EA,专为需要速度、控制力和清晰执行体验的交易者打造,可直接在图表上管理交易。 它适合活跃的手动交易者、剥头皮交易者、黄金交易者,以及希望用更少点击管理多个仓位的交易者。 为什么选择 BulkOp? 超快速 Buy 和 Sell 执行 一键批量平仓盈利订单 一键批量平仓亏损订单 支持键盘快捷键交易控制 批量开仓功能 快速关闭 Buy 或 Sell 仓位 支持管理 MT5 手动和手机端交易 智能风险工具:SL、TP、ATR、Break-even 或无 SL/TP 模式 使用可视化价格线管理挂单 网格订单工具 保存和加载常用设置 图表上的清晰下拉式控制面板 为速度而生 BulkOp 专为快速市场反应而设计。 通过一个专业面板,即可开仓、锁定利润、控制亏损、管理风险并控制多个仓位。 适合人群 XAUUSD / 黄金交易者 剥头皮交易者 日内交易者 手动交易者 需要快速执行的交易者 管理多个仓位的交易者 核心功能 Main Contro
Risk Manager for MT5
Sergey Batudayev
4.31 (16)
MT5 的 Expert Advisor 风险管理器是一个非常重要的程序,我认为对每个交易者来说都是必要的程序。 使用此 EA 交易,您将能够控制您交易账户中的风险。风险和利润控制可以以货币形式和百分比形式进行。 要让智能交易系统工作,只需将其附加到货币对图表并以存款货币或当前余额的百分比设置可接受的风险值。 PROMO BUY 1 GET 2 FREE -   https://www.mql5.com/en/blogs/post/754725 顾问功能 该风险经理将帮助您控制风险: - 交易 - 每天 - 一个星期 - 一个月 你也可以控制 1) 交易时允许的最大手数 2) 每天最大订单数 3) 每天最大利润 4) 设置 Equity 的获利了结 不仅如此,如果您在设置中指定自动设置,顾问还可以为您设置默认的止损和止盈。 顾问会在每个事件中附上警报,并向您解释删除订单的原因。比如你开了,你开了第6个订单,按照你的规则你每天只允许开5个订单,顾问会立即删除6个并说明原因。 例如,您开仓的手数比您最初向自己指示的手数大,顾问将删除订单并解释原因。例如,您每天赚取 5
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% допустимое сниже
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 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
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 金融机器人:LaunchPad 市场专家 - 专为开启交易而设计! 这是一个使用特殊创新和先进算法来计算其价值的交易机器人,是您在金融市场世界中的助手。 使用我们来自 SolarTrade Suite 系列的指标集来更好地选择启动此机器人的时机。 在描述底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融机器人:LaunchPad 市场专家是一款创新软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融机器人的优势:LaunchPad 市场专家: - 准确计算:我们的机器人使用先进的算法和分析方法来准确预测市场走势。 计算购买和出售资产的最佳时机。 - 用户友好界面:直观的界面将使您能够轻松掌握程序并在安装后立即开始享受其好处。 - 专家支持:我们的专业团队随时准备为您解答任何问题,并为您提供有关使用该程序的建议。 立即试用 SolarTrade Suite 金融机器人:LaunchPad Market
SOLOMON Statistical Arbitrage PRO 带有卡尔曼滤波器 + 蒙特卡洛优化的高级配对交易 EA 概述 SOLOMON Statistical Arbitrage PRO 是一款专为严肃交易者设计的先进 配对交易(Pairs Trading) Expert Advisor,旨在从两个高度相关金融工具之间的均值回归机会中获利。 该 EA 采用先进的统计方法,包括 卡尔曼滤波器 (Kalman Filter)进行动态对冲比率计算、 蒙特卡洛模拟 (Monte Carlo)优化最佳 Z-Score,以及强大的风险管理系统,能够在严格控制风险的同时识别高概率交易机会。 核心功能 三种 Beta 计算方法 :静态、OLS 回归和 卡尔曼滤波器 (自适应) 动态入场 Z-Score 优化 ,通过蒙特卡洛模拟(100+ 路径) 智能仓位大小计算 ,基于价差波动率和账户风险 多种止损与止盈模式 : 基于 Z-Score 账户余额百分比 风险回报比率 极端跳空保护 —— 过滤市场剧烈波动 Early Close 技术 —— 在接近零时平仓,实现干净退出 实时与历史价差分析 完整
EA Auto Martingale MT5介绍 Auto Martingale 是一个专家顾问(EA),它帮助您轻松地从您的手动交易中创建美元成本平均法(DCA)交易。通过高级设置,EA Auto Martingale 允许您以自己的方式创建完美的马丁格尔策略,有效地优化利润并管理风险。 Auto Martingale的主要功能: Magic Number :默认值为0。此值将自动基于您的第一个手动交易。 Maximum Deviation / Slippage :限制最大偏差/滑点以保护您的交易。 Validate Available Order Margin :在执行新交易之前验证可用的保证金。 Indicator Input :Auto Martingale 使用参数为 period=3 和 shift=2 的SMA指标来确定当价格对您不利时的入场点,然后显示出价格回升的迹象。如果您想在价格低于200点时进行DCA,可以将SMA Period调整为1,SMA Shift调整为0。 Buy/Sell Setting :当价格下跌/上涨超过一定点数时设置一个额外的买入/卖出订单。
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: MT5的基础算法风险控制台 对于自主交易者来说,最大的敌人不是市场,而是缺乏纪律的自我。您拥有一个可靠的策略,但在高压时刻,您能完美地、始终如一地遵守您的规则吗?您能毫不犹豫地止损吗?您能让盈利的头寸持续增长,而不是因为恐惧而过早地了结吗?对大多数人来说,答案是否定的。这个在策略和执行之间的鸿沟,正是利润流失的地方。 DR Trade and Risk Manager 是弥合这一鸿沟的终极工具。它是一个基础的风险与交易管理控制台,旨在成为您坚定不移的算法合作伙伴。这个工具不预测市场,它强制执行您的计划。它提供了一个机构级的框架,以数学般的精度来管理您的交易,让您从导致结果不一致和账户爆仓的情绪过山车中解脱出来。 我们专注于专业交易管理的绝对要素:一个强大的算法引擎、一个统一的风险仪表板和稳健的执行。这个控制台是为那些不寻求灵丹妙药,而是寻求一个强大武器,将自己的战略规则锻造成持续、可盈利行动的严肃交易者而打造的。 为什么即使是最好的策略也会失败(以及如何修正) 没有纪律的执行,一个盈利的策略也毫无用处。这正是大多数交易者失败的地方,
Super Rebate Mix System
Mr Punnatorn Tunbee
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
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
Local Trade Copier by RWBTradeLab — copy trades between MetaTrader 5 accounts on the same PC, instantly and reliably. One lightweight tool that turns any MT5 account into a Master (signal source) or a Client (copier) — just pick the role in the inputs. Perfect for managing multiple accounts, copying your own strategy across brokers, or running prop-firm and personal accounts side by side. No DLL required · Works across different brokers & account types · One file, both roles ——————————————
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 是一个全自动的外汇交易智能交易系统(EA)。该机器人创建于 2014 年 ,在此期间完成了大量盈利交易,在我的个人账户上实现了超过 7000% 的收益增长 。经过多次更新, 2019 年版本 是最稳定、最优秀的。机器人可用于任何交易品种,但在 EURGBP、GBPUSD(M5 周期) 上表现最佳。使用错误的参数会导致较差结果。 真实账户的 set 文件仅提供给购买者。 ️ 主要优势 无马丁格尔、无对冲、无加仓,始终使用 SL/TP 。 高速测试与优化。 可选 Dynamic Take-Profit ,自动适应价格通道高低点。 内置 新闻日历过滤器 ,自动避开重大事件。 自动检测 GMT 偏移 。 针对实盘交易长期优化,结果稳定。 设置后可自动运行,无需干预。 参数说明 Core / Trading type_order — 订单执行类型 (默认 ORDER_FILLING_FOK)。 ReverseTrade — 反转交易方向。 ToolEnter — 入场工具 (RSI 或 None)。 RSI304 / NoRSIbars — RSI 周期与
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 是一款专业的 MetaTrader 5 交易机器人(Expert Advisor),根据 Hull Moving Average (HMA) 的方向进行交易。HMA 指标确定当前趋势方向,顾问据此开仓,并辅以 Smart Risk 资金管理、自适应网格交易、追踪止损、保本止损和时间过滤器。 该顾问支持 Netting 和 Hedging 账户,适用于黄金(XAU/USD)、外汇货币对、原油、指数和加密货币的交易。 为什么选择 HMA SCALPER PRO EA - Hull Moving Average 信号 — 基于 HMA 方向入场,该指标对趋势变化的反应快于经典移动平均线 - 多时间框架 HMA 计算 — 方向可在独立于图表时间框架的单独时间框架上计算 - Smart Risk 替代经典马丁格尔 — 每个后续网格订单的手数都比前一个小 - 自适应网格交易 — 固定步长、订单限制、
Lycan
Leo Carlo Bermudez
Lycan is an automated S calping system optimized for XAUUSD (Gold) on the MetaTrader platform. The EA does not use grid or martingale recovery methods. It applies volatility-based stop loss protection and rule-based filters (spread, news, and session) to select scalp trade opportunities using confirmed breakout strength, rather than relying on high-frequency or recovery-based entries. Core Principle: No Grid, No Martingale, Dual Scalp Strategy System Lycan does not add to losing positions, doe
FREE
Gold Ray
Dmitriq Evgenoeviz Ko
Gold Ray MT5 — The Art of the Golden Ratio in Trading Gold Ray is more than just a trading robot. It's the culmination of years of research into the dynamics of gold ( XAUUSD ), embodied in a highly accurate spectral analysis algorithm. While most expert advisors use outdated indicators, Gold Ray works with the price structure itself, calculating the trajectory of the "golden ray"—the moment when market liquidity and volatility converge into a powerful directional impulse. Why is Gold Ray your
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
NEURAL GOLD EDGE: The AI-Powered Revolution in XAUUSD Scalping NEURAL GOLD EDGE represents the pinnacle of automated trading technology. Developed specifically for the XAUUSD (Gold) market, this Expert Advisor combines advanced neural network logic with price action analysis to exploit market volatility like never before. Unlike traditional EAs that rely on lagging indicators, NEURAL GOLD EDGE analyzes market structure in real-time, executing trades with surgical precision. The result is
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 (214)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
TradePanel MT5
Alfiya Fazylova
4.88 (162)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
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:/
================================================================================ 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
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
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
VirtualTradePad PRO SE MT5 — MetaTrader 5 专业交易控制中心 VirtualTradePad PRO SE 是一款基于图表的高级交易面板,也是适用于 MetaTrader 5 的交易管理工作区。它专为希望获得更快执行、更清晰持仓控制、结构化交易管理、可视化价位规划,以及直接在图表上完成专业交易流程的交易者而设计。 这不仅仅是一个 BUY / SELL 面板。PRO SE 将手动交易、挂单、持仓管理、部分平仓、篮子利润/亏损控制、加仓均价层级、ATM 规则、信号监控、实时市场信息、策略测试器 (Strategy Tester) 流程以及面向 VPS 的运行方式整合到一个互相关联的界面中。 MT4 版本 | 完整说明和截图 | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会选择这套面板 图表一键交易 ,并支持键盘快速操作 快速完成开仓、平仓、修改、反转、锁仓与部分平仓 深度控制仓位、挂单、总利润与风控逻辑 自动参数计算,减少手动输入与重复劳动 为什么 PRO SE 比标准手动交易更高
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.
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Unlimited Trade Copier Pro MT5 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 n
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
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
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – 全能智能交易一站式解决方案 概述 想象一下,您可以在几秒钟内扫描整个市场——外汇、黄金、加密货币、指数,甚至股票——无需手动筛选图表、繁琐安装或配置指标。 EASY Insight AIO 是您专为 AI 交易打造的即装即用数据导出工具。它将整个市场快照一次性输出为简洁的 CSV 文件,直接支持 ChatGPT、Claude、Gemini、Perplexity 等各类 AI 平台的即时分析。 无需窗口切换,无需图表叠加,也没有任何杂乱。只需纯净、结构化的数据自动导出,让您专注于基于数据的高效决策,无需再盯盘耗时。 为什么选择 EASY Insight AIO? 真正的一体化 • 无需设置,无需安装指标,无图表叠加。只需安装、运行并导出——就是这么简单。 多资产全覆盖 • 扫描分析外汇、金属、加密货币、指数、股票——您的券商所能提供的一切市场。 AI 专属数据导出 • 高度结构化、针对 AI 优化的 CSV 文件,直接适配主流智能工具和平台。 完整导出内容: • 三个可选周期的货币强度分析 • 净多头头寸变化体现市场情绪 • 成交量变化、
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
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
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
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
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
神速EA跟单(TradeMirror)是一款专为MT4/MT5平台设计的本地化订单复制工具,支持实时同步交易操作。 使用教程 请点击 神速EA跟单使用教程 链接以查看更多使用教程 产品优势 基于金融软件对安全性、稳定性与隐私保护的高标准要求,我们在三大核心维度进行了深度优化: 简洁直观的图形界面,轻松实现零门槛操作 强化隐私保护机制,满足金融场景的敏感数据隔离需求 毫秒级订单同步,确保信号分发精准无延迟 全面兼容MT4/MT5双平台,无缝适配各类交易环境 智能系统监测结合邮件通知,实时保障交易稳定性 核心功能特性 产品搭载以下专业级跟单功能: 多账户并行连接 邮件实时推送 自定义手数调节 信号筛选机制 反向交易模式 止盈止损重置 免费体验流程 正式购买前,您可通过以下步骤免费试用完整功能: 点击页面中的「免费演示」按钮 勾选「确认已安装MetaTrader 4/5」选项 授权浏览器启动MT4/MT5客户端 在平台内导航至「专家顾问/市场/TradeMirror」并启动测试模式 启用「复盘显示」功能(确保GUI界面可视化) 点击「开始」按钮 通过图表窗口查看TradeMirror交互界面
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
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
Telegram to MT5 Coppy
Sergey Batudayev
5 (10)
Telegram 到 MT5: 终极信号复制解决方案 使用 Telegram 到 MT5 简化您的交易,这款现代化工具可直接从 Telegram 频道和聊天室复制交易信号到您的 MetaTrader 5 平台,无需 DLL 文件。这款强大的解决方案可确保精准的信号执行、丰富的自定义选项,节省时间并提高您的效率。 [ Instructions and DEMO ] 主要特点 直接 Telegram API 集成 通过电话号码和安全码进行身份验证。 通过用户友好的 EXE 桥轻松管理聊天 ID。 添加、删除和刷新多个频道/聊天以同时复制信号。 使用高级过滤器进行信号解析 跳过包含异常词(例如“报告”、“结果”)的不需要的信号。 支持灵活的 SL 和 TP 格式:价格、点数或点数。 自动计算指定点而不是价格的信号的切入点。 订单定制和灵活性 使用多种模式配置订单大小:固定手数、动态手数(% 风险)或特定符号手数。 使用信号数据或自定义参数调整 SL/TP。 设置滑点限制、挂单到期时间和重试参数,以实现无缝执行。 综合符号管理 排除特定符号或映射到特定经纪人的符号。 自定义信号和经纪商符号之间
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
The News Filter MT5
Leolouiski Gan
4.78 (23)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了   The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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 unique data streams. The Supervisor r
作者的更多信息
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
筛选:
无评论
回复评论