AccountVista

AccountVista — profit and deposit information panel for MetaTrader 5
Version 1.6

INDICATOR DESCRIPTION
=====================

The AccountVista indicator displays a compact information panel on the chart with
the key statistics of your trading account: current floating profit, results for
today, for each of the four previous trading days, for the current week, month,
quarter and year, as well as the volumes of closed deals, deposits and withdrawals.

The panel uses no indicator buffers and does not repaint the chart — it is a fully
independent information module that can be attached to any symbol and any timeframe.

For every period the indicator shows three values:
  • profit in account currency (including commissions and swaps);
  • percentage relative to the balance at the beginning of the period;
  • volume of closed deals (in lots).

Additionally, the panel displays:
  • current floating profit and the volume of open positions;
  • total deposits and withdrawals;
  • current profit percentage relative to the current balance.

The indicator supports interface language selection (Russian/English), attachment
to any of the four chart corners, mouse-driven panel moving with position saving,
and works on cent accounts.

Version 1.6 adds:
  • panel language selection (Russian/English) — the PanelLang parameter;
  • fully bilingual interface and parameter descriptions;
  • bilingual description in the "Common" tab of the indicator properties.

PERIODS SHOWN BY THE PANEL
==========================

  • current (floating) profit and current volume of positions;
  • today;
  • yesterday (each of the 4 previous trading days separately);
  • this week;
  • this month;
  • this quarter;
  • this year (or the period since a user-defined date).

CALCULATION DETAILS
===================

Profit for each period is calculated from the deal history: the sum of profit,
commission and swap of all closed deals within the period. Volume is counted only
for closing deals (full or partial position closing).

The balance at the beginning of a period is calculated as the current balance
minus the period profit, adjusted for deposits and withdrawals. The percentage is
the ratio of the period profit to the balance at its beginning.

When the user date mode is enabled, the yearly profit is replaced by the profit
since the specified date, and deposit/withdrawal amounts can be entered manually.

ACCOUNTS AND CURRENCIES
=======================

The panel supports both regular and cent accounts (the "Cent account" parameter).
Large numbers are automatically compacted (1,000 → 1.00K, 1,000,000 → 1.00M,
1,000,000,000 → 1.00B) so that any amounts can be displayed compactly.

COLOR INDICATION
================

Values are colored by sign:
  • white — zero value;
  • aqua — profit;
  • pink — loss.

MOVING THE PANEL
================

The panel can be moved with the mouse (if the "Move panel with mouse" parameter
is enabled). Dragging is implemented with custom mouse handling: the panel moves
smoothly without native object selection, and the chart does not scroll or
jitter while the panel is being moved. The panel position is strictly limited to
the visible chart area — it cannot be dragged beyond the chart edges.

The panel position is saved in the terminal global variables and is restored
after the indicator or terminal restart. When the anchor corner is changed, the
saved position is reset so the panel cannot end up outside the chart window.


PERFORMANCE
===========

The indicator is resource-friendly:
  • statistics recalculation is performed only on real changes (a new M1 bar,
    a change in the number of positions or pending orders, a balance change);
  • the panel refreshes no more often than once every 500 ms;
  • chart objects are updated only when text, color or coordinates change
    (caching);
  • the indicator scales correctly on high-DPI monitors.

REQUIREMENTS
============

  • MetaTrader 5 (any build);
  • a trading account connected to the terminal;
  • no additional files or libraries required.

INSTALLATION
============

1. Save the AccountVista.ex5 file into the MQL5\Indicators folder.
2. Restart the terminal or click "Refresh" in the Navigator.
3. Drag the indicator onto a chart of any symbol and timeframe.
4. Adjust the settings in the "Inputs" tab if necessary.


AccountVista v1.6 INDICATOR FEATURES

====================================


STATISTICS BY PERIODS

---------------------

• Current floating profit and the current volume of open positions.

• Profit for today.

• Profit for each of the 4 previous trading days (separately).

• Profit for the current week.

• Profit for the current month.

• Profit for the current quarter.

• Profit for the current year or for the period since a user-defined date.


VALUES FOR EVERY PERIOD

-----------------------

• Profit in account currency, including commissions and swaps.

• Percentage relative to the balance at the beginning of the period.

• Volume of closed deals in lots.


ADDITIONAL INFORMATION

----------------------

