Trading Reporter Dashboard MT5

Trading Reporter — Visual Performance Dashboard for MT5

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

A complete account performance dashboard rendered directly on your MT5 chart — no browser, no external tool, no subscription. Attach it once, resize it to fit your screen, and every key metric updates automatically on each new bar — configurable via InpRefreshBars.

Free. No limitations. No trial period. Full source transparency.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

WHAT IT SHOWS

The dashboard is divided into six visual zones that together give you a full picture of your account — at a glance, always up to date.

  • Header — Balance, Return %, broker, account number, last update time

  • 7 KPI Cards — Net P&L · Win Rate · Profit Factor · Max Drawdown · Trade Count (W/L) · Avg R:R · Expectancy — each colour-coded green / yellow / red based on performance thresholds

  • Chart Slot A (upper left, 65% width) — configurable primary chart, choose one:
        📈 Equity Curve — running account balance per closed trade
        📈 Cumulative P/L — deposit-neutral profit curve starting from zero
        📈 Rolling Win Rate — sliding window win % over the last N trades

  • Win / Loss Panel (upper right) — donut chart with live Win Rate centre label, plus legend: W/L counts, avg win, avg loss, best streak, avg hold time, Sharpe ratio

  • Chart Slot B (lower left) — configurable secondary chart, choose one:
        📉 Drawdown % — underwater equity curve, 0% at top, max DD at bottom
        📉 Drawdown Absolute — same in account currency
        📊 Trade Frequency — trades per calendar day as a bar chart
        📊 P/L Distribution — histogram of trade outcomes, scaled to your typical trade range for maximum readability
        💓 Weekly Heartbeat — weekly net P&L bars centred on zero: green above, red below — best and worst week labelled

  • Monthly P&L Bars — Jan–Dec green/red bars with value labels, auto-capped so extreme months never crush the others

  • Symbol Table — sorted by absolute P&L: symbol, net P&L, trade count, win rate %, scaled bar. Fits as many rows as the panel height allows.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TECHNICAL HIGHLIGHTS

  • Split-Commission Broker Support — some brokers book entry commission on the ENTRY deal, not the exit. Trading Reporter fetches both sides via a single O(n) pre-pass — no per-trade API calls, no slowdown on large accounts.

  • Disk Cache + Incremental Updates — on first load the full history is processed and saved to disk. After that, only new deals since the last run are appended. MT5 restart or chart switch: instant load from cache. Old cache files from previous history window settings are automatically cleaned up on startup.

  • Handles 47 000+ Trade Accounts — designed and tested on accounts with tens of thousands of closed positions. No freezing, no timeout.

  • Withdrawal-Aware Drawdown — account withdrawals reset the equity peak so they are never counted as trading drawdown. Broker credit and bonus amounts are excluded entirely — only real deposits count. The result reflects actual trading risk, not funding decisions.

  • Drag & Resize — grab any edge or corner to resize. Drag the title bar to reposition. All font sizes, chart proportions, and label offsets scale dynamically with panel size.

  • Exact P&L Accuracy — Net P&L matches the MT5 account history to the cent. Entry commissions on partial closes are counted once per position, not once per closing deal. Broker credit and bonus amounts are excluded. Breakeven trades are fully included. The result is identical to what MT5 reports in the History tab.

  • Magic Number Filter — isolate the performance of a single EA by entering its magic number. Set to -1 for all trades combined. When a magic number is active, the equity baseline is also calculated from that EA's trades only — Return % and Drawdown reflect that EA's true performance, not the whole account.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PARAMETERS

History & Filtering
   InpHistoryDays   —   Days of trade history to analyse (default: 90, max: 9999 for all-time)
   InpMagicFilter   —   Magic number filter: -1 = all trades, any value = single EA only
   InpIncludeSwap   —   Include swap in all P&L calculations (default: true)
   InpIncludeComm   —   Include commission — entry + exit — in all P&L calculations (default: true)

Chart Selection
   InpChartA   —   Primary chart: EQUITY_CURVE / PNL_CURVE / ROLLING_WIN_RATE
   InpChartB   —   Secondary chart: DRAWDOWN_PCT / DRAWDOWN_ABS / TRADE_FREQ / PNL_DIST / HEARTBEAT
   InpRollingWRPeriod   —   Trades window for "Rolling Win Rate" in Chart Slot A only — does not affect the Win/Loss donut (default: 50 trades)

