Neuron Copier and Trade Manager

NeuronCopier — a local MT5 trade copier that actually thinks

Most copiers blindly mirror lots. NeuronCopier verifies the symbol by price, sizes each trade by risk, scores the master it is copying, protects the receiving account against prop-firm and drawdown breaches, and ships with a full on-chart trade manager. It mirrors trades from one MetaTrader 5 account to one or many others running on the same PC, instantly and reliably, through the shared terminal data folder. 100% native MQL5 — no DLL, no socket, no WebRequest, no external service.

Set MASTER on the source terminal and SLAVE on each target, give them the same channel name, and trades mirror in real time. Utility — it copies and manages real trades.

At a glance

  • Price-verified symbol matching — maps GOLD to XAUUSD, NAS100 to NASDAQ/USTEC, US30 to DOW, by live price, not just by name.
  • Four sizing modes — Equal-risk %, Balance-ratio, Multiplier, Fixed.
  • Prop-Safe copy — caps and auto-flattens every copy to your prop firm's daily / max-DD limits.
  • Master Score (0–100) — scales copy size to the master's live equity-curve health.
  • Portfolio risk budget — caps total open copied risk to a % of equity.
  • Exit overlay — your own break-even, R-trailing and partial take-profit on copied trades.
  • Built-in Trade Manager — BUY/SELL, close grid, reverse, close %, ATR & R:R helpers.
  • Master-off safety — when the master shuts down the slave holds your trades and stops re-opening.
  • 100% local & native: no DLL, no socket, no WebRequest.

The copy engine

  • One master, many slaves — one source terminal broadcasts; any number of slave terminals on the same PC receive. A slave can also merge several masters (multi-master).
  • Price-verified symbol mapping — different brokers name the same market differently. NeuronCopier builds candidates from the name, a built-in alias table (metals, indices, oil, crypto) and your Market Watch, then picks the one whose live price matches the master's — so a master "GOLD" at 4170 maps to the slave's XAUUSD at 4170, never the unrelated "GOLD" CFD at 42. Broker suffixes (.r, .pro, m) are handled automatically.
  • Full mirroring — opens, closes, partial closes and SL/TP changes are all copied. Optional reverse (buy↔sell) and copy-only-new modes.
  • Master-off detection — the master writes a heartbeat; if it shuts down, the slave shows "MASTER OFF", holds your positions and stops re-opening anything you close.
  • Journaling — every copy is logged to NeuronCopier_journal.csv.

Smart position sizing

  • Equal-risk % — sizes every account to the same % risk off the stop-loss, so a $1k and a $100k account each risk the same percentage (the master must attach an SL).
  • Balance-ratio — scales proportionally to account size (a 10× bigger account trades a 10× bigger lot).
  • Multiplier — a fixed multiple of the master lot.
  • Fixed — a constant lot. All modes are clamped by min / max lot.

Protection engines (toggle & tune live in the panel)

  • Prop-Safe copy — enter your prop firm's daily-loss and max-drawdown limits. NeuronCopier caps every copied trade so a single position can't breach the rules, and auto-flattens all copies before a breach. Copy any master without blowing your challenge.
  • Master Score (0–100) — grades each master's live equity curve (trend + drawdown) and continuously scales copy size to its health — bigger when hot, smaller when cold.
  • Portfolio risk budget — caps the total open copied risk to a set % of your equity (book-level, not just per-trade).
  • Exit overlay — run your own break-even, R-trailing and partial take-profit on copied trades, independently of the master.
  • Master-health filter — pause copying a master while it is in drawdown.
  • Slave risk guard — stop new copies on max positions, max drawdown % or daily-loss % of the receiving account.

Built-in Trade Manager

  • Sizing — lot stepper, or risk-% sizing off the stop distance.
  • Exits — SL & TP in pips, with an ATR button (fill SL from live volatility) and an R:R control (set TP from the SL).
  • Execution — one-click BUY / SELL, CLOSE BUY / CLOSE ALL / CLOSE SELL, DELETE PENDING, REVERSE, CLOSE %.
  • Copier control — a FLATTEN-ALL-COPIES panic button.

Live dashboard

  • Slave — sync status, copied count and P&L, the live Master Score, and your configured Prop-Safe / Risk-budget limits.
  • Master — broadcasting status plus every connected slave with its account, sizing and P&L.
  • In-panel control — a Settings page lets you toggle every engine on/off and tune its values with +/- steppers, live, without re-opening the inputs.

How it works

Everything runs locally between MetaTrader 5 terminals on the same PC, through the shared Common\Files folder. The master writes its open positions; the slaves read and reconcile them, tagging each copy so closes and partials stay in sync. There is no internet connection, no DLL, no socket and no third-party service — which also makes it MQL5-Market compliant.

Inputs

