Trading Reporter Dashboard MT5

5
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. Balance and Live Drawdown update every second; trade statistics refresh 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 (Closed + Live floating) · 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 real 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.

  • Live Floating Drawdown — closed-trade drawdown misses underwater periods of open positions — critical for hedge, grid, and martingale strategies. The Max Drawdown card shows two values: the classic closed-trade DD on top, and a "Live" floating DD below, measured every second from ACCOUNT_EQUITY — captures the lowest point your equity reaches regardless of whether it happens at 3 AM, midday, or during a news spike. The Drawdown charts in Slot B also show "Closed MAX" and "Live MAX" side-by-side so floating DD events are visible even before any trade closes. The Live DD persists across MT5 restarts, indicator reloads, and VPS reboots via per-account storage. Reset on demand via InpResetFloatingDD.

  • Bonus & Credit Account Support — on accounts where broker credit or deposit bonus makes equity significantly larger than balance, balance-based percentages distort the picture. Enable InpUseEquityForStats to switch Return % and Drawdown % to an equity-based denominator that includes the credit/bonus capital. A $100 drawdown on a $10k equity account ($1k balance + $9k bonus) then shows as 1%, not 10%. Absolute USD figures stay unchanged.

  • 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)
   InpUseEquityForStats   —   Use ACCOUNT_EQUITY (balance + credit/bonus) as denominator for Return % and Drawdown %. For bonus accounts where equity > balance (default: false)

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)
   InpResetFloatingDD   —   Reset stored Live floating Drawdown on next start, then set back to false (default: false)
   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.44  |  fi.con Investment Group  |  MQL5 Marketplace
Отзывы 1
Herbert Steffen Posner
952
Herbert Steffen Posner 2026.05.21 11:26 
 

Sehr gutes und übersichtliches Tool. 👍