Display
   InpPanelWidth   —   Initial panel width in pixels (default: 1300)
   InpPanelHeight   —   Initial panel height in pixels (default: 700)
   InpPanelX   —   Initial X position (default: 0)
   InpPanelY   —   Initial Y position (default: 30)
   InpFontName   —   Font for all labels (default: Consolas)
   InpBgColor   —   Panel background colour (default: C'80,80,80')
   InpShowGrid   —   Show grid lines on charts (default: true)
   InpRefreshBars   —   Recalculate every N new chart bars (default: 1)
   InpHideTradeArrows   —   Hide MT5 trade history arrows on chart — prevents overlap with the panel (default: true, restored on indicator removal)
   InpDiagnostic   —   Print P&L breakdown to MT5 Experts log — runs once on attach, useful to verify accuracy against MT5 history (default: false)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

INSTALLATION

    1. Copy TradingReporter.mq5 to your MT5 Indicators folder
    2. Compile in MetaEditor (F7)
    3. Attach to any chart — any symbol, any timeframe
    4. Set InpHistoryDays and optionally InpMagicFilter
    5. Drag and resize the panel to fit your screen layout

No WebRequest permissions required. No external connections. Runs entirely within MT5.
Indicator — not an Expert Advisor. Does not place or modify trades.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

COMPATIBILITY

    — MetaTrader 5 only — not compatible with MT4
    — All brokers and account types (Standard, ECN, Hedge, Netting)
    — All instruments: Forex, Gold, Indices, Crypto, Commodities
    — Optimised for 24/7 VPS operation
    — Tested on accounts with 1 to 47 000+ closed trades

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

MORE TOOLS FROM fi.con INVESTMENT GROUP

