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.


Prodotti consigliati
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 e un pannello di gestione manuale delle operazioni per MetaTrader 5. Costruisci ogni operazione visivamente sul grafico, controlla il tuo rischio esatto e lascia che il motore integrato gestisca i take-profit parziali, il break-even e il trailing, tutto da un unico pannello pulito e ridimensionabile. Progettato per trader discrezionali e ICT/SMC che vogliono precisione senza fogli di calcolo. CARATTERISTICHE PRINCIPALI - Linee trascinabili di Entry, Stop Loss, TP1-TP5 e
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
L'indicatore Gann Box è uno strumento potente e versatile progettato per aiutare i trader a identificare e sfruttare i livelli chiave del mercato. Questo indicatore consente di disegnare un rettangolo sul grafico, che viene automaticamente suddiviso in più zone con livelli strategici 0, 0.25, 0.50, 0.75, 1 . Quando il prezzo tocca uno di questi livelli, si attivano degli avvisi, offrendo così un aiuto prezioso per le decisioni di trading. Sapete immediatamente come si sta evolvendo il mercato ri
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
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 | Utility scanner del capitale Wealth Engine per MetaTrader 5 WEALE Price List è uno script utility per MetaTrader 5 (MT5) che mostra quanto capitale serve per riempire l'intera scala DCA del Wealth Engine su ogni simbolo presente nel tuo Market Watch. Questa utility è il compagno di pianificazione dell'Expert Advisor FJ Universe Wealth Engine (WEALE). Dove il Wealth Engine esegue la strategia, la WEALE Price List ti aiuta a decidere dove eseguirla. Lo script analizza ogni simbo
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: Semplifica la Personalizzazione del Tuo Grafico Trasforma la tua esperienza di trading con l'indicatore Basic Theme Builder , uno strumento versatile progettato per semplificare la personalizzazione dell'aspetto del tuo grafico su MetaTrader 5 . Questo indicatore intuitivo offre un pannello facile da usare che ti consente di passare senza sforzo tra vari temi e schemi di colore, migliorando sia l'aspetto visivo che la funzionalità del tuo ambiente di trading. Free MT4 versi
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 Lo Stochastic MTF Dashboard è una soluzione visiva progettata per massimizzare l'efficienza operativa. Ti permette di monitorare lo stato dell'oscillatore stocastico su un massimo di 6 diversi intervalli temporali (timeframe) simultaneamente, il tutto senza dover cambiare il grafico corrente. Il suo obiettivo è eliminare la confusione e offrirti una lettura istantanea della forza del mercato: Rosso: Zona di Ipercomprato: Possibile esaurimento del prezzo (Opportunità di v
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)
Politica dei Prezzi Primi 5 utenti: 30 USD Utenti da 6 a 20: 100 USD Dal 21º in poi:  300 USD ️ Acquista subito e risparmia – offerta limitata! Riepilogo della Strategia Conferma del Trend: La direzione del trend è confermata da EMA e ADX . Il sistema opera solo nella direzione di un trend forte (ADX > soglia minima). Ingresso in Posizione: Utilizza MFI per rilevare condizioni di ipercomprato/ipervenduto: BUY: MFI < 50 - soglia, e il minimo è crescente SELL: MFI > 50 + soglia, e il massim
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
Panoramica dell'EA KS Multiple Independent Strategies Auto Trading 1.9 Si tratta di un Expert Advisor (EA) MQL5 di livello professionale, progettato principalmente per il trading sull'oro (XAUUSD) sulla piattaforma MetaTrader 5. Supporta molteplici strategie di trading indipendenti, una gestione avanzata del rischio e vari filtri volti a ottimizzare le prestazioni. L'EA pone l'accento sull'automazione, sulla protezione dei profitti e sull'integrazione con strumenti esterni come Telegram e Disco
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
Gli utenti di questo prodotto hanno anche acquistato
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)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (144)
Sperimenta una copia di trading eccezionalmente veloce con il   Local Trade Copier EA MT5 . Con la sua facile configurazione in 1 minuto, questo copiatore di trading ti consente di copiare i trades tra diversi terminali di MetaTrader sullo stesso computer Windows o su Windows VPS con velocità di copia ultra veloci inferiori a 0.5 secondi. Che tu sia un trader principiante o professionista,   Local Trade Copier EA MT5   offre una vasta gamma di opzioni per personalizzarlo alle tue esigenze speci
================================================================================ 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 è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e permette di automatizzare la maggior parte delle attività commerciali. Prima dell'acquisto, è possibile testare la versione dimostrativa su un conto demo. Scaricare la versione di prova dell'applicazione per un account dimostrativo: https://www.mql5.com/it/blogs/post/762419 . Istruzioni complete qui . Commercio. Consente di effettuare operazioni di trading con u
Versione Beta Telegram to MT5 Signal Trader è quasi pronto per il rilascio ufficiale in versione alpha. Alcune funzionalità sono ancora in fase di sviluppo e potresti riscontrare piccoli bug. Se riscontri problemi, ti preghiamo di segnalarli, il tuo feedback aiuta a migliorare il software per tutti. Telegram to MT5 Signal Trader è uno strumento potente che copia automaticamente segnali di trading da canali o gruppi Telegram al tuo account MetaTrader 5 . Supporta canali pubblici e privati e cons
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)
Copiatore professionale di trade per MetaTrader 5 Un copiatore di trade veloce, professionale e affidabile per MetaTrader . COPYLOT consente di copiare operazioni Forex tra terminali MT4 e MT5 con supporto per conti Hedge e Netting . La versione MT5 di COPYLOT supporta: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Versione MT4 Descrizione completa + DEMO + PDF Come acquistare Come installare Come ot
Telegram to MT5 Multi-Channel Copier copia automaticamente i segnali di trading dai tuoi canali Telegram direttamente in MetaTrader 5. Nessun bot, nessuna estensione del browser, nessuna copia manuale. Ricevi un segnale su Telegram e l'EA apre l'operazione sul tuo terminale in pochi secondi. Il prodotto include due componenti: un'applicazione Windows che ascolta i tuoi canali Telegram, e questo Expert Advisor che esegue i segnali sul tuo terminale MT5. È disponibile anche una versione per MT4. G
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 — centro di controllo professionale per il trading su MetaTrader 5 VirtualTradePad PRO SE è un pannello di trading premium basato sul grafico e un ambiente di gestione delle operazioni per MetaTrader 5 . È progettato per i trader che desiderano esecuzione più rapida, controllo più chiaro delle posizioni, gestione strutturata delle operazioni, pianificazione visiva dei livelli e un workflow professionale direttamente dal grafico. Non è soltanto un semplice pannello BUY
Premium Trade Manager - Il pannello di trading con un coach integrato Premium Trade Manager porta un coach di trading direttamente nel tuo grafico, con un motore di esecuzione completo al di sotto. Imposta il trade come fai sempre, poi lascia che Max, il tuo coach di trading IA, legga esattamente quel setup rispetto al tuo conto live e ti dia un verdetto chiaro prima che tu confermi: lo stop rispetta un approccio disciplinato, il rischio è ragionevole, c'è un evento ad alto impatto tra pochi min
Trade copier MT5
Alfiya Fazylova
4.57 (51)
Trade Copier è un'utilità professionale progettata per copiare e sincronizzare le transazioni tra conti di trading. La copiatura avviene dal conto/terminale del fornitore al conto/terminale del destinatario, che sono installati sullo stesso computer o vps. PROMOZIONE - Se avete già acquistato il "Trade copier MT5", potete ottenere gratuitamente il "Trade copier MT4" (per la copia MT4 > MT5 e MT4 < MT5). Per maggiori informazioni sulle condizioni, vi preghiamo di contattarci tramite messaggi priv
Power Candles Strategy Scanner - Strumento di ricerca configurazioni multi-simbolo con ottimizzazione automatica Power Candles Strategy Scanner utilizza lo stesso motore di auto-ottimizzazione che alimenta l'indicatore Power Candles, applicandolo a tutti i simboli presenti nel tuo Market Watch, uno accanto all'altro. Un unico pannello ti indica quali simboli sono statisticamente negoziabili in questo momento, quale strategia è vincente su ciascuno di essi, la coppia ottimale di Stop Loss / Take
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 — Copiatore di segnali Trasforma le indicazioni di trading dei tuoi canali Telegram in veri ordini MT5 — automaticamente, su quanti account vuoi, con rischio e regole totalmente sotto il tuo controllo. Telegram To MT5 collega i canali VIP / di segnali che già segui su Telegram al tuo terminale MetaTrader 5. Un'app desktop companion gratuita legge i messaggi (anche dai canali che bloccano i bot), e questo Expert Advisor li esegue sul tuo conto — applicando le tue impostazioni di r
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 è un'utilità di trading completa progettata per trader professionisti. Combina tipi di grafici personalizzati come Grafici a Secondi e Renko con analisi avanzata del flusso ordini tramite Footprints , Clusters , Profili di Volume , studi VWAP e strumenti di analisi ancorata per una visione più approfondita del mercato. Il trading e la gestione delle posizioni vengono eseguiti direttamente dal grafico tramite un pannello integrato di gestione delle operazioni , mentre Market Repla
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 5. Suppo
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)
Materiali e istruzioni aggiuntivi Istruzioni per l'installazione - Versione di prova dell'applicazione per un conto demo ; Informazioni Ufficiali Canale ufficiale Profilo del venditore Trade Command Center — Pannello di Esecuzione Operazioni Professionale & Controllo Risk Guard in Tempo Reale Trade Command Center è un pannello avanzato per l'esecuzione grafica degli ordini, il calcolo della dimensione dei lotti e la gestione del rischio su MetaTrader 5. È progettato per i trader manuali c
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Pannello di trading per MetaTrader 5 — controllo professionale del trading in un clic dal grafico e dalla tastiera Un pannello di trading avanzato progettato per trader attivi, pensato per aprire, gestire e chiudere operazioni molto più velocemente rispetto all’interfaccia standard di MetaTrader. Questa soluzione è dedicata a chi desidera controllare posizioni, ordini pendenti, profitto totale ed esecuzione da un unico spazio di lavoro professionale. Non si tratta di un semplice utilitario. È u
Scarica la demo funzionante Copy Cat More (Gatto Copione) — Copiatore di Trade (Trade Copier) MT5 è un copiatore locale di trade e un framework completo di gestione del rischio e di esecuzione, progettato per le sfide di trading di oggi. Dalle challenge delle prop firm alla gestione di portafogli personali, si adatta a ogni situazione con una combinazione di esecuzione robusta, protezione del capitale, configurazione flessibile e gestione avanzata dei trade. Il copiatore funziona in entrambe l
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
Potenzia i tuoi segnali di trading con il nostro avanzato Telegram Bridge EA È il momento di conquistare il tuo pubblico con aggiornamenti di trading in tempo reale che siano professionali e visivamente accattivanti. Contattami per vedere la demo e ottenere una versione di prova Abbiamo investito significativamente in funzionalità intuitive che creano un'esperienza unica per clienti e fornitori.  SIGNAL BRIDGE è in grado di inviare SEGNALI 100% COMPATIBILI CON I COPIER per tutti i casi d'uso, a
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 e un pannello di trading manuale per MetaTrader 5 progettato per preparare, eseguire e gestire le posizioni direttamente dal grafico, con controllo visivo del rischio in ogni fase. Lo strumento combina in un'unica interfaccia la preparazione degli ordini, il calcolo automatico della dimensione della posizione in base al rischio, le zone interattive Entry, Stop Loss e Take Profit, oltre a diverse funzioni di gestione del trade dopo l'esecuzione. Novita dell
Filtro:
Nessuna recensione
Rispondi alla recensione