• Total deposits and withdrawals.

• Current profit percentage relative to the current balance.


INTERFACE LANGUAGE

------------------

• Bilingual interface: Russian and English.

• Language switching with a single PanelLang parameter.

• Bilingual parameter descriptions and "Common" tab.


PANEL SETTINGS

--------------

• Attachment to any of the four chart corners (top/bottom, left/right).

• Mouse-driven panel moving (movable parameter) — smooth, with custom mouse

  handling and no native object selection.

• The panel always stays within the chart window: it cannot be dragged beyond

  the edges, even in small windows.

• The chart does not scroll or jitter while the panel is being moved.

• Panel position saving in the terminal global variables and restoring after

  the indicator or terminal restart.

• Automatic return of the panel to the base position if it appears outside the

  chart window.

• Adjustable font size.


ACCOUNT SUPPORT

---------------

• Support for regular and cent accounts (cent parameter).

• Compact display of large numbers: 1.00K, 1.00M, 1.00B.

• Manual entry of deposit/withdrawal amounts (AllDeposit, AllWithdraw) for a

  custom period.


VISUALIZATION

-------------

• Color indication by sign: white — zero, aqua — profit, pink — loss.

• Unobtrusive panel background that does not cover the price chart.

• Correct scaling on high-DPI monitors.


PERFORMANCE

-----------

• Statistics recalculation only on real changes (a new M1 bar, a change in the

  number of positions/stop orders, a balance change).

• Panel refresh no more often than once every 500 ms.

• Chart object caching: only changed values are updated.

• A single pass over the deal history to calculate all periods.


VERSATILITY

-----------

• Works on any symbols and timeframes.

• Requires no additional files, libraries or DLLs.

• Uses no indicator buffers and never repaints the history.


AccountVista v1.6 INDICATOR INPUT PARAMETERS

=============================================


1. PanelLang — Panel language

   Type: selection (enumeration)

   Default: LANG_RU (Russian)

   Description: the interface language of the panel. LANG_RU — Russian,

   LANG_EN — English. All panel labels and parameter descriptions switch

   automatically.


2. corner — Chart corner

   Type: selection (enumeration)

   Default: 0 (Upper left)

   Description: the chart corner the panel is attached to:

     0 — upper left corner;

     1 — upper right corner;

     2 — lower left corner;

     3 — lower right corner.

   When the corner is changed, the saved panel position is reset.


3. cent — Cent account

   Type: bool (checkbox)

   Default: true (enabled)

   Description: enable if the account is a cent account. Amounts are shown

   divided by 100 (in dollars) with 4 decimal places. For a regular account

   disable it: amounts are shown as is with 2 decimal places.


4. stUserDate — Use user date

   Type: bool (checkbox)

   Default: false (disabled)

   Description: when enabled, the last panel period is calculated not for

   the year, but from the date specified in the "User date" parameter.


5. edUserDate — User date

   Type: date and time

   Default: 2024.01.01 00:00:00

   Description: the start date of the last statistics period. Used when the

   "Use user date" parameter is enabled. Convenient for calculating the

   result from the date trading on the account started.


6. AllDeposit — Total deposits

   Type: double (floating point number)

   Default: 0.0

   Description: the total amount of deposits to the account over the user

   period. If the value is greater than 0 and the user date is enabled,

   this value is used instead of the automatically calculated one. Allows

   entering deposits manually (for example, when the history is incomplete).


7. AllWithdraw — Total withdrawals

   Type: double (floating point number)

   Default: 0.0

   Description: the total amount of withdrawals from the account over the

   user period. If the value is greater than 0 and the user date is

   enabled, this value is used instead of the automatically calculated one.


8. FontSize — Panel font size

   Type: int (integer)

   Default: 9

   Description: font size of all panel labels in points. Increase it if the

   panel is hard to read on a large monitor.


9. movable — Move panel with mouse

   Type: bool (checkbox)

   Default: true (enabled)

   Description: when enabled, the panel can be dragged with the mouse by its

   background. Moving is smooth: the panel cannot be dragged beyond the chart

   window edges, and the chart itself does not scroll while moving. The

   position is saved in the terminal global variables and restored after the

   indicator or terminal restart. When disabled, the panel is fixed at the

   base position of the corner.


