EA Circuit Breaker

大多数风险管理工具是按整个账户来看的:账户一旦触及上限,全部都会停下,连那些本来没出问题的EA也一起停了。

EA Circuit Breaker 是一个一个EA地处理。当某一个EA越过你为它划的那条线时,只处理这一个,账户里其余的照常运行。

它不会自己下单,不提供建议,也不发送信号。

为对冲账户设计

只有在平台把每笔交易保留为各自独立的持仓时,才能分辨出哪一笔属于哪个EA,而对冲账户正是如此。在净额结算账户上,同一品种会被合并成一个持仓,魔术号也就不再指向任何东西,任何工具在那里都无法区分。本工具启动时会读取账户类型,在净额结算账户上只做观察,并把原因显示出来。已平仓的交易仍然按魔术号区分。

不需要做任何设置

启动后表格就已经填好了。它读取你的持仓和最近30天的历史,把找到的魔术号收集起来,为每个EA建一行。行名取自该EA的订单注释,你可以改名。新的EA一旦交易就会出现。

每一行显示什么
- 今日盈亏、持仓数量、总手数、累计盈亏
- 已包含手续费和库存费,没有把它们排除在外
- 你设定的上限,以及已经用掉了多少
- 达到上限的 80% 变黄,触及上限变红

可以为每个EA设定的上限
- 每日亏损上限,按余额或净值的百分比,或者直接填金额
- 累计亏损上限,从一个你可以自行重置的日期开始计算
- 最大持仓数量
- 最大总手数
- 允许运行的时段,写成 Mon-Fri 08:00-17:00 的形式

每个EA一开始就带着你设的默认上限,所以从第一分钟起全部都在被盯着。不需要set文件,也没有任何要按经纪商调整的地方。

当某个EA越线时会发生什么

你可以为每个EA在三种做法中选一种。

1. 只提醒(默认)。该行变红,并写明原因。弹窗提醒、手机推送和声音都是可选的。完全不干预交易。刚装好还没改设置时,就是这样运行的。

2. 平仓并锁定。该EA的持仓被平掉,挂单被取消。锁定期间,这个EA再开的仓也会被平掉。EA并不知道自己被停了,所以会一直继续开仓,每开一次你就付一次点差。面板会统计这些次数,并显示累计成本。账户上的其他部分不会被碰。

3. 关闭图表。关掉该EA所在的图表,这样EA就真的从终端上撤下来了。之前会先保存模板,你可以再把它恢复回去。

平仓需要开启算法交易。关闭图表则不需要,所以在算法交易关闭的情况下,第3种做法仍然有效。

由每日上限和运行时段引起的锁定,会在你选定的重置时刻自动解除。由累计亏损上限引起的锁定会一直保持,直到你自己解除,解除需要两步确认。

它做不到的事
- 它无法停用另一个EA。MQL5没有提供这样的手段,而且Market不允许使用DLL。它能做的是:把某个EA开的仓平掉并持续这样做,或者关掉该EA的图表。就这两种。
- 第2种做法,每当该EA重新开仓,你就要付一次点差,如上所述。
- 在净额结算账户上,由于上面所说的原因,针对单个EA的处理无法使用。
- 两个共用同一个魔术号的EA会显示为一行。MetaTrader没有提供区分它们的办法。
- 手动交易只被观察,永远不会被处理。
- 它占用一个图表,并且不会在第二个图表上启动,以免两份副本争抢同一个EA。

名称、上限、选定的做法、关联的图表、锁定状态,以及你累计结果的起算日期,都按账号分别保存。切换周期或重启终端后,这些都还在。即使面板收起来了,也仍然显示有多少个EA被锁定、有多少个已经接近上限。

如何测试

免费演示版在策略测试器里运行,而测试器是一个EA配一张图表,所以这个工具存在的意义在那里本来就无法自行体现。为了让演示版有意义,仅在测试器中,工具会用不同的魔术号开几笔很小的练习单,好让表格里有内容。在真实账户上它一次单都不会下,运行期间会显示 Tester self-test,用 InpTesterDemo 可以关掉。

在测试器里你能看到面板、表格、数字、设置,以及把上限设小之后,某个EA从 OK 变成 WARN 再变成 LOCKED 的过程。在那里看不到的是:一个EA被停下、其他EA继续交易。这一点请在同时运行两三个EA的模拟账户上试。

输入参数

