Execution Cost Audit

您有没有想过,交易到底让您付出了多少成本?Execution Cost Audit 读取您账户里已有的平仓历史,然后直接告诉您:每一笔成交那一刻报给您的点差、每一笔成交滑了多少、以及佣金和隔夜利息在此之上又加了多少。不需要提前安装任何东西,也不需要等待。它只读取,从不发送订单。


我为什么做这个工具

我想知道自己的交易到底花了多少钱,而我找到的每一个工具给出的答案都一样:先装上,几周后再来看。可历史记录明明已经在我的账户里了,每一笔成交、每一个价格都在。每次成交那一刻的点差就在经纪商的报价历史里。所有零件都存在,只是没人把它们拼起来。

于是我写了一个能把它们拼起来的工具。把它拖到图表上,它会读取您已有的平仓历史,用每一笔成交记录重建每一次完整交易,再到报价历史里查出成交那一毫秒的报价,以及成交价离订单请求价有多远。佣金和隔夜利息直接来自成交记录。一分钟之后,您就知道最近九十天、或者最近一年、或者终端记得的全部历史让您付出了多少。

它从不开仓、修改或平仓。代码里没有任何交易函数,也不需要开启自动交易。


它告诉您什么

- 点差:每一笔成交那一刻实际报出的点差。不是现在屏幕上的点差,不是经纪商的平均值,也不是 M1 K 线的点差字段,那个字段平均的是整整一分钟,包括点差被拉开的那一分钟。
- 滑点:订单请求的价格与实际得到的价格之差。市价单取请求价,止损单或限价单取挂单价位。符号经过统一,正数永远表示对您不利。
- 佣金、手续费和隔夜利息:按每次完整交易统计,直接取自成交记录。
- 如果某笔成交在报价历史里查不到任何数据,它会明确告诉您。这笔成交保持未测量,而不是编造一个数,报告会说明这样的成交占多大比例。


四项成本,分得清清楚楚

有一个很容易犯的错:把点差、滑点、佣金和隔夜利息加在一起,再从毛利中扣掉。这是重复计算。点差和滑点已经包含在毛利里了,因为您是按卖价买入、按买价卖出的;佣金和隔夜利息则是另外收取的。报告把它们分开处理:一边显示真正到账的金额,另一边显示同样这些交易若以中间价成交、不含佣金和隔夜利息时会得到的结果。当它用百分比表示成本时,分母就是后面这个数字。

对隔夜利息同样谨慎。您会看到它在结果中的净额,然后拆分成您支付的部分和您收到的部分。只有支付的部分计入成本,因此成本各行相加永远等于合计。


钱花在了哪里

每一个数字都按品种、开仓小时、星期几、交易时段、方向、魔术号以及仓位的平仓方式分解。止损出场的滑点单独列出,因为意外通常就藏在那里。您还能看到成本最高的十笔交易,以及总摩擦成本中有多少集中在最差的百分之十里。这个比例往往比想象的高,而且它指向一些可以改变的事。


您的经纪商是怎样给您成交的

有三件事可以拿来衡量经纪商,而且没有一件与您的策略好坏有关:

1. 点差稳定吗?报价点差的第 90 百分位与中位数之比。只在风平浪静时才成立的宣传点差,在这里会现形。
2. 滑点有多大?相对于该品种的典型点差来衡量,这样黄金上的几个点和 EURUSD 上的几个点就不会被同等看待。
3. 滑点是否均衡?在发生偏移的成交里,有多少是对您不利的。永远只朝一个方向滑的盘口,问题不在延迟。

三项合成一个 0 到 100 的分数和一个字母等级。如果某一项样本不足,就把它剔除并重新换算其余各项,所以即使经纪商不提供报价历史,账户仍会按成交情况得到评级。


把点数换成钱,而不自欺

通常的捷径是用当前的每跳价值,但它把今天的汇率套到了四个月前的交易上。这里的做法是让每一个已平仓位用自己的已实现盈亏校准自己的换算:它走过一段已知的距离,记下一个已知的结果,这就揭示了经纪商在那一刻实际使用的换算关系,包括交叉汇率。每跳价值只作为几乎没有波动的仓位的后备。