推荐产品
Guardian Magic GT
Carlos Eduardo Rivas Istacuy
Guardian Magic GT - Risk Management Expert Advisor for MetaTrader 5 PROTECT YOUR TRADING CAPITAL WITH INTELLIGENT RISK MANAGEMENT Guardian Magic GT is a professional-grade Expert Advisor designed to safeguard your trading operations by implementing sophisticated risk control mechanisms. Whether you run a single bot or manage multiple automated trading systems simultaneously, Guardian Magic GT provides real-time monitoring and automatic position management to ensure your account stays within your
Quantum Gold Sniper
Victor Eduardo Velazco Delgado
QUANTUM GOLD SNIPER: The Evolution of Institutional Trading Quantum Gold Sniper is not just a regular EA; it is an extreme-precision artificial intelligence model, designed exclusively to dominate Gold's volatility (XAUUSD). Powered by deep neural networks and rigorous mathematical analysis, this system executes sniper-like entries by exploiting market inefficiencies. Most importantly:   This system is 100% safe.     NO GRID.     NO MARTINGALE.   Every single trade has a strict, hard-
SAB Advance Assistant 是一个用于 MetaTrader 5 的手动交易管理面板。在图表上可视化地 构建每一笔交易,精确控制风险,让内置引擎处理部分止盈、保本和移动止损 - 全部在一个简洁、 可调整大小的面板中完成。 专为需要精确度、又不想用电子表格的自主交易者和 ICT/SMC 交易者设计。 主要功能 - 可拖动的 Entry、Stop Loss、TP1-TP5 和 Final TP 线,带实时标签(点数、金额、盈亏比   R:R、百分比和价格) - 根据余额风险百分比或固定金额自动计算手数 - 手数为您算好 - 最多 5 个部分止盈,可按每个 TP 分配手数(百分比或精确手数),并有 Final TP 平掉剩余 - 可移动的保本线(相对 TP1 或 SL),用鼠标调整 - 按百分比或点数的移动止损,在 TP1 后启动 - Link 模式:准备好完整的交易设置,整体拖动(Entry+SL+TP)并保持盈亏比 - 挂单(Buy/Sell Limit 和 Stop),可选到期时间 - 接管在面板之外开立的现有仓位,并以相同方式管理 - 交易确认,含盈亏比预览、高
Summary Risk Target
Kholil Lurrohman
The “Summary Risk Target” indicator is designed to show the total number of transactions made on a single pair. The transactions counted include active positions as well as pending orders . By setting a stop loss for each trade, this indicator displays the total potential risk (loss) that may be incurred. This helps traders easily understand their overall risk exposure without the need for manual calculations. Likewise, for take profit , if the TP level is defined—either in terms of pips or at a
FREE
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 分钟图表)上进行更精确和快速的交易。 除了其灵活性之外,该工具还可以通过直观的 管理面板 在图表上进行全面自定义。此面板允许根据您的偏好激活或禁用每个级别,并启用或禁用相关的警
EA Portfolio Analytics Dashboard Pro - Advanced Multi-EA Performance Monitor EA Portfolio Analytics Dashboard Pro is a professional MetaTrader 5 tool designed for advanced portfolio management and real-time performance analytics. Monitor all your Expert Advisors simultaneously with institutional-grade metrics. Key Benefits: Multi-EA Performance Matrix:   Track unlimited EAs and their statistics in a single view. Real-Time Risk Analytics:   Monitor key metrics like Sharpe Ratio, Value at Risk (V
脚本分析设定时间段内的市场观察中的所有交易品种。 结果显示在“专家”选项卡和指定文件中。 为了便于查看和编辑,结果显示在csv文件中。 皮尔逊公式用于计算。 一对相关系数值接近 1 意味着这些对移动几乎相同。 接近 -1 的值意味着对以相同的方式移动。 这个工具对于那些由于其他货币对的变动而使用对冲的人来说非常有用。 参数: glubanal - 酒吧中的分析深度 InpFileName - 输出文件名 InpDirectoryName - 输出目录 precision - 提高精度(使用OHLC而不是O),增加了计算的精度,但在计算过程中加载更多的处理器和网络 spreadmax - 计算最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播 ValuesSeparator - 接收值的值分隔符分隔符字符 ShadowFinder -确定滞后/前导阴影的条形数量。 如果为负值,则表示阴影应位于主线对之前。 AverageMethod -根据Pearson公式计算对应关系的平均方法
WEALE Price List | 适用于 MetaTrader 5 的 Wealth Engine 资金扫描工具 WEALE Price List 是一款 MetaTrader 5 (MT5) 实用脚本,它会显示在您的 Market Watch 中每个交易品种上填满完整 Wealth Engine DCA 阶梯所需的资金量。 这款工具是 FJ Universe Wealth Engine (WEALE) 智能交易系统的规划辅助工具。Wealth Engine 负责运行策略,而 WEALE Price List 帮助您决定在哪里运行它。该脚本会扫描您 Market Watch 中的每个交易品种,读取实时合约规格,并生成一份清晰的 CSV 报告。除了经典的最小手数成本之外,它还新增了一个数值,即 WEALE Price,然后将整个列表按所需资金从少到多进行排序。它仅是一款分析工具。它不会开立任何订单,也不会更改您账户上的任何内容。 WEALE Price 是指当某个交易品种上第一笔也是最小的一笔订单等于一个经纪商最小手数时,填满整个零和恢复阶梯所需的总资金。Wealth Engine
What this dashboard does The panel displays: Current Ichimoku signal per symbol Current Ichimoku signal per timeframe Key Ichimoku line values Signal direction summary Instead of switching charts manually, you can analyze the market structure in seconds. Available Ichimoku values Each cell may display: Tenkan-Sen Kijun-Sen Senkou Span A Senkou Span B Chikou Span Span A – Span B difference This allows detailed analysis or quick signal filtering. Signal types The dashboard can detect:
MetaTrade Hub   is an easy-to-use and customizable tool. This product is presented in an attractive   graphical interface  that allows you to send adjustable signals in two ways ( Manual or Automatic ) from   Metatrader5   to the   Telegram channel or Discord channel.   In this case, your account becomes a   Signal Provider.  You can also share N ews reports with others. All   message formats   -   language   -   emojis   can be adjusted and personalized. You can   Enable   or   Disable   certai
Target Smart Order
Markeysuel De Sousa Ferreira
TARGET SMART ORDER Indicator Custom indicator for MetaTrader 5 that displays detailed information about each trade directly on the chart, showing real-time profit/loss, Take Profit and Stop Loss levels for each active order. Main Features: Real Profit Display Real-Time Profit/Loss: Shows the current value of each position. Continuous Update: Values ​​are updated tick by tick Dynamic Colors: Green for profit, red for loss. TP/SL Lines: Draws horizontal targets at Take Profit and Stop Loss l
http://www.tradepositive.lat Eleva tu Journaling al Nivel Institucional. Olvídate de registrar tus operaciones a mano, de los errores de cálculo y de la recolección tediosa de datos. TPI Notion Sync es la herramienta definitiva desarrollada por el Trade Positive Institute, diseñada para conectar tu plataforma MetaTrader directamente con tu base de datos de Notion en tiempo real. Diseñado originalmente para los traders del ALGO Smart Flow Model , este puente tecnológico extrae la matemática pur
FREE
Shved Position Pips Label   is a professional utility indicator for MetaTrader 5 that displays the real-time floating profit or loss of all your active positions directly on the chart. No more switching to the "Trade" tab at the bottom of the terminal — all crucial information about your running trades is positioned right in front of your eyes next to the current price line! Key Advantages: Smooth Price-Anchored Alignment:   The labels are anchored to the last bar and smoothly slide vertically f
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
NNArbitrage
Marius Ovidiu Sunzuiana
In a market flooded with lagging indicators and overfit strategies, this utility offers a fresh edge: real-time statistical arbitrage powered by an adaptive neural network , built entirely in MQL5—no DLLs, no external dependencies. Key Advantages Smart Spread Modeling It dynamically calculates a hedge ratio between two correlated instruments (like EURUSD vs GBPUSD), forming a synthetic spread that reflects true relative value. This isn’t just correlation—it’s cointegration-aware logic. Neur
Kiwi Forex Engine MT5
- Nguyen Ngoc Diep
Kiwi Forex Engine MT5 Overview Kiwi Forex Engine MT5 is a multi-currency Expert Advisor designed for traders who prefer one chart to monitor and trade several Forex pairs. Instead of opening trades on every signal, the EA continuously scans all configured symbols, ranks available opportunities, and selects only the strongest setups that satisfy its internal filters. The focus is on portfolio management, controlled exposure, and disciplined trade selection. Main Features • Multi-pair portfolio sc
FREE
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
Basic Theme Builder MT5
Mehran Sepah Mansoor
5 (2)
基本主题构建器:简化您的图表自定义 通过 基本主题构建器 指标,彻底改变您的交易体验。这款多功能工具旨在简化您在MetaTrader 5 平台上自定义图表外观的过程。该指标提供了一个用户友好的面板,您可以轻松切换不同的主题和配色方案,提升交易环境的视觉吸引力和功能性。 Free MT4 version 基本主题构建器 指标是那些希望轻松个性化MetaTrader 5图表的交易者的终极工具。通过其简单的面板界面和各种主题预设,您可以迅速调整图表的外观,以匹配您的交易风格或心情。无论您偏爱经典外观还是现代美学,基本主题构建器提供了一系列选项,以增强您的视觉体验并提高专注度。立即优化您的交易设置,体验这款实用且易于使用的指标。 主要特点: 轻松管理主题: 使用便捷的面板界面,单击即可快速更改图表主题。 预定义预设: 从几种预配置的主题和配色方案中进行选择,包括经典、深色、浅色等,以适应您的交易偏好。 可自定义选项: 调整颜色和样式,按您的喜好定制图表外观。 用户友好界面: 享受简单直观的设计,无需复杂设置或配置。 提升交易专注度: 通过视觉吸引力强且无干扰的图表环境,改善您的交易体验。
FREE
Forget about enabling templates when you launch the window. Auto Template Master Service  is a professional utility tool that runs as a system service in MetaTrader 5, and it will do it for you. Unlike traditional indicators or expert advisors (EAs), the program runs in the background of the entire terminal and doesn't require you to add it to each window individually. As soon as you open a new chart of any instrument (Forex, Stocks, Crypto), the service immediately detects the new window and a
Sessions Killzone
Wafa Mohammed Omar Abou Alwafa
Session Killzone Indicator Indicator that helps you to identify the killzone times of both London and NewYork sessions which usually is the most times for high volatility and taking liquidity from the market. Killzone times are configurable through indicator parameters. The indicator adjusts the range of the killzones based on the daily trading range.
FREE
Stochastic MTF Dashboard
Andres Felipe Carvajal Rodriguez
4.67 (3)
Stochastic MTF Dashboard (随机指标多周期仪表盘) Stochastic MTF Dashboard 是一款专为追求高效交易而设计的视觉化解决方案。它允许您在不切换当前图表的情况下,同时监控多达 6 个不同时间周期 的随机指标(Stochastic)状态。 其核心目标是消除分析中的混乱,让您瞬间掌握市场力度: 红色:超买区 —— 价格可能出现枯竭(看跌信号)。 绿色:超卖区 —— 价格可能出现回升(看涨信号)。 灰色:中性区 —— 价格处于中间震荡范围。 为什么选择这款仪表盘? 多周期清晰化: 在一个面板中同时查看从 M5 到日线(Daily)的时段,是在几秒钟内识别大趋势的理想工具。 极速读取: 无需解读复杂的线条交叉。颜色和数值会立即告知您市场的精确区域。 入场确认: 避免逆势操作。确保您的低周期入场点与高周期的市场情绪保持一致。 简洁专业的界面: 面板经过优化,美观且不占用过多工作空间。您可以自定义其位置、颜色和大小。 高性能运行: 轻量化代码设计,即使同时打开多个交易品种,也不会拖慢您的 MetaTrader 5 平台速度。 配置与同步: 指标默认配置为
FREE
Free MetaTrader 5 indicator that displays "CALL IT A DAY" when London & New York sessions close. Customizable alerts, session tracking, and a guilt-free reminder to log off. Perfect for workaholic traders! Tired of staring at charts when the market’s already clocked out? Session Guardian   is your sassy trading assistant that slaps a giant   "CALL IT A DAY"   on your screen when both London   and   New York sessions are closed—because even traders deserve happy hour. Key Features:   Big, Bo
FREE
Manual Trade Step Manager for MT5   is a trade management utility designed for traders who open positions manually and want the platform to handle the position afterward according to fixed rules. This utility does not open trades automatically. It is built to manage manual positions already opened by the trader and apply a structured sequence of protection and profit management. The main idea is simple: you open the trade manually the utility monitors the position when profit reaches your chosen
StopLoss and TakeProfit Utility MT5 for automatic setting of stop loss and take profit levels. Created by a professional trader for traders.   The utility   works with any market orders opened by a trader manually or using advisors. Can filter trades by magic number. The utility can work with any number of orders simultaneously. WHAT THE UTILITY CAN DO: Set virtual stop loss and take profit from 1 pip Real   stop loss and take profit W ork with each order separately (   stop loss and take prof
Mfi Pulse Reverser Ultra
Berke Kadir Sinapli
5 (1)
价格政策 前5位用户: 30美元 第6–20位用户: 100美元 第21位及以后:  300美元 ️ 尽早购买,享受优惠 – 此优惠有限! 策略概述 趋势确认: 通过**EMA(指数移动平均线) 和 ADX(平均方向指数)**确认趋势方向。 仅在强趋势方向上进行交易(ADX > 阈值)。 信号入场: 使用**MFI(资金流量指数)**检测超买/超卖状态: 买入: 当MFI低于50 - 阈值,且最低价上升。 卖出: 当MFI高于50 + 阈值,且最高价下降。 入场进一步通过以下方式过滤: 价格相对于**PSAR(抛物线止损和反转)**的位置。 EMA和ADX过滤器的符合性。 风险与交易管理: 止损/止盈: 通过基于**ATR(平均真实范围)**的乘数动态计算: SL = 入场价 ± ATR × SL_Multiplier TP = 入场价 ± ATR × TP_Multiplier 如果价格突破相反方向的PSAR,头寸将自动关闭。 根据经纪商的符号限制,自动规范化头寸大小。 可选限制: 每日交易限制 连续亏损后暂停 每笔交易的最大保证金风险限制 ️ 输入参数 输入参数 描
MT4 MT5 Trade Bridge for MetaTrader 5  is the MetaTrader 5 component of the MT4 MT5 Trade Bridge system. It allows a MetaTrader 5 terminal to work either as a  Master  or as a  Slave  in a local bridge connection with MetaTrader 4. When configured as  Master , the MT5 component reads trading activity from the MetaTrader 5 terminal and writes structured trade data into a local bridge file. The connected MT4 component can then read this data and mirror the trading activity according to its selecte
FREE
Symbol Manager for MT5
Taras Slobodyanik
5 (3)
Symbol Manager or Grid Manager, designed to group orders into one position (by Symbol or by Magic Number). This utility will be useful to multi-currency traders (many EAs), who can have multiple orders on several pairs. You will be able to see the total number of lots, the total profit, and set virtual stop loss and virtual take profit. To set a real TP (or SL), you must first set the virtual value, and then enter the command in this cell: "set". If you want to set real TP/SL for all orders at
KS 多重独立策略自动交易 EA 1.9 概览 这是一款专业级的 MQL5 智能交易系统(EA),主要专为 MetaTrader 5 平台上的黄金交易(XAUUSD)而设计。它支持多种独立的交易策略、先进的风险管理功能,并集成了各类过滤机制以优化交易表现。该 EA 重点强调自动化操作、利润保护,以及与 Telegram 和 Discord 等外部​​工具的集成。它适用于任何时间周期,并可针对特定的交易时段及新闻事件进行个性化配置。其核心功能归纳如下: **核心交易策略** 该 EA 允许(通过参数设置)同时启用一种或多种独立的交易策略: - **趋势延续/反转(Persistence/Anti-Persistence)**:在指定的回溯周期内(例如 7 根 K 线)分析 K 线形态,依据设定的比率阈值来判断趋势是延续还是发生反转。 - **RSI 极值策略(RSI Extremes)**:基于 RSI 指标的超买/超卖水平(例如 70/30)进行交易,支持自定义周期及时间框架。提供三种模式:标准模式(传统用法)、同向反转模式(顺势动量型)、反向反转模式(逆势套利型)。此外还包含单信
Telegram EA Manager
Ebunoluwa Abimb Owodunni
All in one Multipurpose Telegram Trade Management , Manage and Copy Trades on the go From Telegram Pro Version MT5:  www.mql5.com/en/market/product/95742 Pro Version MT4:  www.mql5.com/en/market/product/85691 Execute Trades on mobile with fast execution When away from desktop MT5, or scalping the market with mobile device, or needed to copy trades from telegram groups while away, or doing some other activities, Telegram EA Manager is an effective tool to perform any trade operation with swift
FREE
Protect your funded accounts and personal capital with military-grade precision. This utility continuously monitors your floating equity against your daily starting balance. The moment your custom drawdown threshold is breached, it instantly liquidates all open positions, deletes pending orders, and completely unloads from the chart. Stop revenge trading and never fail a prop firm evaluation due to a margin breach again.
FREE
该产品的买家也购买
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 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Trade copier MT5
Alfiya Fazylova
4.57 (51)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
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
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (3)
Telegram To MT5 — 信号复制器 将您的 Telegram 频道中的交易信号变成真实的 MT5 订单 — 自动执行,可用于任意数量的账户,风险与规则完全由您掌控。 Telegram To MT5 将您已在 Telegram 关注的 VIP / 信号频道连接到您的 MetaTrader 5 终端。一个免费的配套桌面应用读取消息(即使是禁止机器人的频道),而本 EA 在您的账户上执行这些信号 — 应用您自己的风险设置、品种映射、止盈处理、交易时段与新闻过滤。 它是一个信号复制器,而非黑箱策略:由您决定信任哪些频道,以及每笔交易如何计算手数和管理。 分步设置与配套应用安装指南 工作原理 [您的 Telegram 频道] -> [配套桌面应用] -> [MT5 + 本 EA] -> 订单 配套桌面应用(免费,已包含)使用您的 Telegram 账户登录并监视您所选择的频道。即使是禁止机器人的 VIP 频道也能正常工作,它通过一个私有、加密的本地桥接转发每条消息。 本 EA 挂在一个图表上,在 MT5 接收这些信号,并按照您的规则开仓 / 管理交易。 应用与 EA 之间的连接是位于
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
Trade Command Center
Nguyen Thanh Trieu
5 (2)
附加材料和说明 安装说明 - 用于模拟账户的应用程序试用版 ; 官方信息 官方频道 卖家个人资料 Trade Command Center — 专业交易执行与实时 Risk Guard 控制面板 Trade Command Center 是一款面向 MetaTrader 5 的高性能直观交易执行、手数计算器及风险管理工具。它专为需要严格风险控制、资金保护以及实时回撤监控的自主交易者而设计,完美适配具有每日/最大回撤限制的资金账户或实盘投资组合。 通过单张图表上的五个专用功能模块,该面板提供机构级风险控制、自动化持仓管理和精准订单规划,且无需外部 DLL 或 network 连接。 界面与模块架构 控制面板由五个专用选项卡组成,便于无缝导航并优化图表空间管理: 选项卡 / 模块 核心功能 屏幕操作与指标显示 TRADE 直观视觉规划、基于风险的动态手数计算、UTC 交易时间管理。 拖拽式参数线、实时 R:R 计算器、一键下单。 ARMOR 高级保护设置、全局与单笔保本(BE)、多级止盈、移动止损。 ATR 波动率、Fractal 波段高低点、Parabolic SAR、K线
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
Trade Panel PRO MT5 Trade Panel PRO MT5 是一款用于 MetaTrader 5 的手动交易面板,旨在直接从图表准备、执行和管理仓位,并在每个步骤中实现对风险的可视化控制。 该工具在单一界面中整合了订单准备、根据风险自动计算仓位大小、Entry、Stop Loss 和 Take Profit 交互区域,以及执行后的多项交易管理功能。 版本 2.0 更新 2.0 版本引入了多项改进以优化执行工作流: 自动方向反转:将 Take Profit 或 Stop Loss 拖动到入场价格的另一侧会自动切换设置方向并重新计算另一个级别 轻盈虚线将 SL 和 TP 级别延伸到历史中,以便对照之前的高点和低点进行校准 执行单元格根据方向着色,中央显示计算出的手数 手动输入跟踪距离(以点为单位)或 ATR 乘数 SL 和 TP 区域的点击区域扩大,使拖动更可靠 自动适应高分辨率屏幕(DPI 缩放) 紧凑的最小化模式以释放图表空间 主要功能 Trade Panel PRO MT5 允许您在执行前以结构化方式准备交易。面板根据所选风险模式自动计算手数,显示估计风险、潜在利
筛选:
无评论
回复评论