检测:InpHistoryDays, InpIncludeManual
默认上限:InpLimitBase, InpLimitUnit, InpDefaultDailyLimit, InpDefaultTotalLimit, InpDefaultMaxPos, InpDefaultMaxLots, InpIncludeFloating, InpWarnPercent, InpDayResetHour
处理方式:InpDefaultAction, InpConfirmActions, InpSaveTemplate, InpMaxCloseRetries
提醒:InpAlertPopup, InpAlertPush, InpAlertSound
面板:InpPanelX, InpPanelY, InpPanelWidth, InpFont, InpFontSize, InpColorBg, InpColorHeader, InpColorText, InpColorOk, InpColorWarn, InpColorLock
测试器:InpTesterDemo, InpMagicSelf

运行环境

MetaTrader 5 和对冲账户,一张空闲的图表。平仓需要开启算法交易。不使用 DLL、外部服务器、互联网连接或额外文件。

本工具不预测价格,不告诉你该交易什么,也不对你的结果作任何声明。它执行的是你设定的上限。
推荐产品
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
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 周期与
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Talents ATR Scalper Utility (MT5) The Talents ATR Scalper Utility is a professional-grade trade execution and management tool built for MetaTrader 5. Inspired by the Biblical Parable of the Talents , this utility is designed to help traders multiply their potential with precision risk control, one-click simplicity, and advanced automation. Whether you’re scalping forex, gold, or indices, this tool delivers speed, consistency, and confidence. Key Features One-Click Trade Preview Click below price
Galaxy Elegance
Gezani Paulus Nkuna
G.X.L (GALAXY ELEGANCE) Product Overview G.X.L is an automated trading robot for MetaTrader 5 that operates based on price action analysis. The system processes real-time market data to identify trading opportunities. It provides information and recommendations aligned with user-defined trading preferences. Core Functionality The robot analyzes price movements without relying on traditional lagging indicators. It focuses on current market structure, including swing points and fractals, to determ
Echo Simulator Trader MT5
Frank William Jr Colbert
Echo Simulator Trader is a powerful hybrid simulation-to-live EA that runs thousands of pure price-action simulated trades in parallel with your live account. It opens simulated LONG and SHORT positions at regular intervals on multiple pairs, meticulously tracks their performance using your exact risk rules, and only activates real trading once simulated strategies pass your custom performance filters (Net Profit, Profit Factor, Win Rate, Drawdown, etc.). Built for complete control and proof-of
Manus Pro
Itumeleng Mohlouwa Kgotso Tladi
MANUS PRO EA The Trading Revolution You've Been Waiting For Are you TIRED of watching other traders make consistent profits while your account bleeds red?   The financial markets don't wait for anyone – and neither should you. MANUS PRO isn't just another Expert Advisor... it's your   TICKET TO FINANCIAL FREEDOM . Why MANUS PRO is Different (And Why Everyone's Talking About It) FOR BEGINNERS: Your Trading Mentor That Never Sleeps Zero Learning Curve   – Install, activate, and watch it wo
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
免费获得其他 EA!!!免费获得其他 EA!!!免费获得其他 EA!!!免费获得其他 EA!!!免费获得其他 EA!!! RSI 网格基于 RSI 的超买和超卖情况,并在交易处于市场亏损的一侧时打开一个网格。 RSI 为技术交易者提供有关看涨和看跌价格动能的信号,它通常绘制在资产价格图表下方。当 RSI 高于 70% 时,资产通常被认为是超买,而当 RSI 低于 30% 时,资产通常被认为是超卖。 参数: 时间过滤器 周一 周二 周三 周四 星期五 周六 星期日 开始时间 时间结束 RSI 设置 RSI 周期 超买 超卖 大体时间 金钱管理 自动售货机 最大手数 获利 网格大小 乘数 尾随期权 追踪止损 尾随步骤 轨迹偏移 设置文件 v1.8 英镑兑美元 SET 1 https://youtu.be/a7PfCr1jYXQ https://drive.google.com/file/d/1dP1sZvSQddY_D0meY6vul4Kk78cqoNcU/view?usp=sharing v1.8 英镑兑美元套
Equity Protect Pro:全方位账户保护专家,让您的交易更安心 如果您正在寻找账户保护、净值保护、投资组合保护、多策略保护、利润保护、利润收割、交易安全、风控程序、自动风控、自动清仓、条件清仓、定时清仓、动态清仓、跟踪止损、一键关闭、一键清仓、一键还原等功能,Equity Protect Pro 就是您要找的程序。 它配置简单,当到达预设条件时,可关闭所有图表,同时支持关闭信号订阅(这意味着所有交易程序也将停止运行)。此时,将不再有新订单产生,最后再关闭所有订单,有效防止意外损失,让您在交易过程中高枕无忧。 Equity Protect Pro (Technical Manual) Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4 Demo.ex4        Equity Protect Pro MT5 Demo.ex5 Equity Protect Pro 拥有 14 个核心功能,它们都是独立运行的。您可以根据您的交易策略,选择合适的功能组合使用。这些功能默认为关闭状态,
Crash 5 EA
Wayne Ysel
Crash5 EA ,I s a automatic robot that has the level of professional decision when to take a trade without any emotion. The bot will help in your scalping decision making with its own TP (take profit) and SL (stop loss) with the trail stop when in profit. This is a trend based spike catching ,looking on whats happening in real time charts no repainting of any signals. The robot helps in making decisions on the candle stick pattern opened and closed lat price with the help of RSI ,MACD and the EMA
Mango Scalper
Mahmoud M A Alkhatib
Mango Scalper  is a fully automated scalping robot that uses a very Good and Smart breakout strategy, advanced money management and probabilistic analysis. Most effective in the price consolidation stages that occupy the bulk of the market time. Proven itself on real accounts with an excellent risk-to-reward ratio. Does not need forced optimization, which is the main factor of its reliability and guarantee of stable profit in the future. S uitable for both beginners and experienced traders.  
GU Liquidity Sniper
Wootthipong Chaiyaphum
Apex Reversal — M1 Precision Reversal Scalper Apex Reversal is a precision intraday scalper that trades reversals at Double Top and Double Bottom turning points on the 1-minute chart. Instead of chasing momentum, it waits for price to fail twice at the same level, confirms the rejection candle, and enters with a tight, structure-based stop and a fixed 2:1 reward target. Every trade is filtered by an event-based BOS / CHoCH market-structure engine on a higher timeframe, so the robot only takes re
Virtual Bot MT5
Szymon Palczynski
5 (1)
A real girder with "blood and bones". Virtual Bot  will open virtual trades, using them to monitor the market to determine the entry point(according to the inputs parameters), at which point Virtual Bot  will start opening real trades.    It is recommended to test this Expert on demo account or cent account.  Input Parameters input group           "..........Choice..........." ;         input start_enum      start= 2 ; //Start input uchar            starting_real_orders= 4 ; //Start opening rea
BTC M1 Scalper Pro is an automated trading solution engineered specifically for Bitcoin (BTCUSD / BTCUSDT) on the 1-Minute (M1) timeframe. The Expert Advisor uses an advanced ATR Volatility Breakout algorithm to capture high-velocity micro-trends. It systematically filters out market noise and wide spread conditions, executing trades with rapid precision and strict risk management. Engineered for Bitcoin M1: Optimized for the unique volatility and tick movement of BTCUSD. ATR Volatility Breakout
Easy Trade Executor 是一款用于 MT5 的快速仓位计算、交易执行和交易管理工具。 直接在图表上放置 Open Price、Stop Loss 和 Take Profit 水平,自动计算仓位大小,并通过几次点击即可在可控风险下开立交易。 为什么选择 Easy Trade Executor? Easy Trade Executor 专为不仅希望计算风险,而且希望直接在图表上快速高效管理交易的交易者而设计。 该工具将仓位计算、订单执行和交易管理整合到一个工作流程中,让您能够专注于交易,而无需进行手动计算或频繁切换终端窗口。 Easy Trade Executor 提供: 基于风险的自动仓位计算; 直接在图表上放置市价单(Market Orders)和挂单(Pending Orders); 用于自动管理交易的移动止损(Trailing Stop); 一键平仓; 50% 仓位部分平仓; 包含佣金和隔夜利息(Swap)的保本(Breakeven)功能; 简洁且极简的界面设计; 适合新手和资深交易者的高效操作体验。 直接在图表上开仓 Easy Trade Executor 允
This indicator was specifically designed for developers, quantitative traders, and mentors looking for total control over live price action, whether for educational purposes, testing strategies, or validating indicators without waiting for real market movements. The PCT Price Simulator generates a fully automated, customized offline chart ( _OTC ), allowing you to manipulate candle directions, test setup reactions, and validate trading strategies in seconds. Technical Highlights Total Independen
Demo version T Position Size Calculator   doesn't work in the strategy tester. The Strategy Tester does not support the processing of ChartEvent. It does not support most of the panel's functionality. Contact me for any questions or ideas for improvement or in case of a bug found. Control and manage your trading like a professional trader with T Position Size Calculator. T Position Size Calculator – an MT5 Expert Adviser, is a user-friendly custom tools (Dialog Panel and Three Lines, Order Line
ProTrader Auto Layer Smart Risk EA   MT5 Automated Trading | Smart Grid Strategy | Professional Risk Control   Auto-Layering . Smart Risk Control . Elite Automation for Serious Traders. IMPORTANT: This EA thrives on live market conditions , which means real trading results may differ from backtests. If using the strategy tester , kindly DM for detailed instructions. Launch Promo: Special Early Access Price – Limited Time Only! Price increases soon as we build user reviews & social proof! Abou
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
Momentum Navigator
Itumeleng Mohlouwa Kgotso Tladi
Introducing the Momentum Navigator EA Your Path to Wealth and Smart Trading! Take charge of your financial future with Momentum Navigator EA , the ultimate expert advisor for MetaTrader 5. Designed to revolutionize your trading experience, this cutting-edge trading robot empowers you to navigate market trends with precision, efficiency, and confidence. Whether you're new to trading or an experienced professional, Momentum Navigator EA is your perfect partner in reaching financial success. Why
OverSeer MT5
Theo Karam
4 (2)
OverSeer:Your Thoughtful Trading Ally OverSeer isn’t just another Expert Advisor—it’s a carefully crafted companion for traders looking to navigate the complex world of index trading with a steady, conservative approach. Built through years of experimentation and learning, OverSeer helps you gain exposure to global markets while keeping your strategies grounded in realism. Why Choose OverSeer? OverSeer bridges thoughtful trading strategies and practical decision-making. Instead of trying to pr
Impuls Pro
Sergey Batudayev
EA 的策略基于波段交易,在 iPump 指标计算的急剧脉冲之后入场。 如前所述,EA 能够在自动支持下进行手动交易。 - 对于下降趋势 ↓ 我们在价格修正上涨后进入交易,资产进入超买区域,我们沿着趋势卖出。 - 对于上升趋势 ↑,我们在价格回调后进入交易,资产跌入超卖区域,我们顺势买入。 交易所选资产时,顾问会考虑趋势并仅根据当前趋势开仓,无利可图的交易可以通过止损和平均来关闭,第二种选择当然更有利可图但风险也更大 好处 内置电平指示器,用于分析不同 TF 的电平 能够在图表上手动选择平均水平 开多个金字塔订单,利润倍增的能力(订单数量可自行控制) 根据 iPump 指标的反向信号,设置 TP 的更多标准 使用“手”模式手动打开交易的能力 所有趋势策略都基于简单且非常正确的逻辑,即: 在当前趋势中开启交易 价格调整后开仓 考虑交易水平 在这个顾问中观察到所有三个假设。 确定 2 个时间范围的趋势,在价格超买/超卖的最有利时刻进入交易,图表上可以看到修正水平 SL 和 TP。 解释策略  - 对于下降趋势 ↓ 我们在修正价格上涨后进入交易,资产跌入超买区域,我们沿着趋势卖出。 -
Bear vs Bull EA MT5
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; - Recommendations Before using on real money, test the adviser with minimal risk on a cent tradi
概述 Quantum Einstein XAU 是一款专为在 MetaTrader 5 上交易黄金(XAUUSD)而设计的全自动智能交易系统(EA)。它采用趋势验证的双篮子智能 DCA(美元成本平均)策略,具备智能获利机制、内置风险管理和经纪商超活跃保护功能。 该 EA 同时运行两个独立的篮子——BUY 和 SELL——每个篮子最多可扩展至 15 个 DCA 层级,每个层级均可完全自定义手数和网格距离。5 分钟量子趋势过滤器使用 EMA 和 ADX 验证所有入场信号,阻止与主导趋势相反的新仓位开立,从而提高信号质量并降低回撤。 核心功能 双篮子智能 DCA 系统 独立的 BUY 和 SELL 篮子,每个最多 15 个 DCA 层级 每个层级可自定义手数(0.01 至 1.00)和网格距离 按价格自动分配层级的动态篮子平均计算 手动加仓检测——EA 将现有浮动仓位纳入篮子管理 量子趋势过滤器(5分钟) EMA 20/50 交叉配合 ADX 强度确认 阻止逆势的跨式入场和 DCA 挂单 自动处理趋势反转,可配置冷却时间 仪表板实时显示趋势状态、EMA 数值和 ADX 读数 多模式获利了结
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Spread Analysis Utility MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Spread Analysis Utility MT5 – Monitor & Analyze Broker Spreads in Real Time! Do you want to track your broker's spread fluctuations with precision? Spread Analysis Utility MT5 gives you real-time insights into the spread behavio
FxS Zone Recovery EA
Churchill Sipho Mashinini
概述 FxS 区域回撤 EA(MT5)是一款通过可配置的区域回撤策略实现自动交易的智能交易系统(Expert Advisor)。该 EA 提供多种市场入场方式、可调节的回撤参数、交易时段过滤以及风险管理功能,使交易者能够根据不同市场环境灵活调整策略。 区域回撤策略 该 EA 使用区域回撤方法,通过可配置的回撤层级与仓位管理来处理持仓。 用户可以配置以下参数: 区域距离 最大回撤层级 手数倍增系数 初始手数 回撤相关参数 止盈设置 区域回撤策略可能显著增加交易风险,在实盘使用前应充分理解其运行机制。 入场方式 该 EA 支持以下市场入场方式: 移动平均线(EMA 交叉) 平均趋向指数(ADX) 布林带 一目均衡表(Ichimoku Cloud) 抛物线 SAR 指定价格买入 指定价格卖出 当前市价买入 当前市价卖出 当前市价买入(一次性) 当前市价卖出(一次性) 可通过 EA 输入参数选择所需的入场方式。 主要功能 可配置的区域回撤策略 11 种可选入场方式 可调节回撤参数 可配置手数与倍增系数 交易时段与星期过滤 内置资金管理控制 可选图表信息面板 支持 Magic Number 与订
Trifecta Confluence
Alex Amuyunzu Raymond
Trifecta Confluence Trifecta Confluence — Trade Only When the Market Truly Agrees Most Expert Advisors fire on a single signal — one moving average cross, one oscillator spike, one candle pattern — and get chopped apart the moment the market goes quiet or erratic. Trifecta Confluence was built on a different premise: a trade is only worth taking when three independent, mathematically distinct dimensions of price behavior all point the same direction at the same time. The Three-Engine Core Every
Morning Range Breakout (Free Version) Morning Range Breakout (Free Version) is a straightforward trading advisor that implements a breakout strategy based on the morning range. It identifies the high and low within a specified time interval (e.g., 08:00–10:00 UTC) and opens a trade on a breakout upward or downward. The free version includes core functionality without restrictions. All parameters and messages are in English, per MQL5 Market requirements. Key Features Detects morning range based
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
TradePanel MT5
Alfiya Fazylova
4.88 (166)
交易面板是一款多功能交易助手。该应用包含超过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: 覆盖信号
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:/
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 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
Anchor Trade Manager
Kalinskie Gilliam
5 (6)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
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 会处理其余的一切。 支持的
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 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
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
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
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
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
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
MetaTrader 5 专业交易面板 —— 图表与键盘一键交易的高效控制中心 一款面向主动交易者的专业 Trading Panel,可让您比标准 MetaTrader 操作方式更快、更直观地完成开仓、平仓、修改、管理与控制。 这不是一个普通的小工具,而是一个为高频手动操作、仓位管理、挂单控制与利润管理而设计的完整交易工作台。 通过这套面板,您可以直接在图表上一键执行交易,通过键盘快速触发核心操作,并借助自动参数计算、图形提示、信息标签以及可视化管理功能,大幅减少重复性操作,让整个交易流程更加流畅、高效且专业。 使用我们的交易面板,您可以直接从图表上一键下单,执行交易操作的速度可比标准 MetaTrader 控件快约 30 倍。 全新高级版本现已推出: 使用 VirtualTradePad PRO SE 升级您的交易流程 — 适用于 MetaTrader 5 和 MetaTrader 4 的新一代专业交易面板。 MT4 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会
用我们先进的 Telegram Bridge EA 提升您的交易信号 是时候用专业且视觉上吸引人的实时交易更新来吸引您的受众了。 联系我查看演示并获取试用版本 我们在用户友好功能上进行了大量投资,为客户和提供商创造独特的体验。  SIGNAL BRIDGE 能够为所有业务场景提供 100% 复制器友好的信号,即使在其他 EA 挣扎的情况下也能绕过 Metatrader 逻辑! 我们的 Telegram Bridge EA 自动将信号、图表截图和详细的绩效报告直接发送到您的 Telegram 群组——无需您动一根手指。 查看 功能输入详细说明手册点击这里! 主要功能和优势 全面的交易数据 决定在每条消息中显示什么:点数、入场价格、止损、止盈、手数,甚至风险和风险回报比。让您的追随者完全透明。 发送新订单、更新止损止盈、从设置中自定义保本点,发送 100% 复制器友好的部分平仓  超酷图表附件功能 包含每笔交易的截图,显示您的入场点、止损/止盈和整体市场背景。非常适合在每次更新中建立信任和清晰度。 选择图表模板,自定义交易颜色,决定缩放  决定附加位置:所有交易、仅挂单、仅市价单
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
VirtualTradePad PRO SE MT5 — MetaTrader 5 专业交易控制中心 VirtualTradePad PRO SE 是一款基于图表的高级交易面板,也是适用于 MetaTrader 5 的交易管理工作区。它专为希望获得更快执行、更清晰持仓控制、结构化交易管理、可视化价位规划,以及直接在图表上完成专业交易流程的交易者而设计。 这不仅仅是一个 BUY / SELL 面板。PRO SE 将手动交易、挂单、持仓管理、部分平仓、篮子利润/亏损控制、加仓均价层级、ATM 规则、信号监控、实时市场信息、策略测试器 (Strategy Tester) 流程以及面向 VPS 的运行方式整合到一个互相关联的界面中。 MT4 版本 | 完整说明和截图 | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会选择这套面板 图表一键交易 ,并支持键盘快速操作 快速完成开仓、平仓、修改、反转、锁仓与部分平仓 深度控制仓位、挂单、总利润与风控逻辑 自动参数计算,减少手动输入与重复劳动 为什么 PRO SE 比标准手动交易更高
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
KT Equity Protector MT5
KEENBASE SOFTWARE SOLUTIONS
3.6 (5)
每一位 MetaTrader 交易者都应该运行,却很多人还没有使用的一款 EA。 大多数账户爆仓,并不是因为策略本身错了。真正的原因往往是在某个糟糕的时刻,交易者让亏损继续扩大、加仓硬扛、把订单留到周末、把一整周的盈利还给市场,或者因为一次错误点击而忘记了 prop firm 的每日亏损限制。 KT Equity Protector 就是那个不会让这种事情发生的自动账户守护者。 把它安装在任意一个图表上。通过清晰易懂的引导式设置向导,一次性设定你的规则:每日亏损、最大回撤、盈利目标、净值追踪止盈、周末前平仓。从那一刻开始,这款 EA 会实时监控你的整个 MetaTrader 账户。每一笔持仓。每一个交易品种。每一个 tick。当某条红线被触发时,它会立即执行你选择的动作:提醒、关闭亏损订单、关闭盈利订单、关闭全部订单,或者关闭全部订单并从终端中移除所有其他 EA,防止任何程序重新开仓。 没有情绪。没有延迟。没有犹豫。只有你每天都希望自己能够严格遵守的自动化纪律规则。 KT Equity Protector 实际上做什么 KT Equity Protector 不是交易机器人。它不会开
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Features   With MT5 to Interactive Brokers(IB) Trader, you can: 1. Load chart data from IB to MT5, and Analyze with all standard or customer Indicators. 2. Place Orders to IB Account Directly in MT5. 3. Make your Own EAs upon IB Securities by only making minus changes of the trading function. Usage 1) Installation Copy the "Mt5ToIBTraderEn.ex4" and sample files to [MT5 Data Folder]->MQL5->Experts.  2)  MT5 Settings Add the IP Address to the MT5 Allowed URLs in 'Tools->Options->Expert Adviso
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
Patrex pro
Chioma Obunadike
5 (2)
Patrex Pro: Maximize Your Trading Potential Patrex Pro is an advanced trading bot designed to help traders optimize their trading strategies and maximize their potential returns. With its cutting-edge technology and user-friendly interface, Patrex Pro is the ultimate tool for traders seeking to elevate their trading game. Get MT4 Version Key Features: 1. Position Hedging: Patrex Pro allows users to hedge their positions based on their individual risk tolerance and market analysis. 2. Advanced R
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 文件,直接适配主流智能工具和平台。 完整导出内容: • 三个可选周期的货币强度分析 • 净多头头寸变化体现市场情绪 • 成交量变化、
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
作者的更多信息
Drawdown Limit Guard 用于监控亏损是否达到您设定的金额,并在达到时平掉仓位。 本工具不做交易判断。它监控当日亏损与累计亏损,接近上限时发出警告,达到上限时执行平仓。动作仅此而已。 您可以设定当日亏损上限与累计亏损上限,只用其中一项或两项都用均可。达到上限后,此后产生的仓位会被平掉,此后产生的挂单会被删除。至于达到上限时已经持有的仓位,只有在您开启相应选项时才会被平掉。 先说最重要的一点 本工具无法阻止新订单被下达这一行为本身。MetaTrader 5 没有停止新交易的功能,而 MQL5 Market 禁止使用 DLL。 因此,在达到上限之后下达的订单,本工具会在成交后立即平掉(实测约 0.25 秒)。该笔订单会产生相当于点差、以及成交到平仓之间价格波动的亏损。 作为商品说明,这一点写出来并不占便宜,但让人误解的后果更严重,所以放在前面说明。 常见的使用方式 ・监控自己设定的规则,例如「一天的亏损不超过余额的 5%」。 ・监控资金提供计划所规定的当日亏损与累计亏损金额。 本工具按您输入的数值显示,并严格按该数值动作。能否满足某项具体规则,取决
Trade Pause Scheduler 是一款在您指定的时间段内暂停交易的工具。 您可以预先登记不希望交易的时间段,例如经济数据公布前后、周一开盘等。进入该时间段后,工具会取消新下达的挂单,并平掉新建立的仓位。时间段结束后,一切恢复原状。 工具本身不进行交易。它不判断入场时机,也不发出交易信号。 时间段的设定方式 按经济数据设定 选择重要程度(仅高/高与中/全部)和目标国家,再指定在数据公布前多少分钟开始、公布后多少分钟结束。相应的数据会自动从 MetaTrader 5 内置的财经日历中获取。 按星期与时刻设定 最多可登记三组。格式如下:   Mon-Fri 06:00-08:00 周一至周五 6:00 至 8:00   Mon,Wed,Fri 09:30-10:15 周一、周三、周五 9:30 至 10:15   All 12:00-12:30 每天 12:00 至 12:30   Fri 23:00-01:00 周五 23:00 至周六 1:00(跨零点的时间段) 启动时会在日志中输出对输入内容的解析结果。即使格式正确,若设定与您的本意不符,也能在此时发现。
Risk Lock Trade Panel 是一款用于 MetaTrader 5 手动交易的下单面板。方向和入场时机由你来定,面板负责计算手数、把止损一并附在订单上发出去,之后的持仓管理也在同一个窗口里完成。 它不会自己开仓,不提供任何建议,也不发送信号。 手数由你的风险算出来 风险可以按余额或净值的百分比设置,也可以直接填账户货币的固定金额。止损距离用点数输入,或者按下「Show line」,直接在图表上拖动止损线。拖动的过程中,止损距离、手数和风险金额每移动一次就重新算一次。 止损放得近,手数就变大;放得远,手数就变小。而风险金额始终是你设定的那个数。这就是这块面板的思路:你决定止损该放在图表的哪个位置,手数跟着这个决定走。 盈亏比预设会按止损距离的倍数放置止盈,可选一比一、一比一点五、一比二,或者不设。选好之后,它会和止损一起写进订单。 手数会按品种规格取整:手数步长、最小和最大手数都从经纪商那里读取,而一手在你这个止损距离上的亏损金额,交给 MetaTrader 自己去算。所以货币对、黄金、股指以及其他差价合约都能用同一块面板处理。取整之后,面板会再检查一次结果,如
Most trade managers work on the orders they placed themselves, or on the symbol of the chart they sit on. This one works on the account. Trade Control Center puts every open position and every pending order on your account into one list - whoever opened them. Trades you placed by hand, from your phone, from another terminal, or from any EA all appear in the same table, across every symbol, and you can act on them from there. It does not open trades on its own, it does not give advice, and it d
筛选:
无评论
回复评论