MP Smart Panel

🛡️ MPSmartPanel — 您可靠的交易助手

MPSmartPanel 是一款适用于 MetaTrader 5 的紧凑型交易面板,它将手动交易的便利性与严格纪律和全面风险控制相结合。该面板保护您的资金免受损失,并帮助您按照自己的系统有意识地交易。

✅ 交易系统检查清单(由程序控制)

自行填写自己的检查清单(4 个条件块,例如:趋势、新闻、形态、信号),面板会在每次交易前自动检查 — 若未确认所有条件,您将无法开仓。这排除了冲动和随机的交易。

🛡️ 风险管理器 — 资金保护

内置的风险管理器会在至少违反一项条件时自动阻止新交易

  • 📉 当日亏损达到设定限额(例如 500 美元)
  • 📈 当日盈利达到目标水平
  • 🔢 每日交易次数超过限额(例如 10)
  •  连续亏损超过允许的限额(例如 3)
  • 💰 未平仓交易的总日风险超过限额(每日风险限额)

同时进行每日风险核算:面板显示已用风险与剩余风险,防止您超过设定限额。

⏱️ 时间与交易时段控制

内置的交易计时器(START/FINISH 按钮)记录您的工作时间,自动将其分配到交易时段(亚洲、欧洲、美洲),并提供报告与进度监控 — 让您了解自己交易了多长时间、效率如何。

📊 每日风险报告

面板生成已用风险量、交易次数和当日结果的每日报告 — 让您始终清楚自己对限额的遵守情况。

📱 Telegram 集成与完整报告

内置 Telegram 集成为每笔交易提供完整报告(开仓、平仓、SL/TP、盈亏)、截图、START/FINISH 消息、每日报告 — 并支持直接向聊天/频道发送交易信号

⚡ 一键高效交易

  • 一键 BUY / SELL / LIMIT / STOP
  • 根据止损自动计算手数(固定金额或账户余额百分比)
  • RR 1:1 / 1:2 / 1:3 比率
  • 可拖动的 Entry / SL / TP 线

所有这些使 MPSmartPanel 成为一个方便有效的工具,能够控制风险、规范交易并保护您的资金

🚀 快速上手

  1. 智能交易程序附加到任何品种图表(货币、黄金、指数等)。
  2. “输入”选项卡中配置主要参数(参见“设置”部分)。
  3. 面板出现在图表左上角。
  4. 选择方向 — 按 BUY / SELL / LIMIT / STOP 按钮。
  5. 拖动 Entry、SL、TP 线到所需水平。
  6. 完成检查清单 — 按下全部 4 个条件块(参见“检查清单”部分)。
  7. 按 OPEN — 以自动计算手数开仓。

🎛️ 设置(输入)

📊 “交易”部分

参数 类型 默认值 描述
InpMagic int 20260815 面板交易的唯一魔术号
InpDefaultLots double 0.01 基础手数(关闭自动手数时)
InpDefSL double 45.0 入场来自 SL/TP 的初始距离(点)
InpEntryPts int 20 限价/止损单入场的初始距离
InpDefRR double 2.0 风险/收益比(1:1 / 1:2 / 1:3)
InpDeviation int 20 最大价格滑点(点)
InpTheme string "dark" 面板主题: dark    light
InpLang string "EN" 面板语言: UA  /  EN  /  RU

💰 “风险(自动手数)”部分

参数 类型 默认值 描述
InpRiskMoney double 50.0 每笔交易风险,美元
InpRiskPercent double 1.0 风险,占余额的 %

🛡️ “风险管理器”部分

参数 类型 默认值 描述
InpRM_Enabled bool true 启用风险管理器
InpRM_MaxDailyLoss double 500.0 条件1:最大当日亏损,美元(0 = 关闭)
InpRM_MaxDailyProfit double 0.0 条件2:最大当日盈利,美元(0 = 关闭)
InpRM_MaxTradesDay int 10 条件3:每日最大交易次数(0 = 不限)
InpRM_MaxConsLoss int 3 条件4:最大连续亏损(0 = 关闭)
InpRM_DayRiskMoney double 300.0 最大每日风险限额,美元(0 = 不限)
InpRM_DayRiskPct double 0.0 每日风险,占余额 %(0 = 如交易)
InpRM_ResetDay bool false 立即重置当日计数器(设为 true 并按确定)