Input Default What it does
General
Mode MASTER Role of this terminal — MASTER broadcasts trades, SLAVE receives them.
Channel NeuronCopier1 Shared name linking a master to its slaves. A slave may list several: A;B;C.
Slave — position sizing
Sizing method Risk % Multiplier / Fixed / Risk % (equal-risk) / Balance-ratio.
Multiplier 1.0 Lot multiplier (× master lots) for Multiplier mode.
Fixed lot 0.10 Constant lot for Fixed mode.
Risk % 1.0 Risk % of equity for equal-risk mode (requires a master stop-loss).
Max lot 50.0 Maximum lot cap.
Min lot 0.0 Minimum lot (0 = broker minimum).
Slave — copy options
Copy SL / TP true Mirror the master's stop-loss and take-profit.
Mirror partial closes true Reduce the slave proportionally when the master partially closes.
Reverse false Copy in the opposite direction (buy↔sell).
Ignore trades open at start true Only copy trades the master opens after the slave starts.
Slave — symbol mapping
Auto-detect by price true Find the correct slave symbol by matching the master's live price.
Price-match tolerance % 15.0 How far the prices may differ — rejects a wrong same-name symbol.
Slave prefix / suffix (empty) Manual prefix / suffix for the slave symbol (e.g. .r).
Strip master suffix (empty) Remove this suffix from the master symbol before mapping.
Custom map (empty) Explicit map, e.g. EURUSD=EURUSD.r;XAUUSD=GOLD.
Slave — Prop-Safe copy
Prop-Safe false Cap & flatten copies to prop-firm rules.
Daily-loss limit % 5.0 Prop daily-loss limit.
Max-drawdown limit % 10.0 Prop maximum-drawdown limit.
Per-trade room share 0.60 Max share of the remaining room any single copy may use.
Flatten-at fraction 0.85 Auto-close all copies once this fraction of the limit is used.
Slave — Master Score
Use Master Score true Scale copy size by the master's live equity-curve score.
Scoring window (min) 60 Window used to grade the master's equity curve.
Slave — portfolio risk budget
Use risk budget false Cap the total open copied risk.
Max aggregate risk % 5.0 Maximum combined open risk as a % of equity.
Slave — exit overlay
Exit overlay false Manage copied exits independently of the master.
Break-even at +R 1.0 Move SL to break-even at this R (0 = off).
Trail by R 0.0 Trail the SL by R once +2R is reached (0 = off).
Partial at +R 0.0 Close part of the position at this R (0 = off).
Partial % 50.0 Portion closed by the partial take-profit.
Slave — master-health filter
Pause master in drawdown true Stop copying a master while it is in drawdown.
Master DD % to pause 8.0 Master equity drawdown that triggers the pause.
Slave — risk guard
Protect account true Enable the receiving-account guard.
Max copied positions 20 Stop new copies above this many open positions.
Slave DD % stop 10.0 Stop new copies at this slave equity drawdown.
Slave daily-loss % stop 5.0 Stop new copies at this slave daily loss.
Slave — filters / execution
Only this master magic 0 Copy only trades with this magic (0 = all).
Slave magic 990101 Magic assigned to copied trades.
Max slippage (points) 20 Maximum allowed slippage on copy execution.
Master
Exclude copied-in trades true Do not re-broadcast trades that were themselves copied in.
Display
Log copied trades true Write each copy to NeuronCopier_journal.csv.
Show panel true Show the on-chart dashboard / manager.
Panel font Segoe UI Font used in the panel.
Panel corner / margins Bottom-left / 16 Panel position and X/Y margins from the chosen corner.

Compatibility

  • MetaTrader 5, any broker, any symbol — forex, metals, indices, oil, crypto.
  • Both terminals must run on the same Windows PC (this is a local copier).
  • Hedging or netting accounts; MT5 build 3200+.

Please note

  • Local copier only (same PC, MT5→MT5). It does not copy over the internet between different machines.
  • Some prop firms prohibit copy-trading across accounts — please follow your firm's rules; the tool is neutral.
  • For true equal-risk % sizing the master must attach stop-losses (that is how risk is measured). Without a master SL, sizing falls back to account-proportional (balance-ratio).
  • It manages real trades — test on demo first and use sensible risk settings.

4xNeuron — copy smart, trade together.