它会告诉您什么被排除在外

过滤后的报告和完整报告看起来一模一样,于是就有人在七十笔交易的账户里只审了四笔,然后得出成本没问题的结论。这份报告始终注明:被审计交易的时间跨度、搜索的区间、生效的过滤条件,以及有多少已平仓的完整交易落在该区间之外。面板、HTML 报告和 CSV 里都有。


输出什么

- 图表上的面板,共五页:Overview、Symbols、Time、Quality 和 Method。可以固定在任意角落,会根据图表高度自动调整,内容放不下时可以滚动。
- 一份独立的 HTML 报告,图表内嵌。没有外部文件,在任何电脑上都能打开,打印也清晰。适合发给您的经纪商,或者半年后发给自己。
- 一份 CSV,每次完整交易一行,UTF-8 带字节顺序标记,分隔符可选,供您自己的表格使用。


购买前先试用

策略测试器里没有可供审计的账户历史,所以在测试器中,本产品会基于报价流构建一组模拟交易,并对它进行审计。不会发送任何订单。点差、从决策到成交之间的价格变动、以及止损成交,全部来自经纪商为该品种和该时段记录的真实报价,因此成交数据描述的是该经纪商的该品种。只有交易的时间安排是虚构的,而每个界面都会说明这一点。请使用"基于真实报价的每次报价"模式:OHLC 和开盘价模式生成的报价过于稀疏,无法为成交计时;一旦出现这种情况,报告会说明有多少笔成交未被测量。

它还有一个有用的副作用。把它指向任意品种和时段,它就能回答一个您在开户前也许问过自己的问题:在这家经纪商交易这个品种,会让我付出多少成本?


您需要什么

MetaTrader 5,不需要 DLL。对冲或净额账户均可,任意品种,任意周期。点差测量需要您交易过的品种的报价历史。某个品种第一次运行时,终端下载报价可能需要一分钟;面板和报告会列出仍然缺失的品种,审计会在几分钟内自动重试。


主要参数

- 周期:最近 N 天、自定义日期范围或全部可用历史。
- 过滤:品种(带或不带经纪商后缀)、魔术号及其范围、方向、最小手数。
- 测量:报价查找窗口(毫秒)、每笔成交计半个或整个点差、自动资金校准或当前每跳价值。
- 时段:亚洲、伦敦和纽约的服务器时间小时数,允许跨越午夜。
- 面板:角落、偏移、字号、颜色、自动刷新间隔。
- 报告:HTML 和 CSV 可分别开关、CSV 分隔符、首次审计时导出、隐藏账户信息、报告文件夹和文件名后缀。
- 策略测试器演示:手数、每日交易次数、持仓时长、假定佣金、止损距离。


局限,直说

- 只统计完全平仓的完整交易。未平仓位只是半笔交易,半笔交易没有可测量的出场。
- 在市价执行的账户上,订单不带请求价,因此无法测量入场滑点。报告会显示覆盖率,而不是填补这个空缺。
- 在某些服务器上,市价单按其成交价记录。当账户上所有市价成交的滑点都恰好为零时,这些成交会被视为未测量,而不是评为完美,报告会说明这一点。
- 点差和滑点测量的是报价历史里记录的内容,而这份历史属于经纪商。
- 执行等级描述的是成交质量,不是盈利能力。再完美的经纪商也不能让亏损的策略盈利。


有问题?