📱 “Telegram”部分

参数 类型 默认值 描述
InpTG_Enabled bool false 发送到 Telegram(截图 + 文本)
InpTG_Token string "" 机器人令牌(来自 BotFather)
InpTG_ChatID string "" 频道 ID(如 @channel 或 -100...)

🔑 “许可”部分

参数 类型 默认值 描述
InpLicKey string "" 许可密钥(如适用)

✅ “条件按钮”(检查清单)部分

参数 类型 默认值 描述
InpCondEnabled bool true 启用条件块
InpCond1 string "" 条件1 文本(块)
InpCond2 string "" 条件2 文本(块)
InpCond3 string "" 条件3 文本(块)
InpCond4 string "" 条件4 文本(块)

🛡️ 风险管理器逻辑

如果至少满足一项条件,则阻止新交易:

  1. 当日亏损   InpRM_MaxDailyLoss
  2. 当日盈利   InpRM_MaxDailyProfit
  3. 每日交易次数   InpRM_MaxTradesDay
  4. 连续亏损   InpRM_MaxConsLoss

另外 — 每日风险限额( InpRM_DayRiskMoney  或余额百分比):如果未平仓交易的总风险超过限额,则新交易被阻止。

📱 Telegram 通知

启用  InpTG_Enabled  且令牌/聊天正确时,面板发送:

  • 🟢 开仓(类型、手数、品种、价格、SL、TP)
  • 🔴 平仓(类型、品种、收盘价、盈亏、原因:SL/TP/手动)
  • 📌 放置挂单
  • 📷 开/平/订单截图
  • ⏱ START/FINISH 消息
  • 📊 每日报告

⚠️ 重要: 请将  https://api.telegram.org  添加到允许的 URL: 工具 → 选项 → 智能交易程序 → 允许 WebRequest 到列表中的 URL


