Bneu AI Sentinel Pro

  • 实用工具
  • Marvinson Salavia Caballero
    Marvinson Salavia Caballero
    👋 欢迎,交易者。
    我是 bneutech.com 的创始人。
    我构建的工具都是我自己用的 — 那些真正有效、没有花哨噱头也没有离谱价格标签的工具。
    如果你已经厌倦了过度承诺的 EA 和被抛弃的软件,那么你来对地方了。
    ---
    🧠 我正在解决的问题
    我自己也交易。
    和你们一样,我在那些感觉像测试版的"专业"工具上浪费过钱。
    我也下载过那些几乎没法用的免费工具。
    所以我开始自己动手构建 — 不是作为一个匿名的开发者,而是作为一个首先解决自己问题的交易者。
    我的指导原则:
  • 版本: 1.2
  • 更新: 30 三月 2026
  • 激活: 15
```
Bneu AI Sentinel — AI Risk Enforcement for MetaTrader 5

Sentinel is a risk management utility for MetaTrader 5 that monitors all trades on your account from any EA or manual trading. The utility enforces configurable limits through a 6-layer protection system, uses cloud-based analysis to detect trading behavior patterns, and includes a kill switch that closes all positions when limits are breached.


What It Does

Sentinel runs alongside all your EAs and manual trading. It monitors every position, enforces hard limits, and uses cloud analysis to detect behavior patterns. When limits are breached, the kill switch activates, closing all positions and blocking new trades until the next trading day.


6-Layer Architecture

1. Order Interceptor:
Monitors every trade via OnTradeTransaction. Catches entries from any EA or manual order. Validates against all limits before allowing. Immediately closes violating positions.

2. Hard Limits Engine:
Daily loss limit ($ or % of balance), daily target (auto-stop), max trades per day, max consecutive losses, max open positions (total + per symbol), max lot size per trade.

3. AI Behavior Detection:
Cloud engine analyzes every new trade in context. Sends account state, recent history, market conditions. Returns safety score (0-100) and verdict (ALLOW/BLOCK). Detects 6 patterns: REVENGE trading (larger sizes after losses), MARTINGALE (doubling after losses), OVERCONFIDENCE (frequency spike after wins), SESSION_MISMATCH (trading in low-volume hours), SL_TOO_TIGHT (stop loss below ATR minimum), POSITION_TOO_LARGE (lot size exceeds average).

4. State Management:
Survives MT5 restarts with state saved to binary file. Rebuilds daily stats from deal history on startup. Day rollover at configurable hour (default midnight). All counters persist across chart changes and restarts.

5. Kill Switch:
Activates when any limit is breached. Closes all monitored positions immediately. Cancels all pending orders. Blocks new trading until daily reset. Sends Telegram, email, and sound alerts. Cannot be overridden by other EAs.

6. Dashboard Panel:
Live status: ACTIVE or BLOCKED. Daily P/L (realized + unrealized). Trade count, win/loss, consecutive losses. Open positions vs limit. Loss budget remaining. Risk score, pattern, reasoning. Cloud provider status and latency. Violation count.


Stop Loss Enforcement

Sentinel enforces stop loss rules on every position:
- No SL: Position closed immediately
- SL too tight: Warning + log (min pips configurable)
- SL vs ATR: Must be at least 0.5x ATR(14) on H1

Works on positions from any EA.


AI Risk Scoring

Every new trade is analyzed by cloud engine before allowing:
- Full context sent: account state, last 10 trades, market data
- Returns risk_score (0-100) and verdict (ALLOW/BLOCK)
- Detects revenge trading, martingale, overconfidence patterns
- Dual cloud engines with automatic failover
- If both endpoints offline, trade is allowed by default (safe fallback)
- Configurable cooldown between calls (default 30 seconds)


Monitoring Modes

Monitor everything or specific strategies:
- Monitor ALL: watches every EA and manual trade
- Monitor Specific: enter magic numbers (comma-separated)
- Monitor Manual: tracks magic=0 trades only


Input Parameters

General:
Enable/disable Sentinel, Password to disable (optional security), Daily reset hour and minute (server time)

Monitoring:
Monitor all EAs (on/off), Specific magic numbers (comma-separated), Monitor manual trades (on/off)

Daily Loss Limits:
Max daily loss $ (default $300), Max daily loss % (default 5%), Daily target $ (default $500), Daily target % (default 8%)

Trade Limits:
Max trades per day (default 15), Max consecutive losses (default 5), Max open positions (default 10), Max positions per symbol (default 3), Max lot size per trade (default 2.0)

Stop Loss Settings:
Require SL on every trade (on/off), Min SL distance in pips (default 10), Min SL as ATR multiple (default 0.5x)

AI Risk Settings:
Enable AI scoring (on/off), Min safety score to allow (default 60), Auto-block EXTREME risk (on/off), Log reasoning (on/off), API timeout (default 3000ms), Cooldown between calls (default 30 seconds)

Kill Switch:
Auto-close on limit (on/off), Block new orders after limit (on/off), Cancel pending orders (on/off)

Alerts:
Telegram (bot token + chat ID), Sound alerts (on/off), Email alerts (on/off)

Dashboard:
Show/hide panel, X/Y position, Background, text, and status colors


How To Use

1. Attach Sentinel to any chart alongside your other EAs
2. Set your daily loss limit, trade limits, and SL rules
3. Enable AI if you want behavior pattern detection
4. Enable Telegram alerts for mobile notifications
5. Trade normally — Sentinel monitors in background
6. If limits are breached, kill switch activates automatically

Requires WebRequest permission. Add the endpoint URL to allowed URLs in Tools, Options, Expert Advisors.


Testing

The AI engine is not engaged in Strategy Tester. MetaTrader does not allow WebRequest during backtesting. All limit checks, SL enforcement, and kill switch still work in tester.

To test with live AI, run on a Demo account. Attach Sentinel to any Demo chart alongside your EAs. The AI engine connects and scores every trade the same as on a live account.


System Requirements

MetaTrader 5 platform. Requires WebRequest permission for cloud analysis. Works alongside any EAs and manual trading.

15 activations included.


Important Notes

This utility is a risk management tool that monitors trades and enforces configured limits. It does not generate trading signals or execute trades. The AI engine provides behavior pattern detection but does not ensure trading outcomes. Risk limits help manage exposure but do not eliminate risk. Trading involves risk of loss. Users should test on demo accounts before live use. Users remain responsible for all trading decisions.

Full documentation available on our MQL5 profile page.


Support

Support available through MQL5 Service Desk.

If you find this utility useful, please consider leaving an honest review.

AI TECHNOLOGY DISCLOSURE

This product connects to a proprietary cloud-based analysis server (ai.bneutech.com) hosted on private infrastructure.

How It Works:

EA collects market data locally (price, indicators, volatility metrics)
Data is sent via WebRequest to ai.bneutech.com
Server processes data using a weighted multi-factor scoring algorithm
Server returns analysis results (score, bias, confidence, levels)
EA displays results and/or executes based on the response
Technical Details:

Server: Private infrastructure at ai.bneutech.com
Protocol: HTTPS (encrypted)
Data Sent: Symbol, timeframe, indicator values, price data
Data Returned: Score (0-100), direction, confidence, entry/SL/TP levels
No personal data is collected or stored
The scoring algorithm is a deterministic weighted decision matrix that evaluates:

Technical indicator alignment
Volatility conditions
Spread quality
Session timing
Trend strength
This is NOT machine learning or neural networks. It is a rule-based scoring system that produces consistent, reproducible results for identical market conditions.
```
推荐产品
FX28 Trader MT5
Tsvetan Tsvetanov
3 (1)
介绍FX28 Trader Dashboard – 您的终极交易管理工具 通过FX28 Trader Dashboard,解锁您交易体验的全部潜力,这是一款全面而直观的交易管理工具,旨在将您的外汇交易提升到新的水平。无论您是经验丰富的交易员还是刚刚开始您的金融之旅,这个强大的工具旨在简化您的交易活动并提高您的决策过程。 主要特点: 用户友好界面: FX28 Trader Dashboard拥有用户友好的界面,适应各个层次的交易员。通过几次点击轻松导航各种功能和工具,确保您只需轻松几下就完全掌控了交易。 实时市场数据: 利用实时市场数据源,始终保持领先地位,为您提供有关货币对、趋势和市场波动的最新信息。做出明智的决策,充满信心地执行交易。 高级交易分析: 通过高级分析深入了解您的交易绩效。跟踪交易历史,分析趋势,并识别模式,以优化您的策略和改善您的结果。 风险管理工具: 用我们强大的风险管理工具保护您的投资。轻松设置止损和获利订单,自定义仓位大小,并轻松实施风险收益比,确保自律和受控的交易方法。 多时间框架分析: FX28 Trader Dashboard允许您同时分析不同时间框架的市
Bneu Market Intelligence System — AI-Powered Market Analysis Dashboard Premium on-chart market analysis utility with 4 dashboard tabs. AI Market Brain reads volatility, currency strength, correlations, sessions, and upcoming events — then returns a plain-English verdict. GREEN / YELLOW / RED traffic light status removes guesswork. 8-currency strength meter with momentum tracking. AI opportunity scanner with per-symbol confidence scoring. DXY Dollar Index tracking with directional analysis. W
Tired of information overload when analyzing forex currency strength? Introducing "All Currency Strength Live", the ultimate dashboard indicator for MetaTrader 5 that simplifies your trading life. This innovative tool provides a clear, concise overview of the strength of all major currencies, empowering you to make informed trading decisions with ease. With "All Currency Strength Live,"  you gain access to real-time insights into both price and volume strength across all major currencies. No mor
Welcome to Smart Algo Trade Panel Manager MT5 - the ultimate   risk management tool designed to make trading more effective based on user needs.  It is a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. It does not matter weather you a beginner or an advanced trader, or a scalper needing rapid executions, SmartAlgo Trade Panel  adapts to your needs offering flexibility across all markets of your choice. You can put SL, Lot and TP of choice
DoIt EA Monitor - Multi EA Performance Dashboard for MT5 Your account can be profitable while one EA quietly drags down the portfolio. MetaTrader history shows the combined result, but it does not clearly show which strategy deserves more capital and which one needs attention. DoIt EA Monitor runs on one chart and separates live and historical performance by magic number, EA and symbol. It is completely read-only. It never opens, closes or modifies a trade. KNOW WHICH EA IS EARNING ITS PLACE Aut
FREE
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。 设置滑点限制、挂单到期时间和重试参数,以实现无缝执行。 综合符号管理 排除特定符号或映射到特定经纪人的符号。 自定义信号和经纪商符号之间
Quantum Trade Panel – The Ultimate Smart Assistant for Flawless Execution & Risk Management Tired of slow executions and calculating lot sizes manually while the market moves? Quantum Trade Panel is the ultimate, feature-rich Trading Assistant Expert Advisor (EA) for MT5 . It is specifically engineered to empower day traders and scalpers to manage, calculate, and execute trades in milliseconds with pinpoint accuracy. Combining a stunning, futuristic Cyber/Neon user interface with powerful und
Guardian Account Protector — the seatbelt for your trading account Your robots have no brakes. Guardian is the brakes. Guardian does not open trades. It has no grid, no martingale, and no entry logic of any kind. It does one job with complete discipline: it watches your ENTIRE account and enforces the risk limits you set, so that no robot, no strategy, and no bad day can destroy your balance. Think of it like a seatbelt for the driver. A seatbelt does not steer the car and does not make the d
Chart Navigator Pro
ELITE FOREX TRADERS LLC
Introducing the   Elite Chart Navigator   — your ultimate MetaTrader 5 Expert Advisor designed to revolutionize multi-symbol trading with seamless chart navigation and superior usability. Product Overview The   Elite Chart Navigator EA   is a sophisticated trading utility enabling rapid switching between multiple trading pairs through an intuitive on-chart button interface. Built for professional traders managing numerous instruments, this EA dramatically improves workflow efficiency, ensuring
Strategy Manager is a  Multi-Time-Frame & Multi-Currency  Dashboard for  Metatrader 4 and 5. Thanks to a free, external graphical user interface, build your own strategy by combining any indicators and loading them into the dashboard to see the result ! In addition, you can precisely  set-up your Auto-trading & Notifications and use indicators for Stop-Loss, partial profit or limit. Filter your automatic trading & notifications with forex calendar and more. Open and Manage your orders directly w
CURRENCYPOWER NAVIGATOR MT5 Currency Strength Ranking Dashboard TAGLINE See the strongest and weakest currencies before choosing the pair. PRODUCT OVERVIEW CurrencyPower Navigator MT5 is a currency-strength indicator for MetaTrader 5. Instead of focusing on one chart only, it evaluates a basket of major Forex pairs and estimates the relative strength of individual currencies. The indicator then ranks the main currencies and helps identify stronger-versus-weaker combinations that may offer
FREE
Volatility Regime Monitor 是一款用于 MetaTrader 5 的波动状态监控面板,通过透明、可测量的数据判断当前市场处于波动收缩、常态运行还是波动扩张阶段。它综合 ATR、近期 K 线真实波幅、历史区间分布和百分位位置,帮助交易者在执行自己的策略前理解市场环境,而不是给出不透明的买卖信号。 主要功能 • 显示当前 ATR、近期平均波幅和相对变化 • 计算当前波动率在历史样本中的百分位位置 • 将环境划分为收缩、正常、扩张和异常状态Volatility Regime Monitor 是一款用于 MetaTrader 5 的波动状态监控面板,通过透明、可测量的数据判断当前市场处于波动收缩、常态运行还是波动扩张阶段。它综合 ATR、近期 K 线真实波幅、历史区间分布和百分位位置,帮助交易者在执行自己的策略前理解市场环境,而不是给出不透明的买卖信号。 主要功能 • 显示当前 ATR、近期平均波幅和相对变化 • 计算当前波动率在历史样本中的百分位位置 • 将环境划分为收缩、正常、扩张和异常状态 • 通过历史状态表展示不同阶段的持续时间和变化 • 展示分类阈值、计算
一张图表,全面掌控。 无需再浪费时间分别管理每个图表上的对象、颜色和设置。有了   图表同步管理器 ,您可以   同步、复制和控制所有 MetaTrader 图表   立即使用一个面板和几个快捷方式。 一次绘制,随时随地更新。只需单击即可打开和关闭图表。使用   基于符号的对象管理 。并且不会错过重要细节   价差显示、倒计时器和蜡烛收盘警报。 节省时间,减少错误,更智能地交易。 图表同步管理器 安装和输入指南 如果您想收到有关 EA 的通知,请添加 URL(   http://www.betasoft.dev   )MT4/MT5 终端(见截图)。 MT4版本 https://www.mql5.com/en/market/product/148491 MT5版本 https://www.mql5.com/en/market/product/148492 主要特点: 克隆所有图表的图表属性(颜色、背景、网格、模板设置等)。 在图表之间立即同步所有绘图对象。 显示或隐藏对象信息(如价格水平或点)。 使用快捷方式删除、选择或复制图表对象。 轻松切换时间范围、打开/关闭图表和缩放图表
使用革命性的交易时间管理器轻松控制您的交易程序。这个强大的工具可以在指定时间自动执行订单,从而改变您的交易方式。 为不同的交易行为(从购买到设置订单)制定个性化任务列表,所有这些都无需人工干预。 交易时间管理器安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 MT4版本     https://www.mql5.com/en/market/product/103716 MT5版本     https://www.mql5.com/en/market/product/103715 告别人工监控,拥抱精简效率。直观的界面允许您设置精确的参数,包括交易品种、执行时间、价格、止损 (SL)、止盈 (TP) 点和手数大小。 该工具的灵活性通过与市场行为相匹配的适应性重复选项来凸显。通过视觉主题个性化您的体验,并减少长时间交易期间的眼睛疲劳。 摆脱手动交易程序,拥抱“交易时间管理器”的强大功能。提高交易的准确性、组织性和自由度。简化您的日常工作并重新体验交易。 主要特点: 自动订单执行:按指定时间间隔无缝自动执行订单,从而节省您的
OG2 Trading Assistant is a comprehensive trading panel for MetaTrader 5, designed to simplify the manual and semi-automated management of your positions directly from the chart. Key features: Risk management: automatic position size calculation based on a defined risk amount Automatic break-even: secures your positions once a specific risk/reward ratio is reached Partial Take Profit: closes part of the position at a first target while letting the remainder run to a second target Trai
SyntheticIndices
Stanislav Korotky
The indicator compares quotes of a given symbol and a synthetic quote calculated from two specified referential symbols. The indicator is useful for checking Forex symbol behavior via corresponding stock indices and detecting their convergence/divergence which can forecast future price movements. The main idea is that all stock indices are quoted in particular currencies and therefore demonstrate correlation with Forex pairs where these currencies are used. When market makers decide to "buy" one
StopAndTake
Oleksandr Kashyrnyi
5 (1)
产品名称: StopAndTake — 精确且快速管理止损/止盈的简易脚本 产品描述: StopAndTake 是一款轻量化且直观的脚本,专为重视速度、准确性和可靠性的交易者设计。此工具可快速更新所选图表上所有仓位的 止损(Stop Loss) 和 止盈(Take Profit) 水平,操作简单方便。 优势与特点: 简单易用: 极简界面,新手也能轻松上手。 超快执行: 所有操作在几秒内完成。 精确无误: 止损和止盈水平精确到最后一个点位。 方便快捷: 只需将脚本拖动到图表上,它会自动完成所有操作。 安全可靠: 在修改前验证所有数据,避免错误或意外操作。 主要功能: 自动调整止损/止盈: 快速更新当前品种所有仓位的止损和止盈水平。 支持多种交易类型: 同时支持多头(BUY)和空头(SELL)仓位管理。 逻辑清晰: BUY 仓位止损设在当前价格下方,止盈设在上方;SELL 仓位逻辑相反。 操作直观: 无需复杂设置,只需启动脚本即可。 为什么选择 StopAndTake ? 如果您需要一款快速、精准、操作简便的工具, StopAndTake 是您的理想选择。无论您是交易新手还是经验丰富的专业
FREE
IMPORTANT: After purchasing this product, please send me a private message to receive the installation guide, setup instructions, and direct product support. ZyloFx Prop Guard Manager MT5 is a professional account protection utility for MetaTrader 5, designed for traders who need disciplined control over daily and overall drawdown. This Expert Advisor does not open trades, does not provide entry signals, and does not use any trading strategy. Its purpose is to work as a protective layer on you
Atlas Trade Desk
Bernhard Wurzlbauer
Atlas Trade Desk MT5 Atlas Trade Desk MT5 is a visual trade panel, risk manager and lot calculator for manual MetaTrader 5 traders. Plan market and pending orders directly on the chart, calculate position size from your selected risk, adjust Entry, Stop Loss and Take Profit visually, and manage open positions from one clean dashboard. The tool is built for discretionary traders who want faster order preparation, clearer risk control and safer position management without switching between multipl
Weekday Stats
Elidio Xavier Guimaraes
Weekday Stats Overview Weekday Stats is a quantitative analysis indicator designed to perform statistical studies of price behavior by classifying candle data according to the day of the week on which each candle occurred. The indicator processes the historical candles of the selected asset and provides statistical information for each day of the week, allowing the user to analyze price direction and price variation separately for each weekday. The sampling period, statistical parameters, and da
Multiple Positions
Emanuel Reynard Phillips
需要同时开立多个头寸/交易吗?我们已经为您创建了简单的解决方案。您现在可以一次输入多个仓位。您可以设置手数、持仓数量、止盈和止损。 例如:您想要购买 3、5、10 或任意数量的具有一定手数的头寸。 您现在只需点击“购买”按钮即可完成此操作。 或者 例如:您想要出售 3、5、10 或任意数量的具有一定手数的头寸。 您只需单击“出售”按钮即可完成此操作。 Xūyào tóngshí kāi lì duō gè tóucùn/jiāoyì ma? Wǒmen yǐjīng wèi nín chuàngjiànle jiǎndān de jiějué fāng'àn. Nín xiànzài kěyǐ yīcì shūrù duō gè cāngwèi. Nín kěyǐ shèzhì shǒushù, chícāng shùliàng, zhǐ yíng hé zhǐ sǔn. Lìrú: Nín xiǎng yào gòumǎi 3,5,10 huò rènyì shùliàng de jùyǒu yīdìng shǒu shǔ de tóucùn. Nín xiànzài zhǐ xū
Equity Pulse MT5 Real-time equity, drawdown, and portfolio performance tracking in one clean trading panel. Equity Pulse MT5 is a practical account-monitoring indicator for MetaTrader 5. It helps traders see exactly where they stand across today, yesterday, recent days, the current week, month, and year. Instead of checking account history manually or relying only on the terminal’s floating profit number, Equity Pulse gives you a clear performance snapshot directly on the chart. It is designed
Trade on Bybit with  MT5/MT4 EAs and indicators! GRat_BybitImport   is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency on one the most popular crypto exchanges   Bybit  24/7. Features 1. ALL Bybit instruments are available. 2. Import(automatic copying) to the specified Bybit  currency all trades (made manually or by an EA) from an MT5 account (including demo) by the specified symbol and/or magic number. 3. Import(automatic copying)   to the specified By
MT5 to Telegram & Discord Notifier MT5 to Telegram & Discord Notifier is a lightweight and practical notification utility for MetaTrader 5 that automatically sends real-time trade updates to your Telegram and Discord channels. It is designed for traders who want to stay informed about trading activity without constantly watching the terminal. Once connected, the notifier delivers instant alerts whenever a position is opened or closed, helping you monitor live activity, improve communication, an
Empire JPY MT5
Fabriel Henrique Dosta Silva
Robô EMPIRE 15M CADJPY O robô EMPIRE 15M CADJPY foi desenvolvido para operar no par de moedas CAD/JPY com base no gráfico de 15 minutos. Utilizando uma combinação de indicadores técnicos, o robô identifica pontos de entrada e saída no mercado, com foco em uma gestão eficiente de risco. Ele é indicado para traders que buscam uma abordagem conservadora, recomendando-se um saldo inicial de $300 USD. Características de Operação • Prazo: 15 minutos • Por Moedas: CAD/JPY • Saldo Inicial Recomendado
EA Nation
Joseph Anthony Aya-ay Yutig
Expert Advisors 的策略来自 Facebook Group EA Nation。该小组拥有超过 4 万名成员。它为每根新蜡烛打开对冲交易,并在头寸处于交易的亏损方时打开网格。 平均网格 = N                     = 当前柱之前 6 个柱的总和/N 时间范围 = 当新柱出现时开启新的对冲交易 Auto Lot = 1 Lot 意味着 10,000 美元的手数为 0.01 NO MORE HEDGE = 当一方达到 N 笔交易时,它不会开启对冲交易直到 TP CLOSING STRATEGY = TP 1 是交易对方的网格大小                                = TP 2-6 = 百分比 参数:  - 平均网格  - AG 时间表 扩散过滤器  - 最大点差  - 大体时间 金钱管理  - 自动批次  - 最大批量  - 乘数  - 不再对冲 收尾策略  - TP 2(2-5 次交易)  - TP3(6-10 次交易)  - TP4(11-15 次交易)
MT5 统计型新闻、事件及经济日历扫描仪表盘 全球首款专为扫描新闻事件和经济日历而设计的 MT5 统计型仪表盘,完全基于数学概率开发。 七大支柱:盈利法则 本系统不仅仅是查看新闻;它通过七个精英支柱分析市场反应的科学性: Power (数学动力) 这是市场的脉搏。系统使用独有的净分 (Net Score) 计算方法,将复杂的动能简化为一个数字。您可以在蜡烛线完成之前就看到力量的转向。 技术解析: 引擎识别本周的每一个新闻事件,并对照 3 年的机构偏好滚动缓冲数据。如果某个事件具有 74% 的历史看涨偏好,则将其乘以其影响权重(高、中或低)。净分是本周所有分配权重的数学总和。 Beat Percentage (超越概率) Beat 支柱跟踪某种货币的新闻事件实际超出市场预期的程度。 技术解析: 该指标跟踪意外动能。它将实际数据与分析师共识(预测值)进行比较。如果在 10 份报告中有 8 份高于预期,则 Beat 百分比为 80%,表明该货币处于“经济超越阶段” (Economic Beat Phase)。 W-Hit (胜率) Win-Hit 率是概率之盾。它告诉您历史新闻事件导致盈利波
Trade on Binance with  MT5/MT4 EAs and indicators! GRat_BinanceImport   is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency on the most popular crypto exchange  Binance  24/7. Features 1. ALL Binance instruments are available. 2. Import(automatic copying) to the specified Binance  currency all trades (made manually or by an EA) from an MT5 account (including demo) by the specified symbol and/or magic number. 3. Import(automatic copying)   to the specifie
Zentral Trading Manager
Ray Zeanrik Parreno Fredeluces
5 (4)
Zentral Manager Your Command Center for Precision Trading — Now Stronger than Ever Take control of your trades like never before. Zentral Trading Manager is your all-in-one manual trading panel for MetaTrader 5 — built for scalpers, day traders, and serious strategy execution. Fully compatible with both Mac and Windows laptops. High-DPI safe. No more layout issues. Key Features (Latest 2025 Update): • One-Click Close – Instantly close Buy/Sell, winning/losing trades, or even half positions with
该产品的买家也购买
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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (144)
通过 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 >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法
================================================================================ 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 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
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.
VirtualTradePad PRO SE MT5 — MetaTrader 5 专业交易控制中心 VirtualTradePad PRO SE 是一款基于图表的高级交易面板,也是适用于 MetaTrader 5 的交易管理工作区。它专为希望获得更快执行、更清晰持仓控制、结构化交易管理、可视化价位规划,以及直接在图表上完成专业交易流程的交易者而设计。 这不仅仅是一个 BUY / SELL 面板。PRO SE 将手动交易、挂单、持仓管理、部分平仓、篮子利润/亏损控制、加仓均价层级、ATM 规则、信号监控、实时市场信息、策略测试器 (Strategy Tester) 流程以及面向 VPS 的运行方式整合到一个互相关联的界面中。 MT4 版本 | 完整说明和截图 | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会选择这套面板 图表一键交易 ,并支持键盘快速操作 快速完成开仓、平仓、修改、反转、锁仓与部分平仓 深度控制仓位、挂单、总利润与风控逻辑 自动参数计算,减少手动输入与重复劳动 为什么 PRO SE 比标准手动交易更高
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策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Anchor Trade Manager
Kalinskie Gilliam
5 (7)
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
Astro Trade MT5
Indra Maulana
5 (2)
AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
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
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
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
MetaTrader 5 专业交易面板 —— 图表与键盘一键交易的高效控制中心 一款面向主动交易者的专业 Trading Panel,可让您比标准 MetaTrader 操作方式更快、更直观地完成开仓、平仓、修改、管理与控制。 这不是一个普通的小工具,而是一个为高频手动操作、仓位管理、挂单控制与利润管理而设计的完整交易工作台。 通过这套面板,您可以直接在图表上一键执行交易,通过键盘快速触发核心操作,并借助自动参数计算、图形提示、信息标签以及可视化管理功能,大幅减少重复性操作,让整个交易流程更加流畅、高效且专业。 使用我们的交易面板,您可以直接从图表上一键下单,执行交易操作的速度可比标准 MetaTrader 控件快约 30 倍。 全新高级版本现已推出: 使用 VirtualTradePad PRO SE 升级您的交易流程 — 适用于 MetaTrader 5 和 MetaTrader 4 的新一代专业交易面板。 MT4 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会
工作演示版下载 Copy Cat More (跟单猫) MT5 交易跟单器 (Trade Copier) 是一款本地交易跟单器,也是一套完整的风险管理与执行框架,专为当今的交易挑战而设计。从自营公司 (prop firm) 挑战到个人投资组合管理,它凭借稳健的执行、资金保护、灵活的配置和先进的交易处理的结合,适应各种情况。 该跟单器同时支持主控端 (Master,发送方) 与受控端 (Slave,接收方) 两种模式,可实时同步市价单与挂单、交易修改、部分平仓以及对锁平仓 (Close By) 操作。它兼容模拟与真实账户、交易或投资者登录,并通过持久化交易记忆 (Persistent Trade Memory) 系统确保恢复——即使 EA、终端或 VPS 重启也不例外。可借助唯一 ID 同时管理多个主控端与受控端,跨经纪商差异则通过前缀/后缀调整或自定义品种映射自动处理。 试用版:  先试用看看 : 你可以下载并体验  Copy Cat More (跟单猫) 交易跟单器 MT5 试用版,通过 此链接 。 下载后,请将演示文件放入你的终端文件夹: MT5 » 文件 » 打开数据文件夹
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
用我们先进的 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
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
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
Seconds Chart MT5
Boris Sedov
4.61 (18)
秒级图表 (Seconds Chart) - 一款专为 MetaTrader 5 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何支持自定义交易品种的指标和EA交易系统。操作它们就像在标准图表上交易一样方便。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 免费演示版: Seconds Chart v2.29 Demo.ex5 下载免费演示版,亲自体验: 功能齐全 - 所有功能均可使用 24小时测试 - 足够评估准确性和便利性 仅限模拟账户 - 大多数经纪商均可轻松开立 仅限GBPCAD图表 - 大多数终端均可使用 这些限制仅适用于演示版。完整版适用于任何账户类型(真实、演示、竞赛)和任何图表(XAUUSD、EURUSD 等),无任何限制。 如何安装演示版 通过上方链接下载演示文件 打开MetaTrader -> 文件 -> 打开数据文件夹 -> MQL5 -> Experts 将下
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
Take a Break MT5
Eric Emmrich
4.76 (25)
News filter, equity guard & session control for all your EAs — one tool, full protection — Free Demo | Latest Updates v26 (August 2026) is the biggest update ever: the EA now protects your entire account — every chart, no helper needed — and the indicator gives any chart its own protection rules (news, loss limits, trading times and more). Existing setups keep working unchanged until you switch; the legacy Chart-Group mode is removed with v27. Versions are now year.month (26.08 = August 2026). U
作者的更多信息
Bneu Prop Firm Pass System
Marvinson Salavia Caballero
BNEU PROP FIRM PASS SYSTEM v2.32 PRODUCT OVERVIEW Bneu Prop Firm Pass System is a professional risk management and account protection utility for MetaTrader 5. Attach to any chart and configure your account rules. The system monitors daily loss, maximum drawdown, profit target, trading days, open risk, margin usage, news events, pending orders, weekend restrictions, and rollover restrictions from one dashboard. It includes a 5-tab premium dashboard, prop firm presets, custom rules, Risk Senti
Bneu AI OmniScanner Pro
Marvinson Salavia Caballero
5 (1)
Bneu AI OmniScanner — Cloud AI Multi-Symbol Market Scanner AI OmniScanner is a trading utility for MetaTrader 5 that scans up to 20 forex pairs simultaneously using a cloud-based analysis engine. The utility analyzes trend, momentum, volatility, and key zones for each symbol, then displays signals with entry, stop loss, and take-profit levels on an on-chart dashboard. What It Does Attaches to any chart and scans your watchlist on a timer: - Sends real-time market data to a cloud analysis eng
Bneu Vortex Pro
Marvinson Salavia Caballero
Bneu Vortex Pro v2.03 — AMD Phase Engine + 30 Strategies + Adjustable Cloud AI Gate Bneu Vortex Pro v2.03 is the upgraded MetaTrader 5 Expert Advisor built around an Accumulation / Manipulation / Distribution (AMD) phase engine. Instead of using one fixed signal, the EA first classifies market phase, then only enables the strategies designed for that phase. Every potential trade is also passed through an adjustable Cloud AI quality gate. CORE UPGRADE The previous simple scorer has been repla
FREE
Bneu Trade Manager
Marvinson Salavia Caballero
Bneu Trade Manager is a professional trading utility Expert Advisor for MetaTrader 5 designed to help manual traders plan, execute, protect and manage trades directly from a visual chart dashboard. It combines drag-and-drop trade planning, risk-based position sizing, one-click execution, pending orders, automated trade management for both EA and manual trades, protection tools, templates, reporting and performance analytics in one organized panel. The latest version includes a reorganized dash
FREE
Bneu Prop Firm Simulator
Marvinson Salavia Caballero
Practice Prop Firm Challenges Risk-Free Bneu Prop Firm Simulator FREE is a simulation utility for MetaTrader 5 that allows traders to practice prop firm challenges on demo accounts before risking real money on actual challenges. Track your progress, monitor rule compliance, and understand how prop firm rules work in real-time. Why Use a Prop Firm Simulator? - Practice challenge rules on demo accounts before paying for real challenges - Understand how daily loss and drawdown calculations work
FREE
Bneu GLA EA
Marvinson Salavia Caballero
Bneu GLA Trend EA — Now with AI Trade Filter FREE FOR A LIMITED TIME This EA will be sold at $199 in a future update. Download now while it's still free. NEW IN v1.05: AI-Powered Trade Scoring Every trade signal is now analyzed by our AI system before entry. The AI scores each setup from 0 to 100 and adjusts position size accordingly. This is a free addition — no extra cost. HOW AI IMPROVES GLA The GLA method detects trend shifts well, but not every crossover is equally strong. The AI la
FREE
Bneu Trade Journal
Marvinson Salavia Caballero
**Bneu Trade Journal** is a trade analytics and journaling utility for MetaTrader 5. The utility automatically captures trade history, calculates statistics, and displays performance metrics. This free version provides basic analytics for the last 100 trades with CSV export functionality. **Free Version Features** **Automatic Trade Capture** - Automatically records closed trades from account history - Filter by magic number to track specific EA trades - Filter by symbol to track specific instr
FREE
Bneu GLA Indicator
Marvinson Salavia Caballero
``` Bneu GLA Trend Indicator — Grover Llorens Activator This indicator for MetaTrader 5 displays a dynamic trend activation line based on the Grover Llorens Activator method. The line changes color based on price position relative to the activation level, with signal arrows appearing on trend changes. What It Does Plots a dynamic activation line on your chart: - Green line when price is above (bullish condition) - Red line when price is below (bearish condition) - Arrows appear on trend cha
FREE
Bneu Prop Firm Challenge Manager Pro A trading utility for MetaTrader 5 designed to assist traders participating in proprietary trading firm evaluation challenges. The utility monitors account metrics, tracks challenge progress, and provides protection features to help maintain compliance with challenge rules. MAIN FEATURES Prop Firm Presets: - Pre-configured rule sets for common proprietary trading firms - FTMO, MyForexFunds, The5ers, FundedNext presets included - Custom preset for manual
Bneu Trade Copier Pro
Marvinson Salavia Caballero
**Bneu Trade Copier Pro** is a trade copying utility for MetaTrader 5 that enables copying trades from a master account to multiple slave accounts. The utility supports various lot sizing methods, symbol mapping, trade filtering, and provides a monitoring dashboard. **Main Features** **Master/Slave Architecture** - Configure as Master account to broadcast trade signals - Configure as Slave account to receive and execute trades - Support for up to 50 slave accounts per master - File-based sign
Bneu News Filter Pro
Marvinson Salavia Caballero
Bneu News Filter is a trading utility for MetaTrader 5 that monitors economic calendar events and manages trading activity during high-impact news releases. The utility provides automatic position protection, real-time spread monitoring, and optional news trading functionality through a visual panel interface. Main Functionality Economic Calendar Integration Automatic retrieval of economic calendar events from the MetaTrader 5 built-in calendar. Monitors 8 major currencies: USD, EUR, GBP, JP
Bneu Smart Monkey Concept Pro
Marvinson Salavia Caballero
Bneu Smart Money Concepts Pro — All-in-One ICT/SMC Analysis An automated Smart Money Concepts indicator that marks BOS, CHoCH, Order Blocks, Fair Value Gaps, Liquidity Sweeps, OTE Zone, Kill Zones, Asian Range, and Premium/Discount zones in real time. All signals use closed-bar data only. Non-repainting. WHAT IT DRAWS - BOS (Break of Structure) and CHoCH (Change of Character) labels - HH / HL / LH / LL swing point labels - Order Block zones (supply and demand) with midpoint lines - Fair Val
Bneu AI Horizon Pro
Marvinson Salavia Caballero
Bneu AI Horizon Pro — Multi-Timeframe AI Confluence Analyzer Premium on-chart dashboard with three organized sections for MetaTrader 5. Analyzes 6 timeframes simultaneously (M5, M15, H1, H4, D1, W1) in a single AI call. Displays confluence, conflicts, and unified verdict on one screen. No chart switching required — see all timeframe biases instantly. Enterprise-grade 680px panel with TP progress tracking and win rate statistics. Telegram alerts with configurable filters for confidence, alignmen
Bneu AI Zenox EA Pro
Marvinson Salavia Caballero
Bneu AI Zenox EA — Multi-Pair Swing Trading Portfolio Zenox EA is a trading utility for MetaTrader 5 that monitors 16 forex pairs plus gold from a single chart. The EA uses a dual validation engine for live trading, correlation filtering to manage exposure, and a 3-tier partial take profit system for swing-style position management. What It Does Attach to any chart to monitor all 16 pairs plus gold simultaneously. The EA scans each pair on every new bar for swing trade setups, validates sig
Bneu Market Intelligence System — AI-Powered Market Analysis Dashboard Premium on-chart market analysis utility with 4 dashboard tabs. AI Market Brain reads volatility, currency strength, correlations, sessions, and upcoming events — then returns a plain-English verdict. GREEN / YELLOW / RED traffic light status removes guesswork. 8-currency strength meter with momentum tracking. AI opportunity scanner with per-symbol confidence scoring. DXY Dollar Index tracking with directional analysis. W
Bneu Execution Scaling System
Marvinson Salavia Caballero
Bneu Execution and Scaling System — Professional Trading Command Center Premium on-chart command center with 5 dashboard tabs. 28-pair opportunity radar scans every 8 seconds. Dual-gate qualification: indicator engine + AI confidence scoring. One-click execution with auto SL/TP and smart lot sizing. Full autopilot mode with 6 built-in safeguards. Multi-account trade copier (publisher or receiver in one EA). Adaptive Money Management protects every position automatically. WHAT IT DOES Attach
Bneu Performance Mastery System — AI Trading Coach and Behavior Analysis Premium on-chart performance analysis utility with 4 dashboard tabs. AI Coach analyzes your closed trade history and provides personalized coaching with actionable advice in real-time. 5 behavior detectors catch overtrading, revenge trading, and tilt. Pattern analysis finds your best and worst days, sessions, and pairs. Achievement system rewards discipline and consistency milestones. Telegram reports deliver daily and we
筛选:
无评论
回复评论