Trading Reporter is the free analytics layer of a complete MT5 toolkit built by fi.con Investment Group. If you trade actively and want more automation, reporting, and control, these tools extend your MT5 setup significantly:

    🏆  Enhanced Telegram Position Tracker MT5 — the most complete Telegram reporting solution for MT5. Every trade open, close, SL/TP change, and partial close delivered in real time. Live streaming messages update P/L every 30 seconds. Dual-posting to channel + group topics. 15-button interactive follower menu. Crash detection, HFT burst protection, zero missed closures. Automatic daily, weekly, and monthly P&L reports. If you share your trades with a Telegram audience, this is the EA.

    📡  MT5 to Telegram Informer — sends every trade open and close to your Telegram channel in real time. Full position lifecycle: pending order execution, SL/TP changes, partial closes, close reason labelling. Multiple channels, Topics support, configurable report fields. If you share your trades with a Telegram audience, this is your tool.

    📊  Telegram Trading Reporter MT5 — automated performance reports delivered to Telegram on schedule: daily EOD summary, weekly stats, monthly overview. Analyses your full trade history and sends structured reports with P&L, win rate, profit factor, best/worst trade — all without you having to open MT5.

    🛠️  Chart Order Trade Manager MT5 — professional on-chart trade management panel for active traders. Visual SL/TP placement, automatic lot size calculation from risk %, one-click breakeven, trailing stop, partial close. Designed for traders who manage positions manually while running EAs in parallel.

    🚫  Position Closure Management MT5 — automatically resolves hedged position pairs and locks in the net result at exactly the right moment. Essential for grid and martingale strategies, prop firm challenge rules that prohibit hedging, and any setup where open buy/sell pairs need controlled resolution.


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Version 2.38  |  fi.con Investment Group  |  MQL5 Marketplace
Prodotti consigliati
Sync In Many Ways MT5
Sa No Tsuyoshi Kokorozashi
Description This is a Utility tool for MT5 which will make our chart analysis task quite more efficient and save large amount of time. As for chart analysis, some are watching out several symbol simultaneously with single timeframe and others are trading only one single pair with   multi timeframe analysis. For both, a common troublesome issue is “scroll chart to look back” or “draw chart objects” in multi charts at the same time.  Especially for those who are trading with multi timeframe soluti
Sonic R Pro Enhanced EA - Versione 2025 249$ Solo per i primi 5 acquirenti! Segnale Live Verifica la performance live di Sonic R Pro Enhanced: Strategia di Trading Sonic R Pro Enhanced è una versione avanzata della strategia Sonic R, che automatizza le operazioni basate su Dragon Band (EMA 34 e EMA 89) e utilizza algoritmi avanzati per massimizzare le prestazioni. Timeframe: M15, M30 Coppie supportate: XAUUSD, BTCUSD, AUDJPY, USDJPY Stile di trading: Swing Trading - Pullback & Controten
DeepInsight
Gustavo Santos Pedrosa
Title: DeepInsight: Flow and Market Context Analysis What is DeepInsight? DeepInsight is a technical analysis tool for MetaTrader 5, developed to assist in reading market dynamics. The indicator processes volume and price movement data to generate objective visual references, facilitating the identification of areas of interest on the chart. The tool functions as an auxiliary analysis dashboard, offering support for manual decision-making without performing automatic order execution. Operationa
The Definitive Performance Testing Solution for MetaTrader Environments What This Tool Does This specialized benchmark utility measures the performance of your MetaTrader environment, providing insights that impact your trading execution. Unlike generic system benchmarks, this tool evaluates performance specifically within the MetaTrader runtime environment. For Professional Traders & Developers: Performance Metrics : Measurements of calculation throughput and memory efficiency Trading-Specific
️ Trade Manager oneclick  ( Reverse Trade,  Partial Close,  Breakeven, Close All Running Trade )   control – Smart Manual Trade Control for MT5 Trade Manager oneclick control is a powerful yet lightweight trade management utility built for manual traders who want precise control over their open positions — directly from the MT5 chart. This EA does not open or close trades automatically based on any strategy. It simply provides one-click management tools to handle your running trades efficient
FREE
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
PROMOZIONE DI LANCIO: Saranno disponibili solo un numero molto limitato di copie al prezzo attuale! Prezzo finale: 999$ NOVITÀ (da 349$) --> RICEVI 1 EA GRATIS (per 2 numeri di account commerciali). Offerta Combo Definitiva     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Benvenuti al BITCOIN REAPER!   Dopo l'enorme successo del Gold Reaper, ho deciso che era giunto il momento di applicare gli stessi principi vincenti al mercato Bit
Gold Smc Apex Scalping h1
Chaibadee Dechtanankul
Here is a breakdown of how the GOLD SMC APEX SCALPER (H1 BUY EDITION) operates specifically on the H1 (1-Hour) timeframe. This Expert Advisor (EA) uses a hybrid approach , combining Smart Money Concepts (SMC) for entry zones with a Grid & Martingale system for trade execution and recovery. 1. Execution on the H1 Timeframe (The "New Bar" Rule) Strict H1 Lock: The EA checks its environment during initialization ( OnInit ). If you attach it to any timeframe other than H1, it will trigger an alert a
US500 Scalper
Sergey Batudayev
L'S&P 500 Scalper Advisor è uno strumento innovativo progettato per i trader che desiderano operare con successo sull'indice S&P 500. L'indice è uno degli indicatori più utilizzati e prestigiosi del mercato azionario americano, che comprende le 500 maggiori società degli Stati Uniti. Peculiarità: Soluzioni di trading automatizzate:       Il consulente si basa su algoritmi avanzati e analisi tecniche per adattare automaticamente la strategia alle mutevoli condizioni di mercato. Approccio versati
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Bneu Trade Manager Pro
Marvinson Salavia Caballero
**Bneu Trade Manager Pro** is an advanced trading utility Expert Advisor for MetaTrader 5 that extends the functionality of the free version with automated trade management features, risk protection systems, and compliance tools for proprietary trading firm challenges. **All Free Version Features Included** All features from the free version are included in the PRO version. This includes visual trade management with drag-and-drop lines, risk-based position sizing, one-click order execution, p
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
新機能:Ver3.5 28通貨ペアの強弱も表示するようにしました。 監視ペアで最強、最弱の通貨ペアとなった場合、四つ葉のマークが出るように変更しました。 15分足、1時間足、4時間足単位での通貨ペアの強弱を表示するようにしました。 詳細な情報はこちらにサイトがあります。 https://toushika.top/tc-cs-plus-cfd/ 注:こちらはTitanのデモ口座で動作します。 XMで使用したい場合は こちらのでセットファイル を使用してください。 機能: 一目で現在の通貨の方向性と強弱が確認できます。 15M,1H,4Hでの方向性を表示します。 15M,1H,4Hでの方向が揃った場合にドットが表示されます。 通貨の相関が揃った場合にドットが表示されます。 ※相関はピアソン相関係数を使用しています。 より詳しい情報につきましてはこちらを参照してください。 https://www.mql5.com/ja/articles/5481 通貨の強弱を表示します。 現時点でのボラリティーの状況を表示します。 過去20日/過去5日/今日のボラリティーを表示しま
SolarTrade Suite Financial Robot: LaunchPad Market Expert - progettato per aprire le negoziazioni! Questo è un robot di trading che utilizza speciali algoritmi innovativi e avanzati per calcolare i suoi valori, il tuo assistente nel mondo dei mercati finanziari. Utilizza il nostro set di indicatori della serie SolarTrade Suite per scegliere meglio il momento in cui lanciare questo robot. Dai un'occhiata agli altri nostri prodotti della serie SolarTrade Suite in fondo alla descrizione. Vuoi n
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Net Z
Sugianto
5 (1)
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily ro
MarketMind AI
Perpetual Chinemerem Vincent
MarketMind AI Next-Generation Contextual Analysis for MetaTrader 5 Trade with the clarity of institutional-grade context. MarketMind AI is a professional decision-support system designed to bridge the gap between raw technical data and actionable market intelligence. Rather than generating signals or executing trades, MarketMind AI provides a structured, high-fidelity view of market conditions — enabling traders to make more informed discretionary decisions. USER GUIDE AND ANALYSIS PIPELINE AP
Aurus Pivot XAU
Dmitriq Evgenoeviz Ko
AURUS PIVOT XAU PRO is a professional trading advisor for XAUUSD, based on working with key market zones and confirmed price behavior. The robot analyzes the market structure, evaluates the strength of levels, and opens trades only when several factors coincide. The advisor does not strive to be constantly in the market and avoids trading in unfavorable conditions, focusing on precise entries and risk control. Key Features Trading key support and resistance zones Filtering signals based on Price
Memento Text box
Marc Guy Verzotti
A good trader is a trader that respect his plan and keep the head cool. This indicator allow to display up to 5 lines of text for the things you always to see. Congifuration 5 lines of text Text font, color, size Frame on/off, color, style, size Position of the text anchored Corners or anywhere on the screen Any questions or comments, send me a direct message here  https://www.mql5.com/en/users/mvonline
FREE
Trade Dashboard MT5
Fatemeh Ameri
4.94 (119)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Guard Scalper EA is a Scalper Robot based on market trend analys. Guard Scalper EA will look for potential High Probability entries as trigger for entry into the market. Guard Scalper EA is good for use on pairs with low spreads such as EURUSD, GBPUSD, or USDJPY Recommendation : Please add and running  Guard Scalper   EA on low spread pairs such as EURUSD, GBPUSD, or USDJPY on M5 timeframes. You can running on that pairs simultanuously Attention : You can start to trade with $ 300 Minimum initi
EmpireInvestBot 700
Ruy Christian Hoffmann
5 (1)
Manual de Instalação     Update 1.4     Update 1.8     Update 1.9   Update 1.10   Update 1.12   Update 1.19 Mercado : B3 - BM&F Índices WIN - Contas Netting ou Hedge Timeframe : M6 (gráfico de Candle em 6 minutos) Capital Mínimo : R$ 1.000,00 Capital Máximo : R$ 100.000,00 Período de uso indicado : Ano inteiro VPS : Bastante recomendado uso de VPS, este robô tem melhor performance com velocidades de conexões mais rápidas. Martingale : NÃO, ou seja, operações únicas e com clara visibilidade de ga
Somewhere over the rainbow It is a system that tries to operate the market from the exhaustion of the trend with a correction algorithm that tries to cut losses at the cost of increasing the margin This system makes all the adjustments automatically, analyzing the pair and the market to decide which is the most efficient step to reach your destination. Somewhere over the rainbow is a multiple trade and multi lot system(The maximum batch can be up to 5 times the initial batch distributed in mult
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  è un consulente esperto unico che può scambiare i segnali MT5 dell'indicatore Matrix Arrow con un pannello commerciale sul grafico, manualmente o automaticamente al 100%.  Matrix Arrow Indicator MT5  determinerà la tendenza attuale nelle sue fasi iniziali, raccogliendo informazioni e dati da un massimo di 10 indicatori standard, che sono: Indice di movimento direzionale medio (ADX), Indice del canale delle materie prime (CCI), Candele classiche Heiken Ashi, Media mobile, Me
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Video Explanation on YouTube: https://youtu.be/OJXERVs405g Keyboard Scalper Pro – Tool Explanation Keyboard Scalper Pro is a manual scalping tool designed to execute and manage trades entirely via keyboard hotkeys , allowing for fast, precise, and distraction-free trading . The tool does not automate trading decisions . All actions are triggered manually by the trader using predefined keys. Hotkey Functions Explained W – Buy Market Opens a market buy position instantly on the current symbol usi
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
SDZ Trend Pro
Van Toan Nguyen
Overview SDZ Trend Pro is a professional Expert Advisor work for all symbol, recommend  XAUUSD (Gold) trading on the H1 timeframe . It combines dynamic price action patterns, EMA filters, and strict session-based trading logic to identify precise market entries with optimal risk control. This EA is ideal for traders who prefer structured, time-filtered trading during active market hours. ️ Core Features Dynamic Stop Loss (SL) logic Automatically sets SL based on candle pattern Chooses the
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Gli utenti di questo prodotto hanno anche acquistato
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
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.97 (626)
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.96 (131)
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
TradePanel MT5
Alfiya Fazylova
4.86 (148)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e consente di automatizzare la maggior parte delle operazioni di trading. Attenzione, l'applicazione non funziona nel tester di strategia. Prima dell'acquisto, puoi testare la versione demo su un conto demo. Versione demo qui . Istruzioni complete qui . Commercio. Ti consente di eseguire operazioni di trading con un clic: Apri ordini e posizioni pendenti con calco
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 (2)
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
Copy Cat More Trade Copier MT5 (Gatto Copiatore MT5) è un copiatore di trade locale e un framework completo di gestione del rischio ed esecuzione progettato per le sfide di trading odierne. Dalle sfide 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 sia in modalità Master (mittente) che Slave (ricevente), con sincro
Smart Stop Manager MT5
Daniel Stein
4.33 (3)
Smart Stop Manager – Esecuzione automatica dello stop-loss con precisione professionale Panoramica Smart Stop Manager è il livello di esecuzione della linea Smart Stop, progettato per i trader che richiedono una gestione dello stop-loss strutturata, affidabile e completamente automatizzata su più posizioni aperte. Monitora continuamente tutte le operazioni attive, calcola il livello di stop ottimale utilizzando la logica di struttura di mercato Smart Stop e aggiorna gli stop automaticamente se
Trade copier MT5
Alfiya Fazylova
4.63 (38)
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. Prima di acquistare, puoi testare la versione demo su un account demo. Versione demo qui . Istruzioni complete qui . Funzionalità e vantaggi principali: Supporta la copia degli ordini: MT5> MT5, MT4> MT5, MT5> MT4, inclusi i conti di compensaz
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
Copia i segnali da qualsiasi canale di cui sei membro (compresi quelli privati e ristretti) direttamente sul tuo MT5.  Questo strumento è stato progettato con l'utente in mente offrendo molte funzionalità necessarie per gestire e monitorare gli scambi. Questo prodotto è presentato in un'interfaccia grafica facile da usare e visivamente accattivante. Personalizza le tue impostazioni e inizia ad utilizzare il prodotto in pochi minuti! Guida per l'utente + Demo  | Versione MT4 | Versione Discord
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus è uno strumento avanzato di gestione delle operazioni progettato per migliorare l'efficienza e l'efficacia del trading sulla piattaforma MetaTrader 5. Offre una suite completa di funzionalità, tra cui calcolo del rischio, gestione degli ordini, sistemi di griglia avanzati, strumenti basati su grafici e analisi delle prestazioni. Caratteristiche Principali 1. Griglia di Recupero Implementa un sistema di griglia flessibile e di media per gestire le operazioni in condizioni di mercato avve
The News Filter MT5
Leolouiski Gan
4.74 (19)
Questo prodotto filtra tutti gli esperti consulenti e i grafici manuali durante il periodo delle notizie, così non dovrai preoccuparti di improvvisi picchi di prezzo che potrebbero distruggere le tue impostazioni di trading manuali o le negoziazioni effettuate da altri esperti consulenti. Questo prodotto viene fornito anche con un sistema completo di gestione degli ordini che può gestire le tue posizioni aperte e gli ordini in sospeso prima della pubblicazione di qualsiasi notizia. Una volta che
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
Trade copyr per MT5 è un trade copyr per la piattaforma МetaТrader 5   . Copia le negoziazioni forex   tra       eventuali conti   MT5   -   MT5, MT4   -   MT5 per la versione COPYLOT MT5 (o MT4   -   MT4 MT5   -   MT4 per la versione COPYLOT MT4) Fotocopiatrice affidabile! Versione MT4 Descrizione completa   +DEMO +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Puoi anche copiare le operazioni nel termina
Seconds Chart MT5
Boris Sedov
4.59 (17)
Seconds Chart — uno strumento unico per creare grafici in secondi su MetaTrader 5 . Con Seconds Chart , puoi generare grafici con timeframe definiti in secondi, ottenendo una flessibilità e una precisione d'analisi ideali, non disponibili nei grafici standard in minuti o ore. Ad esempio, il timeframe S15 indica un grafico con candele di 15 secondi. Puoi utilizzare qualsiasi indicatore e Expert Advisor con supporto per simboli personalizzati. Lavorare con loro è comodo quanto operare sui grafici
HINN MagicEntry Extra
ALGOFLOW OÜ
4.71 (14)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Smart Stop Scanner – Analisi multi-asset degli stop-loss basata sulla reale struttura di mercato Panoramica Smart Stop Scanner offre un monitoraggio professionale dei livelli di stop-loss su più mercati. Il sistema identifica automaticamente le zone di stop più rilevanti basandosi sulla reale struttura di mercato, sulle rotture significative e sulla logica del price action, presentando tutte le informazioni in un pannello chiaro, coerente e ottimizzato per schermi ad alta risoluzione (DPI-awar
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with inte
Timeless Charts
Samuel Manoel De Souza
5 (3)
Timeless Charts è una soluzione di grafici avanzata, progettata per i trader professionisti che necessitano di grafici personalizzati / timeframe personalizzati – inclusi grafici a secondi / timeframe a secondi, grafici Renko / barre Renko, grafici a cluster / footprint e strumenti avanzati simili a quelli disponibili nelle piattaforme più popolari. A differenza dei tradizionali grafici offline o dei semplici indicatori personalizzati, questa soluzione crea barre completamente personalizzate con
Telegram to MT5 Coppy
Sergey Batudayev
5 (8)
Da Telegram a MT5:   la soluzione definitiva per la copia del segnale Semplifica il tuo trading con Telegram su MT5, il moderno strumento che copia i segnali di trading direttamente dai canali e dalle chat di Telegram sulla tua piattaforma MetaTrader 5, senza bisogno di DLL. Questa potente soluzione garantisce un'esecuzione precisa dei segnali, ampie opzioni di personalizzazione, fa risparmiare tempo e aumenta la tua efficienza. [ Instructions and DEMO ] Caratteristiche principali Integrazione d
Risk Manager for MT5
Sergey Batudayev
4.35 (17)
Expert Advisor Risk Manager per MT5 è un programma molto importante e secondo me necessario per ogni trader. Con questo Expert Advisor sarai in grado di controllare il rischio nel tuo conto di trading. Il controllo del rischio e del profitto può essere effettuato sia in termini monetari che in termini percentuali. Affinché l'Expert Advisor funzioni, è sufficiente allegarlo al grafico della coppia di valute e impostare i valori di rischio accettabili nella valuta del deposito o in % del saldo
Equity Protect Pro: Il tuo esperto di protezione del conto completo per un trading senza preoccupazioni Se stai cercando funzionalità come protezione del conto, protezione del capitale proprio, protezione del portafoglio, protezione multi-strategia, protezione dei profitti, raccolta dei profitti, sicurezza del trading, programmi di controllo del rischio, controllo automatico del rischio, liquidazione automatica, liquidazione condizionale, liquidazione programmata, liquidazione dinamica, trailin
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
EA Portfolio Analyzer
Jimmy Peter Eriksson
Guida all'installazione:    clicca qui! Analizzare più consulenti esperti insieme Confronta i risultati EA per numero magico Traccia la redditività e i ribassi Filtra i risultati per intervallo di date Curva di equità visiva e metriche dettagliate Pronto all'uso in meno di un minuto Analizzatore di portafoglio EA EA Portfolio Analyzer è uno   strumento di analisi professionale   progettato per monitorare   in tempo reale le prestazioni di più Expert Advisor   in modo chiaro e strutturato. Quand
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (73)
Pannello di trading per il trading in 1 clic.   Lavorare con posizioni e ordini!   Trading dal grafico o dalla tastiera. Con il nostro pannello di trading, puoi eseguire operazioni con un solo clic direttamente dal grafico ed eseguire operazioni di trading 30 volte più velocemente rispetto al controllo MetaTrader standard. I calcoli automatici di parametri e funzioni rendono il trading più veloce e conveniente per i trader. Suggerimenti grafici, etichette informative e informazioni complete sugl
MT5 to Telegram Signal Provider è un'utilità facile da usare e completamente personalizzabile che consente l'invio di segnali specificati a una chat, canale o gruppo Telegram, rendendo il tuo account un fornitore di segnali. A differenza della maggior parte dei prodotti concorrenti, non utilizza importazioni DLL. [ Dimostrativo ] [ Manuale ] [ Versione MT4 ] [ Versione Discord ] [ Canale Telegram ]  New: [ Telegram To MT5 ] Configurazione Una guida utente passo-passo è disponibile. Nessuna cono
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
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
OrderManager MT5
Lukas Roth
4.84 (25)
Presentazione del   OrderManager : un rivoluzionario strumento per MT5 Gestisci le tue operazioni come un professionista con il nuovissimo utility Order Manager per MetaTrader 5. Progettato pensando alla semplicità e alla facilità d'uso, Order Manager ti permette di definire e visualizzare senza sforzo il rischio associato a ogni operazione, consentendoti di prendere decisioni informate e ottimizzare la tua strategia di trading. Per ulteriori informazioni sull'OrderManager, si prega di consultar
Entry In The Zone with SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1),
Advanced Dashboard Ultra
Mirel Daniel Gheonu
5 (1)
Stats Dashboard & Journal ULTRA per MT5 Il Centro di Comando di Trading Completo: Analitica, Automazione & Intelligence delle Notizie. Stats Dashboard ULTRA è l'evoluzione definitiva dello strumento di analisi Pro. Trasforma MetaTrader 5 in una stazione di trading professionale, combinando analisi delle prestazioni di livello istituzionale con protezione automatizzata dalle notizie e metriche psicologiche avanzate. Progettato per trader manuali e gestori di portafogli EA che richiedono il contro
Altri dall’autore
Enhanced Telegram Position Tracker MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Telegram Position Tracker — Real-Time Trade Monitoring & Reporting for MT5 The most complete Telegram reporting solution for MetaTrader 5. Every trade, every update, every alert — delivered instantly to your Telegram channel, group, and forum topics. No missed closures, no duplicates, no spam.
Chart Order Trade Manager MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Trade Manager Professional Order & Position Management Panel for MetaTrader 5 OVERVIEW Trade Manager is a professional order and position management panel for MetaTrader 5. It significantly simplifies manual order entry, automatically calculates lot size, Stop Loss and Take Profit based on the configured risk budget, and displays all relevant parameters clear
Telegram Trading Reporter MT5
Juergen Marcus Wolfgang Rosswinkel
Telegram Trading Reporter Automated Performance Reports & Chart Delivery for MetaTrader 5 OVERVIEW The Telegram Trading Reporter is a pure analysis and reporting Expert Advisor for MetaTrader 5. It does not open, close, or modify any positions. Instead, it analyzes your account's trading history, generates structured performance reports, and delivers them automatical
MT5 to Telegram Informer
Juergen Marcus Wolfgang Rosswinkel
MT5 to Telegram Signal Provider Real-Time Trade Notifications for MetaTrader 5 OVERVIEW MT5 to Telegram Signal Provider is a utility Expert Advisor for MetaTrader 5 that automatically sends trade notifications to one or more Telegram chats or channels. Every trade event on the account is captured and delivered as a formatted message in real time. The EA runs on any
Position Closure Management MT5
Juergen Marcus Wolfgang Rosswinkel
NOHEDGE Automated Hedge Manager & Risk Controller for MetaTrader 5 OVERVIEW Running grid, martingale, or manual hedging strategies means you constantly carry open buy/sell pairs that need to be resolved at exactly the right moment — before the spread widens at rollover, before a news spike blows your account, or exactly at your daily profit target. Doing that manuall
Filtro:
Nessuna recensione
Rispondi alla recensione