推荐产品
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
Instructions for Using Reverse Copier EA Attach EA to Charts Open MetaTrader and attach the EA to any chart on both accounts (master & slave). Make sure AutoTrading is enabled. Master Account (Signal Sender) Set Mode = Master in EA settings. This account will send trade signals. Slave Account (Signal Receiver) Set Mode = Slave in EA settings. This account will receive trades in reverse (opposite direction). Lot Multiplier In Slave EA settings, set Multiplier to control lot size. Example: 1.0
Name:   DCFX Ultimate Risk Manager v5.65 – Semi-automatic Risk Manager for MT5 Short description: Professional MT5 assistant for risk and position management. Calculates lot size based on risk %, works with visual orders (drag lines), automatically locks profits using SAFE (1:1), EXIT (1:2), SING (close only one trade at 1:2), 50% @ 1:2 + breakeven. Includes Target Profit and pending orders. Detailed description: DCFX Ultimate Risk Manager v5.65 is a semi-automatic tool for MetaTrader 5 traders
1.这是什么: 下载Market Watch中所有的Symbol数据到系统。PS:不是把数据输出到文档。 2.为什么要用这个: 如果系统中没有数据:网络链接不好的时候,用MT5看一个Symbol需要等待很长时间;在不同Symbol或不同TimeFrame切换,如果系统没有数据也需要等待很久;如果进行长时间回测,系统没有数据,需要下载很长时间。 所以提前把历史数据下载到系统中,能提高工作效率。 3.怎么使用: parameters: input bool bool_usualtimeframe=true; //true-系统默认TimeFrames; || false-所有的TimeFrames. input bool bool_allSymbol=true; //true-Market Watch中所有品种; || false-根据你的输入 input string input_Symbol=NULL; //上面参数为false时,输入你的Symbol名称 input datetime time_Start=D'2017.01.01'; //默认数据下载开始时间 input int s
This reliable, professional trade copier system is without a doubt one of the best on the market, it is able to copy trades at very fast speeds from one master account (sender) to one or multiple slave accounts (receivers). The system works very fast and mimics the master account a full 100%. So changing stop losses, take profits, pending orders on the master account is executed on the slave accounts too, like each other action. It is a 100% full copy (unlike many other copiers who only copy ma
AlgoMania Trade Manager
Ehab Basheer Abdulsalam Yahia
Introducing our advanced MT5 Trade Manager – an indispensable tool tailored for astute traders employing the martingale strategy and executing multiple trades on a single chart. Key Features: Effortless Lot Size Management: Streamline your trading process with intuitive and rapid lot size adjustments through simple mouse clicks. One-Click Trade Management: Close all trades or selectively close profitable ones with unparalleled ease, enhancing efficiency and saving valuable time. Comprehensive S
适用于MT5平台的“WPR双均线指标”,无重绘。 - WPR本身就是短线交易的最佳震荡指标之一。 - “WPR双均线指标”允许您查看WPR震荡指标的快慢均线。 - 该指标能够帮助您及早发现价格回调。 - 此指标的参数设置非常简单,适用于任何时间周期。 - 您可以在图片中看到买入和卖出的入场条件。 - 通过 PC 和移动设备接收 WPR MAs 交叉警报。 买入信号示例: (1) - 如果快均线向上穿过慢均线,且WPR值低于-50:开立买单。 (2) - 一旦WPR值进入超买区域,高于-20:平仓。 卖出信号示例: (1) - 如果快均线向下穿过慢均线,且WPR值高于-50:开立卖单。 (2) - 一旦 WPR 值低于 -80 进入超卖区域:平仓卖单。 点击这里查看高质量的交易机器人和指标! 这是仅在 MQL5 网站上提供的原创产品。
Telegram to mt5 signal copier
Chukwuemeka Kingsley Anyanwu
5 (1)
Copies Signal from any Telegram channel and instantly executes the trade on MT5 without admin rights! Do you receive trading signals on Telegram and wish they could execute instantly on Meta Trader 5? READ THIS FOR SETUP GUIDE Telegram to MT5 Signal Copier  (AKA SpackCopier Bot) is a powerful bridge between your Telegram signal channels and MetaTrader 5. It listens to messages from a specific Telegram channel and automatically extracts trading signals — including symbol, action, entry price, s
You have 5 positions open on XAUUSD. Net floating is +$30 - looks fine. But look closer: 3 buys, 2 sells. The buys are carrying 0.60 lots, the sells only 0.20. One of those buys has been sitting underwater for 90 minutes. Margin level is at 390% and drifting down. Stress is building - quietly, invisibly - while the terminal just shows you a list of rows. This is exactly where traders get caught. Not by a single bad trade, but by a book that drifted into a dangerous shape while they were watching
Elite Telegram Trade Copier & Community Manager (v3.94) Welcome to the ultimate solution for professional Telegram signal copying and community management. This Expert Advisor is not just a standard copier – it is a fully automated Trade Management Engine , a Signal Analytics Tool , and a Marketing Funnel for your own Telegram channels. Whether you want to automate trades from your favorite signal providers or manage your own VIP and Follower channels simultaneously, this EA handles everything:
FREE
Account Protector Metatrader 5
Emmanuel Lovski Ijeawele Maduagwuna
Account Protector Meta Trader 5 This utility prevents risk of ruin per trading cycle.  Retail forex trading accounts are designed with stop-out levels that make it nearly impossible to restore lost capital after a trader — human or algorithmic —   blows an account . This is especially frustrating for traders who have grown their account to multiples of its starting value, only to suffer irreparable losses from a series of bad trade entries. The Account Protector solves this by enforcing a specif
Forget about enabling templates when you launch the window. Auto Template Master Service  is a professional utility tool that runs as a system service in MetaTrader 5, and it will do it for you. Unlike traditional indicators or expert advisors (EAs), the program runs in the background of the entire terminal and doesn't require you to add it to each window individually. As soon as you open a new chart of any instrument (Forex, Stocks, Crypto), the service immediately detects the new window and a
历史订单统计 (Advanced History Collector Panel) MT5 版本 历史订单统计 是一款专为 MetaTrader 5 (MT5) 设计的高级账户分析与可视化工具。它能够深度复盘您的交易历史,将枯燥的成交数据转化为直观的图表与详细的统计报表。 核心功能: 多维度数据统计 :精准计算每日/周/月的盈亏、订单总量、多空对比及手数分布。 可视化图表系统 :内置盈亏折线图、净值曲线、持仓品种分布柱状图等多种统计视图,支持实时动态绘制。 深度风险分析 :自动统计最大浮盈、最大浮亏及账户余额变动,助您洞察资金管理中的薄弱环节。 高度自定义 UI :支持字体、颜色、面板尺寸及统计时间范围的完全自定义,适配各种分辨率屏幕。 数据自动化 :支持历史数据导出与自动加载,确保统计结果的连续性与实时更新。 无论是复盘交易策略还是日常资金监控,本指标都是您提升交易纪律、优化风控的得力助手。
FREE
该工具可以帮助你一键平仓所有持仓订单,只需要点击“Close all”.如果你只想平仓盈利中的订单时,就点击“Close profitable"按钮,点击之后,所有浮盈中的订单都会被全部平掉;如果你只想平仓浮亏中的订单,就点击“Close losable”按钮,点击之后,所有浮亏中的订单就会被全部平掉。 该工具经过一年的真实测试,一键平仓功能非常完善,平仓及时,延迟范围较小,当然,延迟和你所处的地区以及网络环境也有关系,这一点还请注意。 在历史数据的回测过程中,该工具表现更加完美,100张订单全部平仓完成最多只需要0.495秒。在真实交易过程中,本人最多持仓订单数量只有26笔,全部平仓完成的时间是1.28秒。
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
"Quick Copier" is designed to copy trading without any complicated settings. It copies master orders faster than "Just Copier" (https://www.mql5.com/en/market/product/20920). Please also check this product at fxina.hostingerapp.com.  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. Any type of copy is available. MT4 -> MT5 MT4 -> MT4 MT5 -> MT5 MT5 -> MT4 If you want to copy MT4 -> MT5 or MT5 -> MT
T Manager for Price action Traders
Haidar Lionel Haj Ali
4.5 (10)
T Manager, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place.   The market contains a diverse number of those tools , but this one is designed by traders for traders . I designed this tool, and I am using it daily. Take my advice and stop buying tools blended with un-useful features that you will never use,   T Manager provides you with the essential y
Trade Copier Simple Guide Trade Copier is an Expert Advisor (EA) for MetaTrader 5 (MT5) that lets you automatically copy trades from one account (the "Master") to another (the "Receiver"). It's designed for users who want to duplicate trading strategies across multiple accounts on the  same computer . No internet or external servers are needed—it uses a shared file on your machine to transfer trade info securely and quickly. How It Works Master Mode : Attach the EA to a chart on your main tradin
Crystal Copycat – MT5 Trade Copier Pro (Local + Online) OVERVIEW Crystal Copycat ULTIMATE HYBRID  is a professional MT5 trade copier designed for prop accounts, money managers, and signal providers who need both ultra-fast local copying and flexible online distribution. It supports 2 engines in one EA: Local File Engine – copies trades between MT5 terminals on the same PC/VPS using the MT5 Common folder (no DLLs, no external web APIs). Online Telegram Engine – sends master trades to a Telegram b
EA Performance Monitor 一款适用于MetaTrader 5的实用工具,可自动检测所有已打开图表中的活跃Expert Advisor,将每个EA与其交易数据进行映射,并在单一面板中实时显示回撤、盈亏、胜率和持仓指标。 EA Performance Monitor是MetaTrader 5的自动化监控工具。它按可配置的时间间隔扫描所有已打开的图表,通过幻数和品种识别每个正在运行的Expert Advisor,并将其绩效数据显示在图表的结构化面板中。该工具同时跟踪已平仓的交易历史和当前浮动持仓,从单一挂载点提供账户所有EA活动的综合视图。   概述 初始化时,工具从挂载时刻开始读取账户的交易历史。它扫描所有持仓以查找活跃幻数,并将每个幻数映射到运行Expert Advisor的对应图表。此映射持续维护:当新图表打开或关闭时,工具检测到变化并在下一个刷新周期内更新内部注册表。 对于每个检测到的EA,工具计算:已平仓总盈利、总交易手数、已完成交易次数、持仓数量、浮动盈亏、当前回撤占账户余额的百分比,以及从跟踪开始记录的最大回撤。胜率根据已平仓交易计算并以百分比显示。当仍有持
FREE
Tick Downloader
James Andrew Flannery
A simple script which will trigger a download of your broker's tick data for a specific trading instrument. Simply add to your chart and it will start the process.  You may add the script to multiple charts, enabling you to download tick data for more than one instrument at a time After a short period, the script will stop running and remove itself from your chart. Following this, it may take a few more minutes to finish downloading the tick data. The Tick Data folder can be found via MetaTrad
FREE
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
GoT Hedge Manager MT5 This Tool is suitable for traders who use Hedging Strategy GoT Hedge Manager MT5 Hello Traders...!! This tool is to help you to manage your hedge order It will not take any order if you not trigger the order by placing the line order Updated on V2: - Add ADX and ATR Filter For ADX it will help you to detect the market is ranging or trending For ATR it will help you to decide the hedge distance - Detect and Takeover your manual order To make the EA takeover your manual ord
Trade Dispensary Connect 是一款 MT5 EA 工具,旨在通过 Webhook 将交易以 JSON 格式发送到 Trade Dispensary 交易复制器。如果 Trade Dispensary 运行在您的本地计算机上,只需使用 http://127.0.0.1 :5000/webhook/mt5/[ACCOUNT_ID] 作为 Webhook URL 即可。如果 Trade Dispensary 运行在另一台计算机上,请获取该计算机的地址/域名。建议在这种情况下使用 Pinggy 或 Ngrok 等隧道服务。 这款 MT5 EA 专为与 Trade Dispensary 交易复制器配合使用而设计,但当然也可以与其他接受 JSON Webhook 交易的应用程序配合使用。它非常适合将手动交易和其他 EA 的交易复制到其他 MT5 经纪商账户或自营交易公司账户。对于喜欢使用 MT5 移动应用程序执行交易的期货交易者来说,它也很有用。交易会发送到 Trade Dispensary,然后复制到 TopstepX、ProjectX 和 NinjaTrader 平台
FREE
AW Metatrader to Telegram MT5
AW Trading Software Limited
5 (1)
用于发送通知的自动化系统,这样您的订阅者就不会错过您交易终端上的交易事件。一种实用程序,可向 Telegram Messenger 发送有关您账户上任何交易操作的通知。 将实用程序连接到 Telegram ->   HERE   / MT4 ->   HERE 中的频道的分步说明 优点: 简单的设置和详细的说明, 可以发送可调整的屏幕截图, 使用表情符号可定制的通知文本, 调整有关开仓、全部或部分平仓以及订单修改的通知, 默认发送通知时,会自动下载文本文件, 调整有关放置或删除挂单的通知, 通过符号和幻数方便地过滤。 输入变量: TELEGRAM BOT AND CHAT SETTINGS Telegram bot token - Enter the token number received after registering the bot in "BotFather" Telegram Chat ID - Enter the identification number received from "userinfobot" SETTING TRIGGERS SETTINGS
MQL Tool "Ofir Email to Telegram": Never Miss a Trading Alert Again! Tired of missing important alerts from your indicators and Expert Advisors (EAs)? Ofir Email to Telegram is the solution you've been waiting for! This revolutionary MQL tool automatically forwards all email alerts from your indicators and EAs directly to your Telegram account. Never again will you miss a trading opportunity or important notification! Here are just a few of the benefits of Ofir Email to Telegram: Quick and easy
MT5 到 MT5 交易复制器 —— MetaTrader 5 本地交易复制系统 概述 这是一款专业的 MetaTrader 5 本地交易复制系统,用于在同一台计算机或 VPS 环境中运行的多个 MT5 终端之间同步交易。 该系统专为管理多个交易账户的交易者设计,能够提供稳定可靠的交易复制功能,并支持灵活的配置选项。 系统可在个人电脑和 VPS 环境中稳定运行,其性能取决于终端和系统资源。 典型应用场景 多账户交易管理,并通过实时图形化仪表盘进行监控 Prop Firm(资管挑战账户)管理,监控从端终端并控制同步状态 MT5 终端之间的交易信号复制,执行快速且稳定 多账户投资组合分配 需要稳定交易复制和系统状态跟踪的 VPS 或本地部署环境 需要实时监控系统和终端健康状态的专业交易环境 核心功能 MT5 终端之间的本地交易复制 支持反向交易模式(Reverse Trade Mode) 支持多个主端(Master)和从端(Slave)终端 支持市价单和挂单复制 同步止损(Stop Loss)和止盈(Take Profit) Magic Number 过滤系统 仅买入(Buy On
Royal Copier
Janet Abu Khalil
Royal Copier — 专业版 MT5 交易复制器 Royal Copier 是一款适用于 MetaTrader 5 的专业本地实时交易复制器。 现在它已将两种功能整合到一个 MT5 Expert Advisor 中。 您只需在参数中选择 EA 运行于 Master 模式 或 Client 模式 。 这意味着同一个 EA 既可用于源账户,也可用于接收账户,同时保留原有复制器的运行逻辑。 Royal Copier 支持以下常见账户复制方式: MT5 到 MT5 MT5 到 MT4 MT4 到 MT4 MT4 到 MT5 如需与 MT4 进行复制,请使用 MT4_Copier 。 工作原理 Royal Copier 是一个本地复制器,通过同一台 Windows 电脑上的共享文件运行。 当 EA 设置为 Master 模式 时,它会监控源账户并将所有交易活动写入共享文件。 当 EA 设置为 Client 模式 时,它会读取该文件,并在接收账户上镜像执行相同操作。 复制器可以同步以下内容: 市价单 挂单 交易平仓 部分平仓 止损和止盈修改 挂单更新和删除 两个终端必须运行在同一台 Win
Signal Anywhere is an advanced version of Panel Anywhere , featuring an additional panel called Signal panel. This panel allows you to copy trades from a Signal Anywhere Provider to a Signal Anywhere Subscriber seamlessly. With Signal Anywhere , you can view market symbols and copy signals simultaneously without the need to switch between Expert Advisors (EAs). Features of the Signal panel: Local and internet-based trade copying Searchable, request, and acceptance functionalities Support for mu
货币强度交易面板 EA MT5   是适合任何初学者或专家交易者的创新解决方案!它将货币强度概念提升到一个全新的水平,因为它将它与价格行为相结合,并且可以应用于任何符号/货币对,除了通常的 8 种主要货币的 28 种组合。这意味着您可以交易任何货币对的强弱,包括所有货币、商品和加密货币(不是指数)。这是一款真正的突破性产品,通过使用彩色条形图,让您一眼就能清楚地了解 16/32 符号,从而直观地告知您任何对的 2 个部分的强度/弱点平衡,而无需破译复杂的强度线或直方图,就像在其他传统的货币强度解决方案中一样。 货币强度交易面板 EA MT5   也是您可以找到的最简单易用的 MT5 交易面板。它的所有选项和功能都集中在一个表面上,无需打开额外的窗户或面板。它是一个订单管理、风险计算器、部分关闭和帐户保护实用程序的合一,使用起来极其方便!通过使用 货币强度交易面板 EA MT5 ,您可以比传统的手动交易方法更快、更准确地进行多次交易,这让您有更多时间和更清晰的头脑专注于您的交易决策。 货币强度交易面板 EA MT5  也是一个很好的账户保护实用程序,它可以在达到账户止盈或止损净值后关
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (211)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (139)
通过 Local Trade Copier EA MT5 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT5 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT5 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法
TradePanel MT5
Alfiya Fazylova
4.87 (157)
交易面板是一款多功能交易助手。该应用包含超过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: 覆盖信号
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
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
Trade Dashboard MT5
Fatemeh Ameri
4.95 (129)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
适用于 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 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
Premium Trade Manager - MetaTrader 5 快速、纪律化的交易管理工具 Premium Trade Manager 专为希望专注于决策的交易者而设计,让面板负责处理例程:仓位计算、下单、分批出场、移动止损、新闻屏蔽和资金盘限额,每笔交易都以同样纪律严明的方式执行。 这是一款用于 MetaTrader 5 的快速图表面板,接管了每笔交易中所有机械性的工作。您决定方向、品种和时机;面板根据您的风险计算仓位大小、下单并附带止损和目标位、分批减仓出场并跟踪剩余仓位。针对资金盘交易者,它更进一步:内置八家主流外汇资金盘机构的真实规则,实时显示您距每项限额的距离,并在订单即将触碰硬性限额时自动拦截。 购买前先亲手体验。 通过交互式演示,您可以直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Premium Trade Manager 是 Stein Investments 生态系统的一部分:20 余款交易工具,以及 Max,您的一对一 AI 交易导师。 
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:/
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.
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
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等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
Custom Alerts AIO:多市场智能监控,一键启动,无需设置 概述 Custom Alerts AIO 是一款“开箱即用”的高级市场扫描工具,无需额外安装任何其他指标或进行复杂设置。它内置了 Stein Investments 的所有核心指标(FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power),可帮助您轻松监控所有主要资产类别,如外汇、黄金、指数和加密货币。如果您的经纪商支持股票,您也可以手动添加个股进行监控。 1. 为什么选择 Custom Alerts AIO? 无需额外购买任何指标 • 所有关键指标均已内置,开箱即用。 • 专注于实时预警,不包含任何图形元素,性能高效,界面简洁。 全面覆盖所有主要市场 • 支持监控外汇、金属、加密货币和指数市场。 • 无需手动输入任何交易品种,只需在设置中勾选资产类别即可启用。 • 股票并不属于默认类别,如有需要可手动通过参数输入添加。 高效、专业、便捷 • 无需图表模板和手动加载,适合自动化或远程交易环境。 • 非常适合 VPS 上长期运行,或作为后台市场预警工具使用。 2
Trade copier MT5
Alfiya Fazylova
4.55 (44)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
AntiOverfit PRO MT5
Enrique Enguix
5 (6)
在购买 EA 之前,先确认它到底是真的扛得住,还是只是刚好在回测里走运。 大多数机器人都是靠一份漂亮的回测卖出去的。 曲线一路向上。 Profit Factor 很好看。 看起来几乎没有疑点。 但即便如此,很多 EA 只要市场不再按照那段历史那样运行,很快就会出问题。 为什么? 因为回测只能证明一件事: 这个策略曾经在某一条特定的价格路径上有效。 它不能证明它在其他路径下也能扛住。 不能证明它足够稳健。 更不能证明它值得你花钱。 因为你买 EA,不是为了欣赏过去那条漂亮的曲线。 你买它,是为了在会变化的市场里使用它。 AntiOverfit PRO 是做什么的 AntiOverfit PRO 帮你判断一个 MetaTrader 5 Expert Advisor 到底是真的够扎实,还是只是恰好适配某一段特定历史。 它的原理其实很容易理解: 它拿真实历史数据,生成许多与原始历史相似、但路径不同的版本,然后让你看到当市场不再完全照着原来的路线走时,这个 EA 会有什么表现。 如果你只是稍微改变一下市场路径,这个机器人就开始失效,那就是个坏信号。 而如果它在许多与原始历史相似的场景里都能稳住
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Timeless Charts
Samuel Manoel De Souza
5 (6)
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
YuClusters
Yury Kulikov
4.93 (42)
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
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
SMC Trade Pilot MT5 面向Smart Money Concepts交易者的半自动交易助手。在Telegram上接收带有图表截图的交易信号,然后通过一次点击下单。即使远离电脑,也可以从手机管理仓位。 解决的问题 Smart Money形态不会等您。Order Blocks和Liquidity Sweeps在伦敦开盘、纽约开盘或亚洲交易时段形成,而您往往在工作、开会或远离屏幕。当您查看图表时,形态早已过去。 SMC Trade Pilot将您的手机变成实时交易驾驶舱。本产品全天候扫描图表寻找SMC信号。当形态出现时,它会向您的Telegram发送完整的交易订单:图表截图、方向、入场价、建议止损、建议止盈、质量评分。由您决定。点击执行或点击跳过。 工作流程 本产品在后台监控图表。 检测到Smart Money信号时(BOS、ChoCH、Pending Break、新Order Block或Liquidity Sweep),Telegram会收到包含图表截图、信号详情和SL/TP建议的丰富消息。 三个内联按钮供您决策:EXECUTE、SKIP、MODIFY。 执行后,消息会更
Seconds Chart MT5
Boris Sedov
4.59 (17)
秒级图表 (Seconds Chart) - 一款专为 MetaTrader 5 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何支持自定义交易品种的指标和EA交易系统。操作它们就像在标准图表上交易一样方便。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 免费演示版: Seconds Chart v2.29 Demo.ex5 下载免费演示版,亲自体验: 功能齐全 - 所有功能无限制可用 24小时测试 - 足够评估准确性和便利性 仅限模拟账户 - 大多数经纪商均可轻松开立 仅限GBPCAD图表 - 大多数终端均可使用 如何安装演示版(60秒) 通过上方链接下载演示文件 打开MetaTrader -> 文件 -> 打开数据文件夹 -> MQL5 -> Experts 将下载的文件复制到Experts文件夹 重启终端 开立模拟账户 - 演示版仅可在模拟账户上运行 在导航中找到"Secon
================================================================================ 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
Copy Cat More Trade Copier MT5 (复制猫MT5) 是一个本地跟单软件,也是一个完整的风险管理和执行框架,专为当今的交易挑战而设计。从资金管理公司挑战到个人投资组合管理,它能适应各种情况,结合了稳健的执行、资本保护、灵活配置和高级交易处理功能。 该跟单软件可在主端(发送方)和从端(接收方)模式下工作,实时同步市价单和挂单、交易修改、部分平仓和对冲平仓操作。它兼容模拟和实盘账户、交易或投资者登录,并通过持久的交易记忆系统确保恢复功能,即使EA、终端或VPS重启也不例外。可以同时管理多个主端和从端,使用唯一ID,并通过前缀/后缀调整或自定义品种映射自动处理跨经纪商差异。 手册/设置  | Copy Cat More MT4 | 频道  特色功能: 易于设置——快至30秒(见视频)。 快速、稳定、准确——Turbo模式下低延迟复制(见截图)。 高安全性——不使用潜在危险的DLL或WebRequest。 持久交易记忆,避免孤立、丢失或不准确的交易。 可从手动或EA复制,支持所有账户类型。 品种自动前缀/后缀,快速设置;支持MT4和MT5之间复制。 非常灵活的多主端
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
Advanced Dashboard Ultra
Mirel Daniel Gheonu
5 (3)
MT5 统计仪表板 & 交易日志 ULTRA (Stats Dashboard & Journal ULTRA) 完整的交易指挥中心:分析、自动化与新闻情报。 Stats Dashboard ULTRA 是 Pro 分析工具的终极进化版。它将 MetaTrader 5 转化为专业的交易工作站,结合了机构级的绩效分析、自动新闻保护和高级心理指标。专为需要全面掌控的手动交易者和 EA 组合经理设计。 ULTRA 版本新功能 新闻情报引擎 (News Intelligence Engine): 不仅是看新闻——而是分析它。仪表板会模拟过去的新闻事件如何影响您的未平仓交易,告诉您是应该持有还是平仓。 EA 机器人卫士 (Bot Guard): 在高影响力新闻期间自动暂停您的其他智能交易系统 (EA),并在市场平静后重新启动它们。 真实权益回撤 (True Equity Drawdown): 基于日内浮动亏损 (MAE) 计算风险,而不仅仅是已结余额,为您提供真实的风险图景。 心理与效率评分: 游戏化的指标,衡量您的纪律性、交易效率 (MFE 捕获率) 和错误成本。 魔术编号 (Magic Nu
Signal TradingView to MT5 Pro Automator TradingView 与 MetaTrader 5 之间的即时专业执行 使用最强大的桥梁,将 TradingView 警报与 MT5 中的实际执行连接起来,实现交易策略的自动化。这款 Expert Advisor 专为要求速度、灵活性和完美风险管理的交易者设计,可将任何警报消息转化为精确的市价或限价订单。 优势与特点 通用解析引擎(专有): 先进技术,能够自动识别并提取任何警报格式中的数据。您不再受限于单一的死板格式;系统会自动理解交易品种(Symbol)、操作(Action)、价格(Price)、止损(SL)和止盈(TP)。 实时执行: 极速轮询技术(低于 1 秒),经过优化可将延迟降至最低。接收到信号后,订单将在毫秒内执行。 机构级风险管理: 基于以下方式自动精确计算手数: 净值/余额百分比(% of Equity/Balance): 每笔交易承担固定账户百分比的风险。 风险金额(Risk Amount): 设定在触发止损时损失的固定货币金额(例如:100 美元)。 固定手数(Static Lots)
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 频道。当检测到信号时,它会解析并发送给 EA。EA 根据您的经纪商解析品种名称,根据您的风险设置计算手数,并打开交易。 整个过程是自动的。您不需要坐在电脑前。 打开应用程序并登录 Telegram(仅首次需要)。 选择您想要监听的频道或主题。 按 Start。EA 负责其余工作。 支持的信号格
作者的更多信息
NeuronLiquidity is a chart-overlay indicator for MetaTrader 5 from Neuron Systems that maps where liquidity rests and marks the exact bar where it is taken. It is an indicator only: it draws on your chart and raises alerts. It does not place trades, it does not send buy or sell orders, and it does not manage positions or accounts. Native MQL5, no DLLs, no external dependencies. Works on any symbol (forex, gold and metals, indices, crypto) and any timeframe. === HOW IT FINDS LIQUIDITY POOLS === A
The trendlines with breaks indicator return pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. Trendline breakouts occur in real-time and are not subject to backpainting. Trendlines can however be subject to repainting unless turned off from the user settings. The indicator includes integrated alerts for trendline breakouts. Any valid trendlines methodology can be used with the indicator, users
FREE
Chandelier Exits
Muhammad Hassaan
*This is tradingview indicator converted to mql4* The Chandelier Exit Indicator is a popular technical analysis tool developed by Chuck LeBeau. It is designed to help traders identify potential exit points for their trades based on market volatility and the concept of trailing stops. The Chandelier Exit Indicator consists of three main components: Average True Range (ATR): The indicator utilizes the Average True Range, which measures market volatility. The ATR calculates the average range betwe
FREE
Trend Magicc
Muhammad Hassaan
*This is tradingview indicator converted to mql5* The Trend Magic Indicator is a popular technical analysis tool used to identify the direction of a market trend and potential trend reversals. It is a versatile indicator that can be applied to various financial instruments and timeframes. The Trend Magic Indicator consists of a combination of moving averages and a volatility-based filter. It aims to smooth out price fluctuations and provide a clearer visualization of the underlying trend. Here
FREE
SuperTrend V
Muhammad Hassaan
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
FREE
CM SlingShot System
Muhammad Hassaan
*This is tradingview indicator converted to mql4* The CM Slingshot System Indicator is a trading tool that aims to identify potential trade setups based on market volatility and price action. It is designed to help traders spot entry and exit points in trending markets. The CM Slingshot System Indicator combines multiple indicators and techniques to generate trading signals. Here are the key features and components of the indicator: Bollinger Bands: The indicator incorporates Bollinger Bands, w
FREE
UT bot alerts
Muhammad Hassaan
*This is tradingview bot converted to mql4* The UT Bot Alert Indicator is an advanced technical analysis tool designed to help traders optimize their trading performance. This innovative indicator is based on the proven UT Bot system, which utilizes multiple indicators to deliver accurate signals that can help traders make better decisions. The UT Bot Alert Indicator provides a range of features that can help you stay on top of market trends and capitalize on opportunities. Here are some of its
UT bot alert
Muhammad Hassaan
UT Bot Alerts is a technical indicator for MetaTrader 5 that highlights potential directional changes based on momentum conditions. The indicator marks signal points directly on the chart and can generate optional notifications for convenience. The signal generation logic can operate in two modes: Closed-bar mode: signals are confirmed only after the bar closes. Live-bar mode: signals are displayed during the formation of the current bar. Both modes are available depending on the user's preferr
HA Market Bias
Muhammad Hassaan
*This is trading view indicator converted in mql5* The HA Market Bias Indicator is a popular tool used in trading and technical analysis, designed to help traders identify market bias and potential trend reversals. It is commonly used in conjunction with candlestick charts and provides valuable insights into market sentiment. The indicator is based on the Heiken Ashi (HA) candlestick charting technique, which aims to filter out market noise and provide a smoother representation of price action.
AI Range Breaker
Muhammad Hassaan
Note: Kindly inbox me for setfile AI Range Breaker watches a time window you choose each day, marks that session’s high and low , then automatically places pending buy/sell orders just outside the range. If price breaks out, the EA manages the trade with breakeven, candle-based trailing, optional partial close, and a single scale-in once price moves in your favor. If nothing happens, the pending orders are removed after a set number of candles—keeping your chart and account clean. Best use Work
Trade. Allows you to perform basic trading operations in one click directly from the chart. Trading operations: Open Buy and Sell market positions with one click. Specify lot size manually before opening a trade. Set Stop Loss and Take Profit as price levels . Stop Loss and Take Profit are automatically initialized at a fixed distance from the current market price (default: ±50 pips , symbol-aware). Fully supports Forex, Metals (XAUUSD), Indices, and other MT5 symbols with correct price formatti
SMC Flow Cloud
Muhammad Hassaan
SMF Cloud is a clean, lightweight chart indicator that visualizes directional market flow using an adaptive trend “cloud”, dynamic volatility bands, retest markers, and a TradingView-style strength gauge. It is designed for fast decision-making: identify trend shifts, measure trend strength, and spot pullback/retest opportunities at a glance. Key Features Smart Money Flow Trend Cloud Smooth trend baseline (EMA or ALMA) with optional additional smoothing. Clear bullish/bearish flow visualization
This indicator builds a Pivot Anchored Volume Profile (VAP/VPOC approximation using tick volume) and automatically splits the profile into pivot-to-pivot segments , giving you a clean, TradingView-like view of where volume concentrated during each swing. It draws a horizontal histogram for every segment and highlights the Value Area and key levels, making it easy to spot acceptance/rejection zones, high-volume nodes, and potential support/resistance. Key Features Segmented Volume Profile (Pivot-
Chandelier Exit Pro
Muhammad Hassaan
Chandelier Exit PRO A precise and reliable trend-following indicator for MetaTrader 5 Chandelier Exit PRO is a professionally engineered implementation of the Chandelier Exit indicator, designed to closely match the original version in both logic and signal behavior. It provides clear trend direction, dynamic stop levels, and well-timed reversal signals, making it suitable for traders who require consistency and accuracy in their decision-making. Core Features Accurate Logic This indicator repli
NeuronScanner - Multi-Symbol Multi-Timeframe Confluence Scanner for MetaTrader 5 NeuronScanner is an on-chart scanner and dashboard for MetaTrader 5. It shows a colour-coded grid of confluence scores across many symbols and timeframes on one panel, so you can review a whole watchlist at once. Works on any symbol: forex, metals, gold, indices and crypto. HOW IT WORKS For every symbol and timeframe in the grid, NeuronScanner reads eight indicators and turns each into a simple vote - bullish, be
NeuronStructure reads market structure the way a desk does and labels every event on the exact closed bar that confirmed it, so what you see now is what you would have seen then. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the market-structure companion to NeuronLiquidity, built to sit alongside it: structure tells you the framework and bias, liquidity te
Neuron Sessions
Muhammad Hassaan
NeuronSessions maps the four trading sessions, Sydney, Tokyo, London and New York, directly on your chart and keeps the read honest: a completed session is frozen and never redrawn, only the live one develops. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the sessions companion to NeuronLiquidity and NeuronStructure, and is built to sit alongside them: stru
Neuron Sniper ICT
Muhammad Hassaan
NeuronSniper is a complete ICT (Inner Circle Trader / smart-money) workspace and setup engine for MetaTrader 5 from Neuron Systems. It maps the whole picture, market structure, liquidity, order blocks, fair value gaps and premium/discount, and then marks one strict, high-quality reversal setup with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or acc
Neuron Flow SMC
Muhammad Hassaan
NeuronFlow is a smart-money trend-continuation toolkit for MetaTrader 5 from Neuron Systems. It reads market structure and then, on every confirmed break, marks a continuation setup, a pullback into the fresh order block or fair value gap left by the move, in the direction of the trend, with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.
Neuron Super Trend
Muhammad Hassaan
NeuronTrend is a premium adaptive trend engine for MetaTrader 5 from Neuron Systems. It draws one clean, non-repainting baseline that colours the trend blue (up) or red (down), surrounds it with a translucent neon trend cloud, and reads the trend across timeframes in a live dashboard. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repaint
NeuronCloud is a premium moving-average cloud for MetaTrader 5 from Neuron Systems. A fast and a slow moving average fill a translucent neon cloud behind the candles and colour it blue (up) or red (down), while a multi-MA ribbon between them shows when a trend is fanning out or compressing into a squeeze. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5,
NeuronIchimoku is a premium Ichimoku Kinko Hyo indicator for MetaTrader 5 from Neuron Systems. It draws the full classic Ichimoku system, projects the cloud forward of price, and scores every Tenkan/Kijun cross with a transparent five-factor confidence engine so you can see, at a glance, which crosses agree with the bigger picture and which do not. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or a
NeuronQuant is a premium quant analytics indicator for MetaTrader 5 from Neuron Systems. It reads the chart with the kind of statistical tools common in quantitative analysis: a forward expected-move range, realized volatility, a market-regime read and a standardized z-score. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repainting closed-bar logic. Works on a
NeuronPropGuard — prop-firm rule compliance & trade management for MT5 Most funded accounts are not lost on bad entries — they are lost on a single trade that crosses the daily-loss line or the max-drawdown floor. NeuronPropGuard keeps those rules in front of you in real time, sizes every trade against the room you actually have left, and can step in before a buffer is breached. It reads only your own MetaTrader 5 account — no external feed, no signals, no profit promises. It cannot guarantee co
NeuronDivergence — multi-oscillator confluence divergence engine for MT5 A single oscillator showing divergence is a hint; three agreeing at once is a setup. NeuronDivergence reads RSI, MACD and Stochastic together, finds regular and hidden divergence on each, and only marks a signal when enough of them agree — then scores that agreement 0–100 with a confidence engine and draws it on your chart with entry, stop and target levels, a command dashboard and alerts. It is non-repainting and closed-ba
筛选:
无评论
回复评论