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.


Recommended products
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 is a manual trade-management panel for MetaTrader 5. Build every trade visually on the chart, control your exact risk, and let the built-in engine handle partial take-profits, break-even and trailing — all from one clean, resizable panel. Designed for discretionary and ICT/SMC traders who want precision without spreadsheets. KEY FEATURES - Draggable Entry, Stop Loss, TP1-TP5 and Final TP lines with live labels   (pips, cash amount, R:R, % and price) - Automatic lot sizin
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
The Gann Box indicator is a powerful and versatile tool designed to help traders identify and exploit key market levels. This indicator draws a rectangle on the chart, which is automatically divided into several zones with strategic levels 0, 0.25, 0.50, 075, 1 . When the price touches one of these levels, alerts are triggered, providing valuable assistance for trading decisions. You instantly know the evolution of the market in relation to the zone you have drawn. To draw a zone, simply draw a
EA Portfolio Analytics Dashboard Pro - Advanced Multi-EA Performance Monitor EA Portfolio Analytics Trading 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
This script analyzes all symbols in Market Watch for a set timeframe. The result is displayed on the Experts tab and in the specified file. For more convenient viewing and editing, the result is displayed in a csv file. For the calculation, the Pearson formula is used. The value of the correlation coefficient of pairs close to 1 means that the pairs move almost identically. A value close to -1 means that the pairs move in the same way. This tool will be useful to those who use hedging due to the
WEALE Price List | Wealth Engine Capital Scanner Utility for MetaTrader 5 WEALE Price List is a MetaTrader 5 (MT5) utility script that shows how much capital you need to fill the full Wealth Engine DCA ladder on every symbol in your Market Watch. This utility is the planning companion to the FJ Universe Wealth Engine (WEALE) Expert Advisor. Where the Wealth Engine runs the strategy, the WEALE Price List helps you decide where to run it. The script scans each symbol in your Market Watch, reads th
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)
Basic Theme Builder: Simplify Your Chart Customization Transform your trading experience with the Basic Theme Builder indicator, a versatile tool designed to streamline the customization of your chart's appearance on MetaTrader 5. This intuitive indicator offers a user-friendly panel that enables you to effortlessly switch between various themes and color schemes, enhancing both the visual appeal and functionality of your trading environment.  Free MT4 version The Basic Theme Builder indicator i
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 The Stochastic MTF Dashboard is a high-performance visual solution designed for efficiency. It allows you to monitor the status of the Stochastic Oscillator across up to 6 different timeframes simultaneously , all without ever leaving your current chart. Its goal is to eliminate confusion and provide an instant reading of market strength: Red: Overbought Zone – Possible price exhaustion (Potential Sell). Green: Oversold Zone – Possible price recovery (Potential Buy). Gra
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 Manager and Trailing
Yusuf Mohamed Noor Hasa Saleh
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)
Price Policy First 5 users: 30 USD Users 6–20: 100 USD 21st and onward:  300 USD Get in early and save big – this offer is limited! Strategy Summary Trend Confirmation: Trend direction is confirmed via EMA (Exponential Moving Average) and ADX . Only trades in the direction of a strong trend (ADX > threshold). Signal Entry: Uses MFI (Money Flow Index) to detect overbought/oversold conditions: BUY: When MFI drops below 50 - threshold, and low is rising. SELL: When MFI rises above 50 + thresh
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
Overview of KS Multiple Independent Strategies Auto Trading 1.9 EA This is a professional-grade MQL5 Expert Advisor (EA) designed primarily for gold trading (XAUUSD) on MetaTrader 5. It supports multiple independent trading strategies, advanced risk management, and various filters to optimize performance. The EA emphasizes automation, profit protection, and integration with external tools like Telegram and Discord. It operates on any timeframe but is configurable for specific sessions and news
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
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (670)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, crypto, or future
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (144)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
================================================================================ 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)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
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)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
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 — professional trading control center for MetaTrader 5 VirtualTradePad PRO SE is a premium chart-based trading panel and trade-management workspace for MetaTrader 5 . It is designed for traders who want faster execution, clearer position control, structured trade management, visual level planning and a professional workflow directly from the chart. This is not only a BUY / SELL panel. PRO SE combines manual trading, pending orders, position management, partial exits, b
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
Trade copier MT5
Alfiya Fazylova
4.57 (51)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
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 — Signal Copier Turn the trading calls from your Telegram channels into real MT5 orders — automatically, on as many accounts as you like, with risk and rules fully under your control. Telegram To MT5 connects the VIP / signal channels you already follow on Telegram to your MetaTrader 5 terminal. A free companion desktop app reads the messages (even from channels that block bots), and this Expert Advisor executes them on your account — applying your own risk settings, symbol mappi
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)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
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)
Additional materials and instructions Installation instructions - Trial version of the application for a demo account ; Official Information Official channel Seller profile Trade Command Center — Professional Trade Execution & Real-Time Risk Guard Panel Trade Command Center is a high-performance visual trade execution, lot size calculator, and risk management utility for MetaTrader 5. It is engineered specifically for manual traders requiring strict risk enforcement, capital protection, a
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Trading Panel for MetaTrader 5 — professional one-click trading from chart and keyboard A powerful trading panel for active manual trading, designed to open, manage, and close trades far faster and more efficiently than the standard MetaTrader interface. This panel is built for traders who want full control over positions, pending orders, profit management, and trading execution inside one professional workspace. This is not just another utility. It is a complete trading cockpit for MetaTrader
Working Demo Download Copy Cat More Trade Copier MT5 is a local trade copier and a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with a blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both Master (sender) and Slave (receiver) modes, with real-time synchronization of market and pending orders,
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Elevate Your Trading Signals with Our Advanced Telegram Bridge EA It’s time to captivate your audience with real-time trading updates that are both professional and visually appealing. Contact me to see the demo and get a trial version We have significantly invested in user friendly features that create a unique experience for customers and providers.  SIGNAL BRIDGE is able to deliver 100% COPIER FRIENDLY SIGNALS for all business cases, even bypassing Metatrader logics where other EAs struggle!
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 is a manual trading panel for MetaTrader 5 designed to prepare, execute and manage positions directly from the chart, with visual risk control at every step. The tool combines order preparation, automatic position sizing based on risk, interactive Entry, Stop Loss and Take Profit zones, and several trade management functions into a single interface. Version 2.0 updates Version 2.0 introduces several improvements to streamline the execution workflow: Automa
Filter:
No reviews
Reply to review