Рекомендуем также
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 - Версия 2025 249$ только для первых 5 покупателей! Live Сигнал Проверьте реальную производительность Sonic R Pro Enhanced: Торговая стратегия Sonic R Pro Enhanced — это обновленная версия классической стратегии Sonic R, которая автоматизирует сделки на основе Dragon Band (EMA 34 и EMA 89) и использует усовершенствованные алгоритмы для максимальной эффективности. Таймфреймы: M15, M30 Поддерживаемые пары: XAUUSD, BTCUSD, AUDJPY, USDJPY Стиль торговли: Свинг-трейд
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
SuperAgent v7.0 Diamond Pro - Количественный скоринг и динамический риск Описание: SuperAgent v7.0 Diamond Pro — это высокоточная адаптация продвинутого финансового алгоритма Python для MT5. Этот советник (EA) сочетает в себе   механизм количественного скоринга   и   динамическое управление рисками   для профессионального управления портфелем. Основные характеристики: Многоуровневый механизм принятия решений:   Оценивает рынок в трех измерениях: обработка сигналов с низкой задержкой, подтверж
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
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
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Limited-Time Offer: Buy Gold Neural Core, Get Any Other EA Free — For Life For a limited time, every purchase of Gold Neural Core includes a lifetime license to any other EA in my MQL5 Market lineup — your choice, no strings attached. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab
️ 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)
ЗАПУСК ПРОМО: По текущей цене будет доступно лишь очень ограниченное количество экземпляров! Окончательная цена: 999$ НОВИНКА (от 349$) --> ПОЛУЧИТЕ 1 EA БЕСПЛАТНО (для 2 номеров торговых счетов). Лучшее комбо-предложение     ->     нажмите здесь ПРИСОЕДИНЯЙТЕСЬ К ПУБЛИЧНОЙ ГРУППЕ:   Нажмите здесь   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Добро пожаловать в BITCOIN REAPER!   После колоссального успеха Gold Reaper я решил, что пришло время применить те же принципы победы к рынку биткоинов,
Amazing AI All in one EA for MT5 Overview Amazing AI Edge EA is a configurable Expert Advisor for MetaTrader 5 designed to automate trading using multiple technical indicators, flexible money management, and advanced trade management features. The EA allows traders to enable or disable individual entry filters, select the signal timeframe independently from the chart timeframe, and choose between several exit methods including fixed Stop Loss/Take Profit and step-based trailing stop. The default
Breakout scalp PRO
Cesar Napoleon Guio Martinez
Automated breakout trading system with advanced execution filters and built-in risk management. Designed to operate during selected market conditions, combining session control, spread and slippage filtering, and dynamic trade management. Safety First Approach:  This EA does not use grid systems, martingale strategies or other high-risk unlimited recovery strategy. Every position is protected with predefined Stop Loss and Take Profit levels. The strategy is designed to maintain controlled exposu
Goal Pilot
Pablo Eugenio Licon Nenclares
Goal Pilot MT5 Overview Goal Pilot is a professional Expert Advisor (EA) for MetaTrader 5 designed to help traders pursue a predefined income target while applying disciplined risk management. Unlike traditional Expert Advisors that focus solely on generating trading signals, Income Trading Bot combines automated trade execution with capital management, risk control, and progress tracking toward a user-defined financial objective. The EA continuously monitors market conditions, evaluates trading
Советник S&P 500 Scalper — это инновационный инструмент, разработанный для трейдеров, желающих успешно торговать индексом S&P 500. Этот индекс является одним из наиболее широко используемых и престижных индикаторов американского фондового рынка, включающий 500 крупнейших компаний США. Особенности: Автоматизированные торговые решения: Советник основан на передовых алгоритмах и техническом анализе, позволяющих автоматически адаптировать стратегию к изменяющимся рыночным условиям. Разносторонний п
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,
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: LaunchPad Market Expert - предназначенный для открытия торговых сделок! Это торговый робот, который использует особые инновационные и передовые алгоритмы для рассчета своих значений, Ваш Помошник в Мире Финансовых Рынков. Испольуйте наш набор индикаторов из серии SolarTrade Suite чтобы лучше выбрать момент для запуска этого робота. Проверьте другие наши продукты из серии SolarTrade Suite внизу описания. Хотите уверенно ориентироваться в мире инвестиций и фи
GOM Trade Manager
Wannapach Chinnaprapa
GOM Trade Manager helps you execute trades the way you want it. Works on all instruments Forex, Commodities, & Crypto. It helps you with lot calculations, spread addition and balance calculations so you can just focus on actual trading. For full automatic planned management, stackable triggers and spread widening protection >> check out GOM Trade Manager Pro . ------------------------------------------NOTABLE FEATURES------------------------------------------ You set everything based on bid
FREE
Оптимизирован для EURUSD Запускать на М5 Внутридневная торговля. разработан для работы с движениями цены на TimeFrame Н1 (торговля даже в отсутствие глобальной тенденции цены). Анализирует 2 или 3 TimeFrame-а. На каждом TF ЕА анализирует взаимоположение цены и средних скользящих MovingAvarage (МА) (одна или две на каждом TF). Алгоритм работы показан на скриншоте Сеты в комментах Преимущества хорошо оптимизируется для любого инструмента в любой момент рынка Возможность гибкой настройки конкретн
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
Barak Mega EA
Jorge Jovanny Hernandez Maldonado
BARAK MEGA EA  is a fully automated trading Expert Advisor designed for traders who demand total control, strategic flexibility, and advanced risk management within a single system. This EA functions as a true strategy builder , allowing you to combine multiple technical indicators and custom rules to adapt to any market, asset, or timeframe. Unlike traditional robots with fixed logic, BARAK MEGA EA features a modular architecture where every component can be independently enabled, disabled, and
FREE
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
Gold Beast Pro
Marc Henning Hruschka
Gold Beast Pro MT5 Gold Beast Pro MT5 is a professional automated trading system designed specifically for XAUUSD (Gold) on MetaTrader 5. The EA is built to operate fully automatically while maintaining stable trade execution and adaptive market behavior under different market conditions. Gold Beast Pro focuses on precision execution, intelligent market participation, and controlled risk management to provide a smooth and efficient automated trading experience. The system is optimized for trader
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
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
FREE
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
С этим продуктом покупают
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Дополнительные материалы и инструкции Инструкция по установке - Инструкция к приложению - Пробная версия приложения для демо счета Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характеристики пе
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (143)
Опыт экстремально быстрого копирования сделок с помощью Local Trade Copier EA MT5 . Благодаря простой установке в течение 1 минуты этот копировщик сделок позволяет вам копировать сделки между несколькими терминалами MetaTrader на одном компьютере с Windows или на Windows VPS с крайне быстрыми скоростями копирования менее 0.5 секунды. Независимо от того, новичок вы или профессиональный трейдер, Local Trade Copier EA MT5 предлагает широкий спектр опций, чтобы настроить его под ваши конкретные по
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 торговых функций для ручной торговли и позволяет автоматизировать большинство торговых операций. Перед покупкой вы можете протестировать демоверсию на демо-счете. Скачать пробную версию приложения для демонстрационного аккаунта: https://www.mql5.com/ru/blogs/post/750864 . Полная инструкция здесь . Торговля. Позволяет совершать торговые операции в один клик: Открыть отложенные ордера и позиции с автоматическим р
Бета-версия Telegram to MT5 Signal Trader почти готов к официальному альфа-релизу. Некоторые функции все еще находятся в разработке, и вы можете столкнуться с небольшими ошибками. Если вы заметите проблемы, пожалуйста, сообщите о них, ваша обратная связь помогает улучшать программное обеспечение для всех. Telegram to MT5 Signal Trader — мощный инструмент, который автоматически копирует торговые сигналы из каналов и групп Telegram прямо в ваш счёт MetaTrader 5 . Поддерживаются как публичные, так
Telegram to MT5 Multi-Channel Copier автоматически копирует торговые сигналы из ваших Telegram-каналов напрямую в MetaTrader 5. Никаких ботов, никаких браузерных расширений, никакого ручного копирования. Вы получаете сигнал в Telegram, и советник открывает сделку на вашем терминале за несколько секунд. Продукт включает два компонента: приложение для Windows, которое слушает ваши Telegram-каналы, и этот советник, который исполняет сигналы на терминале MT5. Также доступна версия для MT4. Руководст
================================================================================ 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
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
Trade Manager, который поможет вам быстро входить и выходить из сделок, автоматически рассчитывая риск. Включает функции, которые помогут предотвратить чрезмерную торговлю, торговлю из мести и эмоциональную торговлю. Сделками можно управлять автоматически, а показатели эффективности счета можно визуализировать в виде графика. Эти функции делают эту панель идеальной для всех трейдеров, занимающихся ручной торговлей, и помогают улучшить платформу MetaTrader 5. Многоязычная поддержка. Версия для МТ
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Профессиональный копировщик сделок для MetaTrader 5 Быстрый, профессиональный и надежный копировщик сделок для MetaTrader . COPYLOT позволяет копировать сделки Forex между терминалами MT4 и MT5 с поддержкой счетов Hedge и Netting . Версия COPYLOT для MT5 поддерживает: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Версия MT4 Полное описание + DEMO + PDF Как купить Как установить Как получить файлы жур
YuClusters
Yury Kulikov
4.93 (43)
Внимание: Ознакомиться с работой программы можно с помощью бесплатной версии  YuClusters DEMO . YuClusters это профессиональная система анализа рынка. Для трейдера открываются уникальные возможности анализа потока ордеров, объемов торговли, движения цены используя различные графики, профили, индикаторы, графические объекты. YuClusters оперирует данными на основе ленты сделок или тиковой информации, в зависимости от того, что доступно в котировках финансового инструмента.  YuClusters позволяет с
ВРЕМЕННАЯ СКИДКА  -40% !    Всего $30 вместо $50 за бессрочную версию!   Максимальный реальный дисконт! ТОЛЬКО ДО 22/08 HINN MAGIC ENTRY - лучший инструмент для входа и менеджмента позиций! Выставляет ордера через выбор уровня на графике! полное описание    ::    demo-версия    ::   60-sec-video-description Основные функции: - Рыночные, лимитные и отложенные ордера -  Автоматический подсчет лоттажа  -  Автоматический учет спреда и комиссий -  Неограниченное количество промежуточных тейков для
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:/
Trade copier MT5
Alfiya Fazylova
4.56 (50)
Trade Copier — это профессиональная утилита, предназначенная для копирования и синхронизации сделок между торговыми счетами. Копирование происходит от счета/терминала поставщика к счету/терминалу получателя, которые установлены на одном компьютере или vps. АКЦИЯ - Если вы уже приобрели "Trade copier MT5", вы можете получить "Trade copier MT4" бесплатно (для копирования MT4 > MT5 и MT4 < MT5). Для получения более подробной информации об условиях, пожалуйста, свяжитесь с нами через личные сообщени
Power Candles Strategy Scanner — самооптимизирующийся инструмент для поиска настроек по нескольким инструментам Power Candles Strategy Scanner использует тот же самооптимизирующийся движок, что и индикатор Power Candles — для всех символов в вашем Market Watch, одновременно. На одной панели отображается информация о том, какие символы в данный момент являются статистически торгуемыми, какая стратегия выигрывает на каждом из них, оптимальная пара Stop Loss / Take Profit, а также отправляется увед
Anchor Trade Manager
Kalinskie Gilliam
5 (6)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Trade Dashboard MT5
Fatemeh Ameri
4.95 (131)
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
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.
Unlimited Trade Copier Pro - это мощный инструмент для удаленного копирования сделок между несколькими счетами MetaTrader 4/MetaTrader 5, расположенными удаленно друг от друга, по сети интернет. Это идеальное решение для провайдеров сигналов, которые хотят поделиться своей торговлей с другими трейдерами по всему миру. Один поставщик может копировать сделки на неограниченное количество счетов-получателей, а один получатель также может копировать сделки неограниченного количества провайдеров. Пост
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – Всё-в-одном для умного и простого трейдинга Обзор Представьте, что вы можете просканировать весь рынок — Форекс, золото, криптовалюты, индексы и даже акции — всего за несколько секунд, без ручного просмотра графиков, сложной установки или настройки индикаторов. EASY Insight AIO — это ваш идеальный инструмент экспорта для трейдинга с поддержкой искусственного интеллекта. Он предоставляет полный снимок рынка в одном аккуратном CSV-файле — готовом к мгновенному анализу в ChatGP
Скачать рабочую демо-версию Copy Cat More (Копи Кэт Мор) — копировщик сделок (Trade Copier) MT5 — это локальный копировщик сделок и полноценная система управления рисками и исполнения, созданная для современных торговых задач. От челленджей проп-фирм (prop firm) до управления личным портфелем — он адаптируется к любой ситуации благодаря сочетанию надёжного исполнения, защиты капитала, гибкой настройки и продвинутой обработки сделок. Копировщик работает в обоих режимах — Мастер (Master, отправи
ВРЕМЕННАЯ СКИДКА  -40% ! Всего  $470 вместо $790!  Максимальный реальный дисконт! ТОЛЬКО ДО 22.08 Суть: используя юзер-интерфейс вы настраиваете параметры, которым должен соответствовать график до входа в позицию(позиции), настраиваете какие входные модели использовать, настраиваете правила по которым надо завершать торговлю и планирование. А всю рутину по наблюдению за графиком и исполнению Lazy Trader берет на себя. полное описание  :: 3 ключевых видео [1] -> [2] -> [3]  :: [ ДЕМО-ВЕРСИЯ ] Чт
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
VirtualTradePad PRO SE MT5 — профессиональный торговый центр управления для MetaTrader 5 VirtualTradePad PRO SE — это премиальная торговая панель и рабочая среда управления сделками на графике для MetaTrader 5 . Она создана для трейдеров, которым нужны более быстрое исполнение, более понятный контроль позиций, структурированное управление сделками, визуальное планирование уровней и профессиональный рабочий процесс прямо с графика. Это не просто панель BUY / SELL. PRO SE объединяет ручную торговл
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (2)
Telegram To MT5 — копировщик сигналов Превратите торговые сигналы из ваших Telegram-каналов в реальные ордера MT5 — автоматически, на любом количестве счетов, с полным контролем над риском и правилами. Telegram To MT5 связывает VIP / сигнальные каналы, на которые вы уже подписаны в Telegram, с вашим терминалом MetaTrader 5. Бесплатное приложение-компаньон для ПК читает сообщения (даже из каналов, которые не допускают ботов), а этот советник исполняет их на вашем счёте — применяя ваши настройки р
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
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
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
Premium Trade Manager - Торговая панель со встроенным коучем Premium Trade Manager помещает торгового коуча прямо в ваш график, а под ним работает полноценный движок исполнения. Настройте сделку так, как вы всегда это делаете, затем позвольте Max, вашему ИИ-наставнику по трейдингу, прочитать именно эту настройку с учётом вашего живого счёта и дать чёткое заключение до того, как вы входите: соответствует ли стоп дисциплинированному подходу, разумен ли риск, не выходит ли высоковолатильный релиз ч
Другие продукты этого автора
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
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.
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
Фильтр:
Herbert Steffen Posner
952
Herbert Steffen Posner 2026.05.21 11:26 
 

Sehr gutes und übersichtliches Tool. 👍

Ответ на отзыв