推荐产品
Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated   with support and resistance zones so you can check the candlestick patterns in most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M4,M6,M12,H3,H8 timeframes and 20 symbols of Market Watch window) Read
Scan a fixed list of assets (Ibovespa) in the chosen timeframe (TimeFrame). For each pair and for various periods. Calculate a regression model between the two assets (and, if desired, using the bova11 index as a normalizer). Generate the spread of this relationship, its mean, standard deviation, speculative deviation, and betas (B1 and B2). Apply an ADF test without exclusion (cointegration/stationarity). Calculate the Z-score of the current exclusion (how many standard deviations are away from
FREE
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
"Impulses and Corrections 5" is created to help traders navigate the market situation. The indicator shows multi-time frame upward and downward "Impulses" of price movements. These impulses are the basis for determining the "Base" , which is composed of zones of corrections of price movements, as well as "Potential" zones for possible scenarios of price movement. Up and down impulses are determined based on a modified formula of Bill Williams' "Fractals" indicator. The last impulse is always "U
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Noize Absorption Index
Ekaterina Saltykova
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
TradePad
Ruslan Khasanov
5 (1)
TradePad 是一種既可用於手動交易又可用於演算法交易的工具。我們為您提供一個簡單的解決方案,用於快速交易操作和控制多種交易工具的持股。 注意,該應用程式不適用於策略測試器! 模擬帳戶應用程式的試用版和所有工具的描述 應用程式介面適應高解析度顯示器,簡單直覺。為了方便工作,我們為交易者提供了以下工具: 熱鍵管理器,用於管理交易操作、在主圖表的週期之間切換、在 TradePad 工具之間切換; 標記交易等級的工具,用於在開倉或設定掛單時評估虧損風險並計算潛在利潤; MultiCharts 工具用於直觀地監控多個交易符號,以及接收演算法交易的交易訊號。為了方便起見,您可以組織交易對的集合,這將使您有機會在多個時間範圍內監控價格並進行多幣種交易; 用於查看任何歷史時期的交易統計資料的資訊模組,能夠產生擴展的 HTML 報告、查看交易符號的特徵和有關交易帳戶的資訊; 掛單管理器用於管理掛單 - 設定單一或一組(網路)掛單,可按訂單類型和單一符號或交易帳戶上的所有類型進行分組刪除; 設定賣出停損限價和買入停損限價掛單的工具; 頭寸管理器用於管理一個或多個頭寸(取決於帳戶類型) - 全部
Universal Soul Reaper
Pieter Gerhardus Van Zyl
Universal Soul Reaper is an atmospheric market-flow oscillator designed to interpret price behavior as a cycle of spiritual energy. Instead of reacting to raw price alone, it visualizes the state of the market’s soul —revealing when momentum is awakening, stabilizing, or fading. The indicator operates in a separate window and presents three interwoven entities: the Ectoplasmic Veil , the Spirit Boundary , and the Soul Core . Together, they form a living framework that helps traders sense pressu
Trade History By Magic Indicator Unlock Your Trading Insights with Trade History By Magic! Enhance your MetaTrader 5 experience with this powerful indicator designed for traders who demand precision and clarity. Trade History By Magic provides a clear, real-time display of your trading history, organized by magic numbers, directly on your chart. Perfect for both automated and manual traders, this tool helps you track performance effortlessly. Key Features: Organized Trade Tracking : Displays tra
近段时间买家运行良好,但同时也有朋友担心: 1、EA测试回测数据的真实性; 2、回测效果好不代表实测效果好,而免费演示版的可测试时间太短,无法判断EA的实用性。 针对以上问题,现推出一个完美的解决方案,直接给到限定时间的测试版本,需要的可以私信留言,或者聊天窗口找我,看到后会发送测试版本过来。 此外,为了方便部分已购买源代码的客户熟悉了解代码,进一步优化和提升空间,并且让更多的有意向的客户了解这个EA的编辑逻辑,特将代码拆解,不定期的讲解基本思路,跟着走即便是小白也可以快速上手,以便后续购买源代码后快速上手优化! 知乎专栏: Day01:初始MQL5量化系统 - quanter的文章 - 知乎 https://zhuanlan.zhihu.com/p/1969031679428530490 Wordpress个人网站: https://quanter001.wordpress.com/ 如有任何问题,欢迎邮件沟通:quanter001@163.com ****************************************************************
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
GoldPro Max
Taher Ahmed Mohamed Taha Elshafei
GOLDPRO MAX Advanced Multi-Timeframe and Smart Money Market Analysis for MetaTrader 5 GoldPro Max is a professional market analysis indicator for MetaTrader 5 designed to help traders study market direction, price structure, liquidity, market imbalance and potential trading areas from multiple perspectives. The indicator combines Multi-Timeframe Analysis, Smart Money Concepts, Market Structure, Liquidity Analysis, Order Blocks, Fair Value Gaps, Premium and Discount analysis, Smart Analytical Eng
Net Exposure & Net Average Price is a lightweight utility Expert Advisor for MetaTrader 5 hedge accounts . This tool helps traders instantly understand their true market exposure when multiple Buy and Sell positions are open on the same symbol. What the EA Does The EA displays a clear on-chart panel showing: Total Buy Trades Total Buy Lots Total Sell Trades Total Sell Lots Net Lots (Net Exposure) Net Average Price (hedge-adjusted breakeven) The Net Average Price represents the true breakeven
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
BTC Trading Assistant EA (MT5) Manual trading assistant that helps place and manage trades with automated risk and stop management. Overview BTC Trading Assistant EA is a utility Expert Advisor for MetaTrader 5 intended for manual traders. It provides a chart interface to execute BUY/SELL/CLOSE actions and automates selected trade management functions such as position sizing, initial SL/TP placement, break-even, trailing stop and optional partial profit taking. This EA does not generate trade si
Overview Mirror Signals EA is a powerful monitoring Expert Advisor that automatically sends real-time Telegram notifications for all important trade events on your MetaTrader 5 account. It is engineered specifically for signal providers , trade-copier operators , auditors , educators , and professional trading services that require immediate, detailed, and reliable reporting. Everything from entries, exits, SL/TP changes, comment changes, trailing stop activations, pending order modifications
Universal Trend
Maryna Shulzhenko
The Universal Trend indicator was created to detect trends in price movement and allows you to quickly determine not only the direction of the trend, but also understand the levels of interaction between buyers and sellers. The indicator works on all timeframes and currency pairs. The indicator gives fairly accurate signals and it is customary to use it both in trending and flat markets. It is advisable to use the indicator in combination with other tools for more reliable signals and making a
Trade Copilot - 黄金(XAUUSD)及任意品种的半自动风险管理面板 Trade Copilot 是一款半自动交易面板,专为希望拥有EA纪律性、同时保留自主入场控制权的手动交易者设计。您决定方向和价位,面板自动计算风险仓位、设置止损、管理止盈并保护交易。 主要功能 - 基于风险的手数计算 - 可选择风险百分比、风险金额或固定手数;面板根据止损距离自动计算仓位大小 - 3种止损模式 - ATR倍数、固定点数或固定美元距离 - 一键市价单与挂单 (立即买入/卖出、挂单买入/卖出),入场/止损/止盈线可拖动调整 - 网格交易 - 在价格区间内按钟形曲线分布手数放置一系列挂单(并非马丁格尔 - 手数由距中心的距离决定,亏损时绝不加倍) - 多重止盈 (最多4级) - 可拖动止盈线,分别位于主目标距离的20/40/60/80%处;每个级别部分平仓,应用后视觉上锁定 - 自动保本 (+点差) - 将止损移至真正的保本位,并计入当前点差,避免小幅亏损离场 - 4种自动移动止损模式 - 固定步长、ATR距离、前一根K线高低点、或移动平均线 - 风险防护 (Risk Guard)
RBreaker
Zhong Long Wu
RBreaker Gold Indicators 是黄金期货一种短线日内交易策略,它结合了趋势跟踪和日内反转两种交易方式,既能捕捉趋势行情的利润,又能在行情反转时及时止盈并顺势反手。 该策略曾连续15年被美国《Futures Truth》杂志评选为前十大最赚钱的交易策略之一,具有很长的生命周期,至今仍在国内外普遍使用与研究。 本指标结合了2026年期货黄金的走势,依据14日ATR指标,分别定义了突破系数A,观察系数B,反转系数R更合理的数值,非常不错的指标,已实现年稳定盈利,值得推荐~ 以上指标适合高波动品种,参数适合期货黄金,股指期货等,如果需要其他品种行情,需要单独设定 突破系数A,观察系数B,反转系数R,进行回测才能使用。 欢迎指标售后有问题可以加+V:504282029
Margin Call Shield – Defend Your Margin on Your Terms Margin Call Shield is a tool for MetaTrader 5 traders who want to decide for themselves which open positions are closed during margin call situations before the platform does so automatically based on its internal rules. By default, the broker or platform decides which positions to close, often using undisclosed algorithms. Margin Call Shield lets you set this order according to your own strategy. Why Was Margin Call Shield Created? In a mar
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 —— 单终端内的专业持仓复制系统 这是一款面向专业交易者的可靠 Expert Advisor,用于在 MetaTrader 5 中自动复制已经打开的持仓、放大总仓位、应用自定义手数规则,并按照明确的逻辑管理复制出来的持仓。 它非常适合手动交易者、自动化系统使用者,以及希望在同一个终端内更灵活地管理已有持仓的用户。 Duplicator for MT5 并不会依靠自己的交易策略主动开仓。它的职责是监控 MetaTrader 5 账户中已经存在的持仓,并根据你的设置创建对应副本,包括复制次数、手数、Stop Loss、Take Profit、注释以及额外的管理条件。 如果你需要的是 同一个 MetaTrader 5 终端内部 的持仓复制工具,而不是不同平台或不同终端之间的复制系统,那么 MT5 版 Duplicator 正是为这种需求而设计。 MT4 版本 详细描述 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 链接 如果你需要 MetaTrader 终端之间 的交易复
# Equity Monitor Pro  ## Short Description Equity Monitor Pro is a professional equity p**Equity Monitor Pro** is a powerful risk management tool that automatically protects your trading account by monitoring equity levels and enforcing prop firm style rules. Whether you're taking an FTMO challenge, trading a funded account, or just want to protect your capital, this EA runs silently alongside your trading strategy and takes action when it matters most. Protection tool designed for prop firm
CyberTradeTHxAI Gold Sniper MT5 Professional Gold Trading Signal Indicator for MetaTrader 5 CyberTradeTHxAI Gold Sniper MT5 is a professional-grade Gold (XAUUSD) trading indicator developed to identify high-probability Buy and Sell opportunities using trend analysis, pullback confirmation, and intelligent market structure detection. Designed for both beginner and advanced traders, the indicator automatically calculates optimal Entry Zones, Stop Loss, and multiple Take Profit levels while provid
ShreeFx Trade Manager
Dhiraj Shivprabhu Pattewar
️ 1. Interactive User Interface (UI) Dual-Tab System: Cleanly separates execution tools (TRADE) from configuration (️ SETTINGS) to keep the chart clutter-free. Dark/Light Mode: Instantly switch between themes using the ️/ emoji button to match your chart background. Live P&L Dashboard: Real-time display of Account Balance, Equity, Floating Profit/Loss (in USD and %), Total Positions (Buys/Sells), Total Lot Exposure, and current Spread. On-Chart Direct Editing: Change any setting (Lot Size,
该产品的买家也购买
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:/
Custom Alerts AIO:多市场智能监控,一键启动,无需设置 概述 Custom Alerts AIO 是一款“开箱即用”的高级市场扫描工具,无需额外安装任何其他指标或进行复杂设置。它内置了 Stein Investments 的所有核心指标(FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power),可帮助您轻松监控所有主要资产类别,如外汇、黄金、指数和加密货币。如果您的经纪商支持股票,您也可以手动添加个股进行监控。 1. 为什么选择 Custom Alerts AIO? 无需额外购买任何指标 • 所有关键指标均已内置,开箱即用。 • 专注于实时预警,不包含任何图形元素,性能高效,界面简洁。 全面覆盖所有主要市场 • 支持监控外汇、金属、加密货币和指数市场。 • 无需手动输入任何交易品种,只需在设置中勾选资产类别即可启用。 • 股票并不属于默认类别,如有需要可手动通过参数输入添加。 高效、专业、便捷 • 无需图表模板和手动加载,适合自动化或远程交易环境。 • 非常适合 VPS 上长期运行,或作为后台市场预警工具使用。 2
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
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
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 文件,直接适配主流智能工具和平台。 完整导出内容: • 三个可选周期的货币强度分析 • 净多头头寸变化体现市场情绪 • 成交量变化、
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
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
The product will copy all  Discord  signal   to MT5   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT5. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
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 --------------------------------------------------------------------------------
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
Latency Arbitrage
Heri Yusufu Kaniugu
Latency Arbitrage – Ultra Fast Execution & Price Inefficiency Capture Latency Arbitrage  utility tool is designed to exploit short-term price inefficiencies between fast and slow price feeds. Instead of predicting market direction, the EA focuses on execution speed and price deviation opportunities, allowing traders to capture micro-movements before the market fully adjusts. With built-in risk controls and smart filtering, it ensures precise and disciplined trading performance. Price increases b
Check EA performance  https://www.mql5.com/en/signals/2376164?source=Site +Profile+Seller Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot
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
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
Telegram to mt5 pro
Janet Abu Khalil
4 (4)
Telegram to MT5 Pro — 高级 Telegram 信号复制器(Auto-Fix,多TP,风险控制,完整交易管理) Telegram to MT5 Pro — 专业 Telegram 信号复制系统 Telegram to MT5 Pro 可将来自 Telegram 的交易信号实时复制到您的 MetaTrader 5 账户,并提供完整的风险控制、执行管理与交易管理功能。 系统由两个组件组成: • 运行在 MetaTrader 5 内的 Expert Advisor(EA) • 连接 Telegram 并将信号发送到 EA 的桌面桥接程序 两个组件必须在同一台电脑运行。由于 MQL5 限制,EA 无法直接连接 Telegram。 支持与安装 提供完整 PDF 安装指南。 支持内容: • 完整 PDF 使用手册 • 分步安装指导 • 在线聊天支持 • 交易商设置帮助(前缀、后缀、符号映射) 功能说明 • 读取任意 Telegram 群组或频道信号 • 自动解析交易品种、方向、入场、止损、止盈 • 秒级执行交易 • 管理交易(移动止损、保本、部分平仓) • 支持多账户与多信号
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
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
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {IB S
MT5 Trading Deck
Manuel Michiels
5 (2)
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
RiskGuard Management
MONTORIO MICHELE
5 (22)
注意 :要获取免费试用版,请访问我的网站。 使用手册 用户手册 RiskGuard Management — 您进行无妥协交易的终极盟友。 Lot Calculator — 自动计算手数。 Quantum — 自动风险控制,最大化利润并减少回撤。 Automatic Journal — 包含并可从我的网站免费下载。 Automatic Screenshot — 两张截图:开仓时一张,平仓时一张。 Partial Profit — 智能管理的部分平仓功能。 Smartphone Trading — 可通过手机下单,自动管理。 Stop Loss & DD Block — 每日资金的全面保护。 Automatic Break-Even — 轻松降低风险。 Closing Time — 精准控制交易时间。 Automatic Spread — 实时正确设置止损和止盈。 详细的多语言文档以及意大利语和英语的视频教程,可在我的网站上获取。
Forex Analyzer Pro MT5 交易账户分析仪表板 Forex Analyzer Pro 是一款专为 MetaTrader 5 用户设计的网页交易分析平台。 Forex Analyzer Pro 可同步 MetaTrader 5 账户活动,并通过结构化仪表板将交易数据整理为分析、报告、监控和交易日志工具。 该平台允许用户通过支持的桌面和移动设备网页浏览器访问其交易仪表板。 Forex Analyzer Pro 可连接您的 MT5 账户,并将交易活动集中到统一的仪表板中,方便您监控持仓、查看历史记录、分析统计数据以及管理交易记录。 功能特色 • MT5 账户仪表板 • 持仓监控 • 交易历史分析 • 交易日历 • 策略跟踪 • 交易日志 • 账户统计分析 • 绩效报告 • 交易通知 • 多账户支持 MT5 账户仪表板 查看 MetaTrader 5 账户中的重要信息。 仪表板显示: • 账户余额 • 账户净值(Equity) • 可用保证金 • 保证金水平 • 当前持仓 • 浮动盈亏 • 交易量 • 经纪商信息 • 账户详情 所有账户信息均以结构化界面呈现,方便监控和管理。
# 如果您有任何其他需求或對合作感興趣,請聯繫 zion.quantech.london@gmail.com。 Flash Trade (FT) 最友善的手動交易工具。 使用最直觀的操作來確保您的資金。 FT的特點 點擊任意位置快速交易 FT支持市場訂單和掛單 兩次點擊完成訂單並設置SL和TP 三次點擊完成掛單並設置SL和TP 自動將每個訂單的止損金額設置為您設置的餘額百分比或固定金額 下訂單時實時預估利潤 超簡單的界面和操作 支持拆分訂單 使用方式 市場訂單: 點擊圖表決定止損價位 點擊Buy或是Sell鈕 掛單: 點擊圖表決定入場價位 選擇掛單類型 點擊圖表決定止損價位 暫停FT: 點擊右上方的"On/Off"按鈕來切換開關 當按鈕從綠(On)變為紅(Off),代表FT已被停止 點擊"Off"按鈕再次開啟FT 如果有任何疑問、改善建議或是bug回報都可以聯繫e50310@gmail.com或留下評論 功能將持續於未來的版本推出
Hedge Trimmer EA
Michael Sipho Bhiya
Hedge Trimmer & Roll-Over EA Managing a hedged position means carrying two opposing trades simultaneously. Over time, the losing side grows while the profitable side offsets it. The standard problem is that closing the loser costs money you may not have sitting in cash — it has to come from somewhere. Hedge Trimmer EA solves this by using the floating profit on your winning trades as the funding source to progressively close down the losing side. It identifies which trades are in profit, uses a
Royal Copier
Janet Abu Khalil
5 (1)
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
EA Performance Logger Telegram
Abdulqudus Tomiwa Akande-owoo
The Performance Logger is a utility for MetaTrader 5 designed to track and report account metrics. It identifies trades based on specific criteria and provides summaries of account activity. Main Functions Automated Reporting : Generates summaries of account performance and sends them to specified communication channels (Telegram or Discord) on a weekly, monthly, or yearly basis. Strategy Analysis : Organizes performance data based on the specific Expert Advisor or strategy used for each trade.
Global Investing FX Terminal
Santiago Nicolas Pla Casuriaga
Global Investing FX Terminal 是一款面向 MetaTrader 5 的一体化外汇仪表盘——涵盖央行政策利率、CFTC COT 持仓、利差排名、经济意外指数、期权偏斜、散户情绪与相关性,共十三个分析面板——以单一无闪烁画布呈现,每 10 秒从单个挂载 EA 刷新一次,无需任何外部软件。 专业外汇分析需要同时调取通常分散在不同平台的数据:利率衍生品、政府数据门户、券商掉期规格、期权台。此 EA 将所有这些整合到交易终端内的单一界面中,在您执行决策的地方完成分析。 仪表盘上显示的内容 市场概览 外汇对列表 — 所有 28 个 G10 货币对,加上当券商 Market Watch 中存在 NOK/SEK 交叉盘时显示的交叉盘——最多共 36 个货币对——的实时买卖价。每行显示点差、日度与周度变化、以点数表示的绝对区间,以及 ADR%——当前交易时段区间占 14 日平均日区间的百分比。ADR 达到 95% 的货币对已消耗其统计日内延伸空间;伦敦盘中场 ADR 仅 25% 的货币对仍有运行余地。颜色逐 Tick 实时更新。 货币对详情 — 点击列表中的任意行,即可打开该
Gamma Edge Pro MT5 — GexBot Classic API Integration Gamma Edge Pro   brings institutional-grade   Gamma Exposure (GEX) data   directly onto your MetaTrader 5 chart — the same data used by professional options traders to anticipate price magnets, hedging flows, and dealer positioning. Powered by the   GexBot Classic API , this indicator automatically maps options market data from US-listed instruments onto any   MT5 CFD instrument   — Forex pairs, Gold, indices, and more — with intelligent price
QCML Assistant
Maxime Turcotte-lafreniere
QCML Assistant MT5 Your Trading. Our Assistant. Your Edge. Looking for a tool that completely transforms your experience on MetaTrader 5? QCML Assistant is the all-in-one solution built by traders, for traders. Just one tool installed on your chart, and you get access to an ultra-complete, ultra-fast, and ultra-simple trading platform. No more hours wasted setting up your workspace. No more complicated trade entries. With QCML Assistant, everything becomes simple, smooth, and efficient right fro
ENGLISH VERSION tg @eeevleee TICK CHART SERVICE - Professional Tick Ch
筛选:
无评论
回复评论