如果报告里有什么对不上,请在产品评论中提问,或在 MQL5 上给我发私信。两处我都会看,而一份解释不通的报告,正是我想听到的那种事。
推荐产品
Gann Box MT5
Frederic Jacques Collomb
Gann Box 指标是一个强大且多功能的工具,旨在帮助交易者识别和利用市场的关键水平。该指标允许在图表上绘制一个矩形,该矩形会自动划分为多个区域,并带有战略水平 0, 0.25, 0.50, 0.75, 1 。当价格触及其中一个水平时,会触发警报,从而为交易决策提供宝贵的帮助。您可以即时了解市场相对于您绘制区域的变化情况。要绘制一个区域,只需绘制一个简单的矩形并将其命名为 GannBox 。 该指标适用于所有类型的交易者,无论是使用 支撑和阻力 概念、 供需 理论的交易者,还是 ICT 技术或 公平价值缺口 (FVG) 专家。 无论您是 日内交易者 、 波段交易者 还是 趋势交易者 , Gann Box 都可以帮助您更好地理解和预测市场走势,同时提高您的反应能力和交易表现。 MT4 版本 Gann Box 是一个 多时间框架 指标:它可以绘制在更大的时间框架上,比如 H1,同时允许在较小的时间框架(如 15 分钟图表)上进行更精确和快速的交易。 除了其灵活性之外,该工具还可以通过直观的 管理面板 在图表上进行全面自定义。此面板允许根据您的偏好激活或禁用每个级别,并启用或禁用相关的警
CChart
Rong Bin Su
在外汇和金融市场中,快速反应和精准的决策至关重要。然而,常规的 MetaTrader 5 终端最低只支持 1 分钟图表,限制了交易者对市场波动的敏感度。为了解决这一问题,我们推出了全新的 秒级图表 K 线指标 ,让您在副图中轻松查看和分析 1 秒至 30 秒的市场动态。 主要功能 支持多种秒级周期 :该指标允许您选择以下周期,满足不同交易策略的需求: S1 : 1 秒 S2 : 2 秒 S3 : 3 秒 S4 : 4 秒 S5 : 5 秒 S10 : 10 秒 S15 : 15 秒 S20 : 20 秒 S30 : 30 秒 实时更新 :秒级图表将实时更新,确保您在每一刻都能获取到最新的市场信息,帮助您做出及时的交易决策。 用户友好的界面 :该指标在副图中显示,直观易用,您可以轻松切换不同的时间周期,快速分析市场走势。 适用人群 短线交易者 :适合高频交易和短线策略的交易者,通过秒级图表捕捉瞬息万变的市场机会。 技术分析师 :为技术分析提供更细致的数据支持,帮助您识别潜在的买入和卖出信号。 如何使用 将指标添加到您的图表上。 选择您希望观察的秒级时间周期。 实时监控市场动向,利用丰富
BossFXTradePanelEA (MT5)  [First 10 copies sold at 50 USD price will increase to 99USD] BossFXTradePanelEA is a fully interactive trade management panel designed for MetaTrader 5, providing traders with an easy-to-use, one-click interface to execute and manage trades. This EA simplifies trade execution , risk management, and position control by combining market orders, stop loss, take profit, trailing stops, and breakeven functionalities into a single, intuitive panel.  Key features include: On
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
浮盈金字塔黄金EA,只在订单产生浮盈之后才加仓,杜绝亏损状态下盲目加仓;采用EMA20+ADX24双重指标过滤震荡假信号,减少无效开仓。自带多重硬性风控保护你的账户。   核心优势   1. 只浮盈加仓,不亏损加仓:避开马丁、网格越亏越加的高危模式 2. 趋势过滤机制:震荡行情自动观望,减少无意义开仓 3. 分步式加仓:不会同一毫秒批量下多张订单,降低经纪商风控风险 4. 多重独立风控:组止损、移动止损、每日最大亏损硬保护多层防护 5. 全部参数可自定义:手数、加仓门槛、止损止盈均可按需调整 6. 六年历史回测验证,参数经过实盘模拟反复打磨 7. 趋势行情下回测净值稳步向上,适合追求趋势波段收益的交易者   基本信息   1. 商城商品名称:gold trend pyramid ea 2. MT5图表内EA显示名称:trendstorm ea v8.00 3. 当前版本:8.00 4. 品种: XAUUSD(黄金) 5. 周期: M15 6. 账户模式: 仅支持锁仓(Hedging)账户。账户必须允许同一个品种持有多笔独立订单;净头寸(Netting)账户逻辑会直接失效,无法正常运行
Click Sent Order
Supanat Wiboonpanit
This program is a GUI for issuing orders that can be done more quickly. Faster TP SL setting This program is not an automated trading platform. Trading is risky, please manage your risk. We do not accept any responsibility. It should be tried with Demo before using it with Real. Normally, the setting sets the risk to 1:1 to shift manually or to enter the risk to x:1, where x can be entered and everything can move freely. Thank you to all customers who have purchased our products. We would like t
MATTRIX Position Monitor An 8x8 currency matrix dashboard that gives you a live overview of all  your open positions across the 28 Forex majors in one compact panel.  Designed for traders who manage multiple currency exposures and want  to see direction, hedging, profit, and risk at a glance. WHAT YOU SEE: The 8x8 matrix is organized by the Big8 currency hierarchy: EUR, GBP, AUD, NZD, USD, CAD, CHF, JPY. - Lower triangle (28 cells): one cell per Forex major pair   Cell color = direction:    
EUR 4 of 8
Tomas Michalek
Plug & Play portfolio - series of high-quality EURUSD H1 strategies for maximized success. The 4th out of 8 strategies  portfolio set.  Each EA works well as a standalone, works even better as portfolio. Triple tested  - backtest, robustness tests , portfolio correlation. Uses a well-known CCI indicator combined with an ADX indicator. Why to buy Fully automatic EA with really easy set-up. Only risk amount to be set and you are good to go. Developed using genetic algorithms on 'in sample' data
DynamicSR Utility
Francis Nyoike Thumbi
DynamicSR Utility— A State-Aware Zone Defense Matrix for Advanced Market Structure Analysis Hello Traders, Welcome to DynamicSR Utility , a state-aware support and resistance intelligence system engineered for traders who want to move beyond static retail levels and analyze zones through a more structured, data-driven approach. If you have followed my technical article series published on the official MQL5 platform , you have already seen the foundation behind this framework: zone scoring, lifec
一张图表,全面掌控。 无需再浪费时间分别管理每个图表上的对象、颜色和设置。有了   图表同步管理器 ,您可以   同步、复制和控制所有 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) 点和手数大小。 该工具的灵活性通过与市场行为相匹配的适应性重复选项来凸显。通过视觉主题个性化您的体验,并减少长时间交易期间的眼睛疲劳。 摆脱手动交易程序,拥抱“交易时间管理器”的强大功能。提高交易的准确性、组织性和自由度。简化您的日常工作并重新体验交易。 主要特点: 自动订单执行:按指定时间间隔无缝自动执行订单,从而节省您的
MT5 To Telegram Signal EA
Olaoluwa Oluwaseun Bamitale
MT5 Trade To Telegram MT5 Trade To Telegram is a professional trade signal bridge for MetaTrader 5. It monitors trades, positions, and pending orders placed on your MT5 account and sends clean, structured signal updates to your Telegram bot, group, channel, or private chat. It is designed for traders, signal providers, educators, account managers, and trading communities who need fast trade communication with flexible TP/SL handling, inverse signal mode, live target monitoring, and a modern on-
Trade Panel HotKey – MT5 Scalping Utility Fast Trade Panel HotKey is a lightweight MT5 trading utility designed for traders who need to open, manage, and close positions as quickly as possible . The main purpose of this tool is to reduce the time between a trading decision and execution. Instead of moving the mouse, opening order windows, or manually modifying multiple positions, most important actions can be performed instantly through customizable keyboard hotkeys or directly from the compact
Is your trade at a loss? Does not matter ! You can use this Extra martingale tool.  In the set loss of your trade or your EA's trade , this tool will open another trade at a better price. It can also open multiple trades at different distances and with different lot sizes. Each trade will be assigned a TakeProfit. This tool has a lot of settings. You can set variable lot sizes, variable trade distances, variable TakeProfit sizes, maximum total profit or loss in money. You can also close trades
Daily Telegram Market Briefing — Professional FX Session Briefing for MT5 Daily Telegram Market Briefing is a MetaTrader 5 Expert Advisor that compiles a clean, actionable morning brief for the instrument on your chart and delivers it to your Telegram group or channel at a time you choose. It combines previous day OHLC levels, an Asia session range computed in your local time, a directional bias and short outlook, and a curated list of today’s high-impact macro events (from the ForexFactory cal
Pending Orders Grid Complete System   opens any combination of Buy Stop, Sell Stop, Buy Limit and Sell Limit pending orders and closes all existing pending orders. Only one time of the pending order at the same time!!! You will have a possibility to put a legitimate   Open Price   for the first position in the grid. Usually it should in the area of Support/Resistance lines. You just need to drop this script on the chart of a desired currency pair. Input Parameters Before placing all pending ord
Launch   price!  The price will increase by $10 with every 3 purchases. Final price $88. Trading ICT, FVG, SMT, liquidity sweeps, or price action? Stop switching between TradingView and your trading platform just to mark session highs/lows, adjust session boxes, and track liquidity zones manually. Accurate Sessions   is a clean and practical MetaTrader 5 indicator designed to help traders visualise key market sessions, important price levels, and timing information directly on the chart. It giv
Trailing Stop Manager MT5 Trailing Stop Manager MT5 is a flexible trade management utility for MetaTrader 5 that automatically moves the Stop Loss as price moves in your favor. It is designed for traders who want to protect profits and manage open positions automatically while keeping control over how and which positions are managed. The manager currently includes two trailing methods: • Standard Trailing Stop • Fractals Trailing Stop It also includes a compact trading panel for opening, managi
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 群组或频道信号 • 自动解析交易品种、方向、入场、止损、止盈 • 秒级执行交易 • 管理交易(移动止损、保本、部分平仓) • 支持多账户与多信号
ADX Hedge Master
Itumeleng Mohlouwa Kgotso Tladi
ADX HEDGE MASTER  Advanced Hedging & Trend Following EA Revolutionary Trading Solution for Maximum Profit Potential The   ADX HEDGE MASTER   is a sophisticated Expert Advisor designed to dominate the forex market through intelligent hedging strategies combined with precision trend-following algorithms. This cutting-edge EA leverages the power of the Average Directional Index (ADX) to identify optimal market conditions while executing dynamic hedging positions for consistent profitability.
ProBridger
Marius Ovidiu Sunzuiana
How Traders and Analysts Can Use the Data Export Bridge to Improve Their Analytics The MQL Data Export Bridge unlocks a new level of analytical power by transforming MetaTrader into a real‑time data provider for any external research environment. Here are the most impactful ways different users can apply the bridge to enhance their trading performance. Build Predictive Models with Machine Learning Who benefits: Quantitative traders, data scientists, algorithm developers How it helps: Export t
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
Online Accounts Manager MT5
Kyra Nickaline Watson-gordon
5 (1)
OneClick Online Account Manager is a powerful utility that helps you to manage all your accounts from a centralized panel. It is suitable for all single account traders and specially for multiple accounts traders. The utility help you to : Monitor status of all accounts on a private web page. Some information such as account connection status, account profit, DD, Balance, Equity, Margin Level, Number of positions and orders, Daily and Weekly profit/loss and also overall summation of all these p
This Expert Advisor works on the signals of the Parabolic indicator, while analyzing the readings of other indicators, especially Stochastic. Sets pending orders, as a rule, they are triggered when a local trend reversal occurs. If the trading conditions become unsuitable, it can delete pending orders. It has many settings, the stop loss can also move along the parabolic with other parameters. Recommended timeframes: M5, M15, M30, H1. Before trading, optimize the EA parameters for your account
️ UMNi-CMND MT5 Remote Command & Trade Control System UMNi-CMND turns Telegram into a full remote control panel for your MetaTrader terminal. Send commands from your phone to open trades, manage positions, query account status, and receive complete trade telemetry — all without touching the platform. KEY FEATURES Full remote trade execution via Telegram Open, close, and manage positions by command Move SL/TP, set breakeven, partial close Live status, account, and position
AutoJournal MT5
Sergio Marquez Uroz
您的交易日志,自动为您撰写。每笔平仓交易都会被自动记录 — 附带图表截图、完整统计和日历仪表盘。100%本地运行,无需订阅。 AutoJournal 是一款在后台静默运行的实用工具,可将您的交易历史转化为专业的 HTML 交易日志。无需手动录入数据,无需电子表格,无需外部服务:所有内容均在您自己的电脑上生成和存储,无论您是手动交易还是使用 EA,其工作方式完全相同。 额外提示: Aureon NASDAQ   的买家可免费获得 AutoJournal,用于 1 个交易账户。 自动记录的内容 每笔平仓交易都会成为日志中的一张卡片,包含:入场和出场价格、Stop Loss 和 Take Profit、手数、持仓时长、方向、净结果( 包含开仓和平仓两笔成交的佣金和库存费 )、占账户百分比、风险回报比以及订单号。盈利、亏损和保本交易以颜色区分,并支持筛选。 自动图表截图 交易平仓的瞬间,AutoJournal 会在图表上绘制该笔交易 — 入场为蓝色,出场为灰色,SL 为红色虚线,TP 为绿色虚线 — 在一秒内完成截图,然后移除标记。日志中的每张卡片都能准确展示当时图表的样子,您无需进行任何操
# Telegram Signal Forwarder EA for MetaTrader 5 ## Overview This Expert Advisor automatically forwards all trading activity to a Telegram channel or group. It tracks **positions AND pending orders** in real-time and sends formatted signals. **Key Feature:** All follow-up messages (close, partial close, modify, delete) are sent as **replies to the original signal** in Telegram, creating a clean threaded conversation for each trade. ## Signal Types ### For Positions (Market Orders) - **OPEN
Pro Trade Utility for MetaTrader 5 Pro Trade Utility is a professional manual trading assistant designed for traders who want precision, speed and clarity — without automated strategies. This tool does not trade automatically . It helps you execute and manage trades correctly with proper risk control. Key Features  Risk & Position Management Risk-based automatic lot size calculation Risk shown clearly in account currency Adjustable Stop Loss (points) Fixed Risk:Reward display  Trade Executio
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power:分析货币强度,助您做出更明智的交易决策 概述 FX Power 是一款专业工具,帮助您全面了解主要货币和黄金在任何市场条件下的真实强度。通过识别强势货币用于买入,弱势货币用于卖出, FX Power 简化了交易决策,并帮助您发现高概率的交易机会。不论您是想跟随趋势还是通过极端的 Delta 值预测反转,这款工具都能完美适应您的交易风格。别再盲目交易——用 FX Power 让您的交易更加智慧。 1. 为什么 FX Power 对交易者极具价值 实时货币和黄金强度分析 • FX Power 实时计算并显示主要货币和黄金的相对强度,助您全面了解市场动态。 • 监控领先或落后资产,轻松识别值得交易的货币对。 全面的多时间框架视图 • 跟踪短期、中期和长期时间框架的货币和黄金强度,以便将您的交易策略与市场趋势保持一致。 • 无论是快进快出的短线交易还是更长期的投资策略, FX Power 都能为您提供所需的信息。 Delta 动态分析用于趋势和反转 • 极端 Delta 值常常预示反转机会,而平缓的 Delta 变化则确认趋势延续。 • 使用 Delta 分析,轻
DeepTrade SessionIntel
Yasir Mohammed Sachit Sachit
Most session tools try to cover everything. DeepTrade Session Intel does the opposite — it focuses on what actually moves the market: the London and New York sessions, tuned for Gold (XAUUSD) and US30. It maps the liquidity and the real activity window so you trade when the market is alive, not when it's dead.   WHAT IT SHOWS - London and New York session boxes drawn at their real server hours - Session HIGH and LOW lines — the liquidity that price hunts - Pre-session breakout range — the conso
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
TradePanel MT5
Alfiya Fazylova
4.88 (167)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 应用程序说明 + 视频教程: https://www.mql5.com/zh/blogs/post/761102 用于模拟账户的应用程序试用版: https://www.mql5.com/zh/blogs/post/762579 如何安装应用程序: https://www.mql5.com/zh/blogs/post/762580 如何在可视化模式下测试应用程序: https://www.mql5.com/zh/blogs/post/770278 如何在VPS MetaTrader上安装应用程序: https://www.mql5.com/zh/blogs/post/770196 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
================================================================================ 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
测试版发布 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) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. - You can test the system using Strategy Tester: Visual Mode , a
EA Overfitter
Stephen J Martret
回测看起来很漂亮。但它明天、下周、下个月还能继续赚钱吗? EA Overfitter 让您的 EA 在 100 段它从未见过的价格历史上重新运行。一个分数告诉您这个优势是否真实。 回测告诉您的,是 EA 在某一段价格历史上的表现——那段恰好发生过的历史。您无法从中判断,这个结果有多少来自策略本身,又有多少只是那一条特定路径带来的。 EA Overfitter 回答的正是这个问题。它构建最多 100 段您的 EA 从未交易过的合成价格历史,让策略在全部这些历史上重新运行,并展示它所产生的完整结果区间。您得到的不再是一条幸运或不幸路径上的单个数字,而是一幅真实的图景:策略在陌生数据上多久能赚钱、典型结果是什么样(而不是最好的那一次),以及您的回测离它有多远。 这些世界是由您自己的近期历史重建而成,因此这不是预测——任何从历史数据出发的检验都不可能是预测。它告诉您的是:这个优势是否依赖于价格的某一种特定排列,以及回测数字距离典型结果有多远。在投入资金之前,这才是值得回答的问题。 三个步骤 1. 构建。在图表上选择时间区间和世界数量,然后按 Build。EA Overfitter 会
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 频道。您还可以把直接给您发消息的信号机器人、私聊,甚至自己的"收藏夹"(Saved Messages)用作信号来源。检测到信号后,应用会解析并交给 EA。EA 按您的经纪商解析品种名称,按您的风险设置计算手数并开仓。 整个过程全自动,无需守在电脑前。专为 24/7 无人值守运行设计:Telegram 连接断开
Astro Trade MT5
Indra Maulana
5 (5)
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. 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. Vi
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 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
HINN MagicEntry Extra
ALGOFLOW OÜ
4.74 (19)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, a
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Anchor Trade Manager
Kalinskie Gilliam
5 (8)
Anchor: The EA Manager Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on y
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
Ultimate Extractor
Clifton Creath
5 (8)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
Signal TradingView to MT5 Pro Automator TradingView 与 MetaTrader 5 之间的即时专业执行 使用最强大的桥梁,将 TradingView 警报与 MT5 中的实际执行连接起来,实现交易策略的自动化。这款 Expert Advisor 专为要求速度、灵活性和完美风险管理的交易者设计,可将任何警报消息转化为精确的市价或限价订单。 优势与特点 通用解析引擎(专有): 先进技术,能够自动识别并提取任何警报格式中的数据。您不再受限于单一的死板格式;系统会自动理解交易品种(Symbol)、操作(Action)、价格(Price)、止损(SL)和止盈(TP)。 实时执行: 极速轮询技术(低于 1 秒),经过优化可将延迟降至最低。接收到信号后,订单将在毫秒内执行。 机构级风险管理: 基于以下方式自动精确计算手数: 净值/余额百分比(% of Equity/Balance): 每笔交易承担固定账户百分比的风险。 风险金额(Risk Amount): 设定在触发止损时损失的固定货币金额(例如:100 美元)。 固定手数(Static Lots)
The News Filter MT5
Leolouiski Gan
4.78 (23)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了   The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
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 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
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易 确
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
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
News Filter EA
Rashed Samir
5 (2)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify trading days and hours for your expert. The News Filter EA also includes risk management  and equity protection features. MT4 Version Ma
EA Auditor
Stephen J Martret
5 (5)
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
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
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (5)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
Timeless Charts
Samuel Manoel De Souza
5 (8)
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
Bots Builder Pro MT5
Andrey Barinov
4.17 (6)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
筛选:
无评论
回复评论