Portfolio Command Desk

Envelope monitoring for multi-EA accounts. Each magic number is watched against its own backtest; you get a traffic light on the chart and an alert only when a state changes. Includes the full free measurement layer.

What it is

You run several Expert Advisors on one account. This utility reads their closed history, groups it by magic number, and watches every system against its own backtest: a traffic light on the chart, and an alert only when a state actually changes. Underneath sits a full measurement layer - per-system statistics, combined drawdown, correlation, Monte Carlo. It never places an order.

What this adds over the free Desk

The free Portfolio Correlation Desk measures your portfolio. This one stands guard over it.

Free edition: https://www.mql5.com/en/market/product/188832

Every system is watched against its own backtest. You give each magic number two figures: the backtest maximum drawdown and the longest losing streak. The Desk turns them into thresholds and shows a traffic light on the roster - OK, WATCH, BREACH.

It speaks only when something changes. A system crossing into WATCH is one message - terminal Alert, push to your phone, e-mail, your choice. No repeats while it stays there, and one message when it recovers. Restarting the terminal does not replay old alerts.

Several terminals, one view. Run it on every MetaTrader on your VPS and let one of them aggregate the rest: one combined drawdown, one correlation matrix, one roster across all of them.

Everything the free edition measures is included and unchanged.

The envelope

The idea comes from a simple question: is this system still behaving like its backtest, or has it left that envelope?

You answer with one input line, and the syntax is printed right on the input dialog:

111=800/6;222=650/4
(magic = maxDD / maxConsecLoss)

From those two figures per system the Desk builds the thresholds:

  • WATCH when the current drawdown reaches 1.5x your reference, or the live losing streak reaches max(1.5x, +3) of your reference streak.
  • BREACH when the current drawdown reaches 2.0x the reference.
  • OK again when it comes back down - one recovery message, not a stream. A small hysteresis band keeps a value hovering at a line from flapping.

Systems without a reference simply show a grey NO REF badge. They are still measured, just not judged.

The envelope watches the CURRENT drawdown, not the all-time record - a system that recovers turns green again, which is the whole point.

It still measures

The complete free layer is inside: per-system statistics, standalone vs combined drawdown with the compression ratio, the Monte Carlo reshuffle with percentiles, and the correlation heat map on daily, weekly or monthly profit and loss. If you only want measurement, the free Portfolio Correlation Desk is that product.

Multi-terminal

Each terminal runs the same EA with a role, named in plain words on the input dialog: "this terminal only", "publish this terminal into the hub folder", or "aggregate every published terminal".

Publishers write their closed history into the shared MetaTrader folder; the hub merges every published terminal with its own trades and runs the whole analysis on the combined data. All terminals must be on the same machine or VPS - that is where the shared folder lives. The hub view refreshes within one refresh period, about 15 seconds.

The hub shows plain magic numbers, with no terminal prefix, to keep the panel readable. For efficient tracking we recommend giving EAs on different terminals different magic numbers.

Alerts always fire on the terminal that owns the system, so nothing is ever notified twice.

The panels

ROSTER - one row per system with a colored STATE cell, then the full statistics: trades, win rate, profit factor, payoff, expectancy in R, streaks, max drawdown, DD in R, net.

PORTFOLIO - the ENVELOPE line first (how many ok / watch / breach / no ref), with the balance all-time high and its age on the right. Then compression, Monte Carlo and correlation, as in the free edition.

CORRELATION - the heat map. Axis labels are drawn at a slant so full magic numbers stay readable even with forty systems on the grid.

A new balance high is one quiet notification too, with how long the previous peak stood.

Inputs

The dialog is grouped, and the envelope group carries the syntax in its own heading so you never have to look it up.

Envelope

  • refs - one line, one entry per system: 111=800/6;222=650/4 . Read it as magic = maximum drawdown / longest losing streak, both taken from that system's backtest. Spaces are fine, a trailing semicolon is fine, and a repeated magic simply overrides the earlier one. Systems you leave out are still measured; they just show a grey NO REF badge instead of being judged. Malformed entries are skipped and counted in the log so a typo never passes unnoticed.

Notifications

  • master switch for all channels - one flag to silence everything without losing your per-channel setup.
  • terminal Alert window - the pop-up inside MetaTrader.
  • push - to the MetaQuotes app on your phone. Needs your MetaQuotes ID in the terminal options; if it is missing, the log says so once.
  • e-mail - needs SMTP configured in the terminal options, same one-time note if it is not.

Multi-terminal

  • role of this terminal - three plain choices: this terminal only, publish this terminal into the hub folder, or aggregate every published terminal. Publishers write their history to the shared folder; the aggregator merges all of them with its own trades.
  • terminal label in the hub - a short name for this terminal. Left empty it uses the account number. Only used to tell published files apart, not shown on the panel.

Data

  • P/L bucketing granularity - correlate on daily, weekly or monthly results. Monthly is the default and the safest; on sparse daily buckets the empty cells pull correlations toward zero. Weekly suits accounts that trade often.
  • min closed trades per magic - systems below this count are left out of the report and out of the combined portfolio, so the comparison stays like for like. Raise it if young systems are muddying the picture.
  • include magic 0 - off by default. On most terminals that bucket holds manual trades and any EA left on its default magic.
  • labels: 111=Trend A;222=Mean Rev B - give systems names instead of numbers: 111=Trend A;222=Mean Rev B . Names appear on the roster, the heat map axis and in the alert text.
  • refresh period, seconds - how often the panel looks for new closed trades, 5 to 300. The aggregator also re-reads the published files on this beat, so it sets how fresh the combined view is.

Monte Carlo

  • reshuffles - how many times your period results are reordered, 100 to 100000. 2000 is plenty.
  • 0 = random, other = repeatable - the seed. 0 draws a random seed each run. Any other value makes the percentiles repeatable, which matters when the figure goes into a report or a comparison over time.
  • balance for the percent line - reference balance used only to express the 95th percentile drawdown as a percentage.

Panels

  • roster table, compression + Monte Carlo block, correlation heat map - turn each block on or off independently.
  • label systems S01, S02 ... - hides real magic numbers behind generic labels. Useful for screenshots and for sharing results.
  • left offset / top offset - where the panels sit on the chart, in pixels from the top left corner.
  • roster rows shown - 5 to 64. Cap it when you have more systems than you want on screen; the ones with the largest net still come first.
  • heat map max side - the largest square the grid may occupy, in pixels. The cell size follows from it.
  • skip heat map above this many systems - above this count the heat map is skipped, because the grid would need more rectangles than the chart can redraw comfortably. The other panels carry on.

Demo

  • show a stamped demo dataset while the account has no closed trades - a deterministic sample portfolio with the traffic light live on it, so you can see the product working before you have history. Every title carries [DEMO DATA]. Demo data never notifies, never writes CSV and never touches the state file. Your first real closed trade replaces it permanently.

Export

  • write PCMD_*.csv to MQL5\Files - writes the roster (including the state column) and the correlation matrix to disk on each refresh. Disabled automatically while the demo dataset is on display.

What it does not do

It never places, modifies or closes an order. It does not produce signals or predictions. It does not connect to any network or external service - the multi-terminal hub is plain files in the shared MetaTrader folder on your own machine.

Drawdowns are measured on closed trades and do not include the floating excursion of open positions. Alerts require the terminal to be running, which on a VPS it is.

Getting started

Attach to any chart. Type your references. Turn on the channels you want. If you run several terminals, pick the roles. Done - it only talks to you when a state changes.

MetaTrader 5.

Recommended products
Fvg In Fvg
Claudiu-georgian Zavera
FVG In FVG EA — From Learn to Earn. The most-watched imbalance on any chart, taken where you have not seen it before: a Fair Value Gap confirmed inside a Fair Value Gap. A GAP EVERYONE WATCHES. AN EXECUTION NO ONE ELSE HAS. The EA detects the Fair Value Gap — the 3-candle imbalance — on a higher timeframe, then requires a second FVG, formed inside the first, on the timeframes you choose. Only an overlap above your threshold validates the zone: Most Powerful Overlap FVG Zones — rigorously selec
Ticks Charting
Mativenga Geoffrey Mativenga
Tick Copier EA — Description & Usage Guide Instead of seeing the market like everybody else using time based charts, instead view the market using ticks like an x-ray. This Expert Advisor (EA) for MetaTrader 5 copies live ticks from the chart it is attached to and sends them to a custom symbol you already created (for example EURUSD TICKS ). Each time a new market tick arrives:  EA reads the current tick data from the source symbol. It copies the tick values: time bid price ask price last price
QuantumGold Matrix
Mohammed Lamine Kasmi
QuantumXAU Matrix – Smart Gold Trading EA for MetaTrader 5 QuantumXAU Matrix is a powerful, fully automated Expert Advisor specifically designed for XAUUSD (Gold) on the MetaTrader 5 platform. It follows a smart averaging strategy with controlled risk management, aiming for consistent profits through adaptive lot sizing and precise trade timing. Symbol-specific : Trades only on XAUUSD for optimized performance Automated logic : Opens positions based on market distance and profit targets
QTS Gold Guardian AI Backtest from 2015 - 2025 Institutional-grade Gold Scalper powered by Neural Network. Features Smart Hedging, Equity Protection, and Volatility Adaptation. No dangerous Martingale. QTS Gold Guardian AI is the ultimate solution for XAUUSD (Gold) scalping, designed to survive volatile market conditions. Unlike traditional scalpers that blow accounts, QTS focuses on Capital Preservation first. Key Features: Neural Network Logic: Uses advanced logic to detect micro-trends on
Boom Trader
Godbless C Nygu
Join Deriv now link on my profile>>>> Boom Trader This robot is developed to trade Boom 1000 which is available on Deriv. Boom 1000 is one of other many indices which its behaviour is to form the spike of few pips, Those spikes always happen after 1000 ticks. To avoid spikes i came up with idea of develop the robot which take sells and few buys. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. •All settings on this ro
GridTrailling
Chaianan Kraimud
Smart breakout grid EA with trailing pending orders, trailing stop, session/news filters, drawdown protection, and netting-safe execution for MT5. GridTrailingEA is a smart pending-order grid Expert Advisor with trailing pending orders, trailing stop, session filter, news-time filter, drawdown protection, and market-safe validation for MT5. GridTrailingEA is a MetaTrader 5 Expert Advisor designed for traders who want a clean and controlled grid-style pending order system. The EA places Buy Stop
Titan Backup
Elies Noah Siebenpfeiffer
Introducing Titan Backup : Are you ready to enhance your trading game with an automated system built for precision and flexibility? Meet Titan Backup , your expert trading assistant designed to capture high-profit breakouts by identifying accumulation zones . This powerful Expert Advisor (EA) excels in high-volatility markets such as the Nasdaq 100 and Crypto 10 , offering both hands-free automation and manual assistance to support your trading strategies. How Titan Backup Works: Titan Backup ru
Aureon GBPJPY
Sergio Marquez Uroz
A patient, rule-based trend system for GBPJPY — the growth profile of the Aureon series: +113% across seven years of backtest with a maximum drawdown of 8.35%. Aureon GBPJPY is a fully automated Expert Advisor for GBP/JPY. It trades long-only on M15, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit plus a trailing stop that locks in profit as the trade advances. It was developed with   walk-forward (out-of-sample) validation   to redu
Click Sent Order
Supanat Wiboonpanit
This program is a GUI for issuing orders that can be done more quickly. Faster TP SL setting This program is not an automated trading platform. Trading is risky, please manage your risk. We do not accept any responsibility. It should be tried with Demo before using it with Real. Normally, the setting sets the risk to 1:1 to shift manually or to enter the risk to x:1, where x can be entered and everything can move freely. Thank you to all customers who have purchased our products. We would like t
Orydax Zenvar
Pablo Orcaray Lopez
Orydax Zenvar — XAUUSD Expert Advisor for MetaTrader 5 Turn a demanding market routine into a clear, automated process. Orydax Zenvar is a daily gold level strategy for MetaTrader 5, with XAUUSD D1 as the recommended starting setup. It follows the market continuously, waits for a qualified gold level inside its daily market and risk context, and handles the trading workflow when its confirmation process is complete. It is designed for users seeking selective daily gold automation: traders who va
BlackVault AI EA
Anton Vizzhachii
5 (1)
BLACKVAULT EA — Automated Gold Trading System XAUUSD M5 | Expert Advisor for MetaTrader 5 BlackVault is not another grid system or martingale dressed up in a nice wrapper. It is a structured trading system for gold, built on a principle we place above raw performance: risk control comes before performance. Inside the EA is logic built around Opening Range Breakout (ORB) patterns, adaptive ATR and spread filtering , and a dynamic risk module that evaluates market conditions before each entry, not
Dark Gold MT5
Marco Solito
4.55 (100)
Dark Gold  is a fully automatic Expert Advisor for  Scalping   Trading on Gold , Bitcoin , Eurusd and Gbpusd. This Expert Advisor needs attention, in fact presents highly customizable. Dark Gold is based on   Dark Support Resistance mt5  indicator   (owning it is not necessary) , these Trades can be manage with some strategies. If you   Buy this Expert   Advisor you can   write a feedback   at market and   get Dark Support Resistance indicator for Free , for More info contact me The basic strate
Trend Pyramid v5.00 | Gold XAUUSD Floating‑Profit Pyramid EA   This floating‑profit pyramid gold EA only adds positions after existing orders generate floating profit, avoiding blind position‑adding under loss conditions. It adopts EMA20 plus ADX24 dual‑indicator filter to filter false oscillation signals and reduce invalid order openings. Multiple hard risk controls are built‑in to protect your account.   Core advantages   1. Add positions only on floating profit, no position‑adding at loss: a
Gann Gold EA MT5
Elif Kaya
4.5 (8)
- Final real price is 1000$ - Discount and price is 199$ (Next price is 300$),  Price will be increased after 2 purchase. Welcome, Gold GANN Expert opens automatically trade with Highly profit, Fixed small Stop loss. - Lifetime update free No Martingale, No Grid, No Scam I am focused on help my clients, not just earn. The Gann Gold EA is High safety by small fix Stop Loss, which sets trades based on good risk to reward ratio(1:3). It is fully worked on exploiting the volatility of the Gold mark
SuperTrend AI Clustering EA
Michael Prescott Burney
SuperTrend AI Clustering Expert Advisor for MetaTrader 5 SuperTrend AI Clustering is an adaptive trend-following Expert Advisor for MetaTrader 5 designed to adjust itself to changing market conditions. Instead of using one fixed SuperTrend multiplier, the EA evaluates multiple factor values at the same time, measures their recent performance, applies K-Means clustering, and selects the factor group that is currently performing best. This creates a dynamic SuperTrend model that can respond to dif
Harness institutional strategies with Institutional VWAP Reversal EA: Capture reversals via VWAP deviation bands, volume spikes, and 200 EMA trend filter. Targets 5% monthly profit with 5% max daily DD, including profit caps, breakeven SL, and signal reversal options—ideal for prop-trading challenges. Customize TP/SL by percentages, RR, or candles; trade with trend or both sides. Optimized for forex majors and gold, with time-restricted execution for low-risk, reliable automation in volatile mar
CyberTrade Gold Compound Pro is an institutional-grade, fully automated Trend-Following trading robot engineered specifically for high-volatility financial instruments, with a primary optimization matrix tuned for Gold (XAUUSD). Powered by a synchronized multi-timeframe correlation engine, this Expert Advisor isolates precise market structural waves to deploy strategic market orders, making it an ideal asset growth solution for global production stable masters. Core Trading Strategy The EA
The Daily Ranger USTEC Ultimate EA is an intraday trading system designed to capture the full potential of the Nasdaq index's (also known as USTEC, US100, NAS100, NQ100) distinctive intraday volatility. The EA trades during the New York trading sesssion taking maximum 2 high quality intraday trades with SL and TP all the time. NO GRID, NO MARTINGALE, NO ADDING TO LOSERS The EA is tested with real tick data, the most accurate way to test an EA. Choose your preferred Risk Per Trade, and watch our
NexusPilot Core is an MT5 EA Manage and Prop Firm Control tool designed for traders who run multiple Expert Advisors, manual trades, or funded account challenges. It is not a signal indicator or trading strategy. Its main purpose is to help you supervise your account, control EA activity, and reduce the risk of breaking prop firm rules. With one centralized dashboard, NexusPilot Core monitors drawdown, Magic Numbers, EA exposure, pending orders, no-SL trades, margin level, floating loss, tradi
AutoSLTP for Scalpers
Aaron Nii Amartey Donkor
SL$TPauto Expert Advisor SL$TPauto automatically manages Stop Loss (SL) and Take Profit (TP) levels for all trades on a specific symbol. This Expert Advisor scans whatever chart it's placed on and works based on that chart's symbol, functioning independently across multiple charts simultaneously. Key Features: Automatically places Stop Loss (SL) and Take Profit (TP) for all open trades on the current chart symbol Applies the same Stop Loss (SL) and Take Profit (TP) settings to any new trades as
Forex Strike EA
Abderrahmane Benali
FOREX Strike EA – Discipline Meets Opportunity FOREX Strike EA is an intelligent automated trading system built to bring structure, control, and consistency to the Forex market. Designed with modern MQL5 standards, it focuses on precision execution and disciplined awareness rather than aggressive exposure. By combining smart order placement with adaptive money management, the system engages the market only when conditions align—allowing you to trade with confidence, not emotion. Operating withi
Monthly Burst Usdjpy
Kenichiro Sakamoto
MONTHLY BURST USDJPY EA — High-Variance Fixed-Lot Burst (High Risk) IMPORTANT — attach the EA to a USDJPY H1 chart. The strategy reads that timeframe; on any other chart it will simply place no trades. If you are testing the free demo in the Strategy Tester, set the symbol and timeframe to USDJPY H1 or you will see zero trades. IMPORTANT RISK WARNING: This is a high-variance, high-risk product designed to chase strong monthly bursts on USDJPY with fixed lots and a re-deposit assumption. It can
Pro Scalping Tool
Mohammad Nazmul Hassan
### **ProScalpingToolEA.mq5 Analysis & Description** **Overview:**   The `ProScalpingToolEA.mq5` script is an Expert Advisor (EA) for MetaTrader 5, designed to assist with automated trading. It includes features for placing, managing, and monitoring trades. --- ### **Key Functionalities:** 1. **Trade Execution & Management:**    - Uses the `CTrade` class from `Trade.mqh` to manage trading operations.    - Allows placing buy and sell orders with a configurable lot size.    - Trades are iden
Lions Roar Trend Strength Grid EA
AL MOOSAWI ABDULLAH JAFFER BAQER
The trading limiter that stops you from breaking your own daily loss and trade limits. • Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Most grid robots start the same way: price moves two hundred points, so the first order opens. It does not ask whether the market was going
Dynamic RSI Guardian – Precision Trading with Full Risk Management Dynamic RSI Guardian is a professional algorithmic trading system designed for traders who value consistent performance, strict risk control, and flexibility . Built with advanced pip-based calculations and intelligent RSI-driven filters, it ensures every trade follows strict rules to minimize risk while maximizing opportunities. Key Features: Smart Entry System • RSI-based multi-filter confirmation • Detects high-probability
FREE
Bitcoin White Hat Hacker
Thomas Bradley Butler
Optimize before use in back test or live for better results for you  and don't forget to account for spreads and slippage in optimization. This Expert is for 1 minute charts trading BTC/USD.  Bitcoin on 1 minute use MACD, CCI and RSI for entry and exit logic.  This EA was back tested and traded out of sample.  Each trade has a stop loss and take profit.   BTC compared to the indexes and Gold have huge differences, look at the example of traditional investing vs. Bitcoin.  Yellow line represents
XAU NINE PALACE CHI MATRIX  Ancient Martial Arts Spatial Geometry Applied to Gold Trading XAU Nine Palace Chi Matrix is an elite algorithmic trading system built exclusively for Gold (XAUUSD). Based on the profound Nine-Palace Chi Mapping Theory, the EA divides the market into a dynamic 3x3 spatial grid. It reads the "Chi" (Volume & Momentum Flow) in real-time.  If the central palace faces a heavy onslaught, the AI instantly dodges the impact and ambushes the market from its blind spots (Bac
Overview Breakout Meter is a price action tool that identifies key breakout zones based on recent daily price activity. It highlights areas where momentum is likely to trigger, helping traders anticipate breakouts or reversals with minimal configuration. How It Works The EA analyzes a user-defined number of recent daily candles and marks high and low zones where price has shown strong reactions. It automatically updates levels with new data and removes outdated zones to keep charts clear. Users
Product Name Scalper M1 Gold AI By June Short Description AI-powered Gold scalping EA for M1 timeframe. Fast, precise, and fully automated with adaptive learning system. Full Description Scalper M1 Gold AI Learning By June is a next-generation Expert Advisor designed for high-speed scalping on XAUUSD (Gold) using the M1 timeframe . Built with an advanced AI Learning Engine , this EA continuously analyzes market behavior, adapts to changing conditions, and executes trades with precision
This strategy is use differences between moving avarages and supported by the RSI. It can be used semi-automated trading systems, hedging, and the pair tradings. In pair tradings ı used this strategy  for a long time to looking for good long and short opportunities. Key Features: Smart Moving Average Spreads : Harness the dual strategy of EMA and SMA to adapt dynamically to market trends, ensuring timely and accurate trade entries. RSI-Based Momentum Analysis : Capitalize on RSI-driven signals
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (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 (676)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, crypto, or future
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (5)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) 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 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
Telegram to MT5 MultiChannel Copier
Sergio Marquez Uroz
4.46 (13)
Telegram to MT5 Multi-Channel Copier   automatically copies trading signals from your Telegram channels straight to MetaTrader 5. No bots, no browser extensions, no manual copying. A signal arrives in Telegram and the EA opens the trade in your terminal within seconds. And before you copy a channel, the built-in backtester shows you what that channel would have done in your account. The product has two components: a Windows application that listens to your Telegram channels, and this Expert Advi
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Application instructions + video instructions: https://www.mql5.com/en/blogs/post/772292 Trial version of the application for a demo account: https://www.mql5.com/en/blogs/post/750865 How to install the application: https://www.mql5.com/en/blogs/post/756239 How to test the application in visual mode: https://www.mql5.com/en/blogs/post/7
================================================================================ 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
Premium Trade Manager - The Trade Panel With a Coach Built In Series price: 89 USD until Sunday, 13 September 2026, then 111 USD again. The setup was the easy part. By the third order of the morning the lot size gets worked out in your head, the stop lands where the hand stops, and the numbers due in forty minutes sit in a tab you closed at breakfast. Premium Trade Manager takes that off you: one click sends the order at the size your risk allows, entry, stop and target as draggable lines and th
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 Overfitter
Stephen J Martret
5 (1)
That backtest looks great. But will it still be making money tomorrow, next week, next month? EA Overfitter re-runs your EA on 100 price histories it has never seen. One score tells you if the edge is real. A backtest tells you what an EA did on one price history — the one that happened to occur. What you cannot tell from it is how much of that result was the strategy and how much was the particular path. EA Overfitter answers that. It builds up to 100 synthetic price histories your EA has n
MT5 to Telegram Signal Provider turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ]     New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
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
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the "Grid manual" will automatically create a grid of orders for it and will accompany it until the close. F
Anchor Trade Manager
Kalinskie Gilliam
5 (9)
Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on your account than you in
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
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.
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Trade Indicator Assistant   is a powerful MT5 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator:   After purchasing Trade Indicator Assistant, contact me to receive   Trade Signal Pro   completely free as a bonus indicator. [Download Demo V
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus is an advanced trade management tool designed to enhance your trading efficiency and effectiveness on the MetaTrader 5 platform. It offers a comprehensive suite of features, including risk calculation, order management, advanced grid systems, chart-based tools, and performance analytics. Key Features 1. Recovery Grid Implements an averaging and flexible grid system to manage trades during adverse market conditions. Allows for strategic entry and exit points to optimize trade recovery
This Expert Advisor waits a position to be opened, no matter if you open manually or with the EA buttons or eventually via mobile: it creates a Grid in Anti Martingale with pending stop orders in the same direction of the first position. You can specify the number of orders, the size and the distance between the orders. You can also adjust the Monetary Target of the Grid, the monetary Stop Loss, the Intermediate Target (when reached the EA insert an order with opposite direction of the total pos
Trump Shock Guard
Thomas Christoph Lipka
TRUMP SHOCK – Real-Time Market Protection for MT5 TRUMP SHOCK is a MetaTrader 5 risk-management utility designed to react to sudden market-moving news and unexpected volatility. Markets such as Gold, Oil and USD-related instruments can move within seconds following major political statements or breaking news. TRUMP SHOCK monitors important Truth Social posts and general breaking news and can automatically trigger predefined protective actions in MetaTrader 5 — helping you reduce unwanted exposur
Assistant: Trade Assistant-MT4 (click to download) Trade Assistant-MT5 (click to download) Please read the operating instructions carefully. Basics: Quick opening and closing of positions, one-click opening and closing of positions, one-click placing of orders Draw-Line Trade Auto sl/tp Close By Symbols Profit Protected Move SL Protect Trailing SL Account RiskControl Order's Shadow Auto-Add Orders Auto-Close Orders Close ReOpen Symbols Infomation Chats Open Data Statistics Support language
Copy your MT5 trades to Interactive Brokers You keep using MT5. Every order you open or close is sent to your IB account. In real time. No coding. No changes to your strategy or EA. Try it first Rent 1 month: $30. Test on a live or paper account. What it does Real-time copying: same direction, reverse, or one side only. Map any MT5 symbol to any IB symbol. Set a lot ratio for each. Forex, Futures, Stocks, CFDs, Metals and Crypto. Position sync: both accounts checked, any difference fixed. Optio
EchoTrade Telegram to MT5 Copier
Perpetual Chinemerem Vincent
5 (2)
EchoTrade Telegram to MT5 Copier Seamless, Instant, and Reliable Signal Copying - Direct from Telegram to MetaTrader 5! The product does not run in the strategy tester but you can get free trial version here  for testing before purchase. Tired of manually executing trades from Telegram signals? EchoTrade automates the process, instantly copying trades from any Telegram channel or group directly into your MT5 account—accurately, efficiently, and without delay. Key Features: Universal Compatibi
Ultimate Extractor
Clifton Creath
5 (8)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
AI Agents Supervisor
Ho Tuan Thang
5 (1)
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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 unique data streams. The Supervisor r
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
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
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
More from author
Three institutional lenses. One deterministic engine. Most tools show you one dimension of the market. This indicator fuses the three that professionals cross-check constantly — and makes them talk to each other on a single chart: WHERE — Session Volume Profile. Per-session horizontal profiles with POC, VAH/VAL and a shaded Value Area, split into buying vs. selling pressure. You see the levels the market has actually accepted — and the thin air pockets it hasn't. WHEN — CVD Pressure Divergence.
FREE
Read-only analytics for accounts running several EAs. Groups your closed trades by magic number and measures how much of their combined risk actually cancels out. Free measurement edition. The monitoring and alerting edition is Portfolio Command Desk:  https://www.mql5.com/en/market/product/188884 The problem You run five Expert Advisors. Each backtest looked fine on its own. But the account does not trade five systems, it trades one portfolio, and no report in MetaTrader tells you how those sys
FREE
Hard limits for prop firm and challenge accounts Prop firm rules are not suggestions. Breach the daily loss limit by one dollar and the account is gone, whatever the equity curve looked like an hour earlier. The problem is that the rule lives on the firm's server while your positions live in your terminal, and nothing in MetaTrader 5 connects the two. Prop Firm Circuit Breaker sits on one chart and watches the whole account. The name is literal: an exchange halts trading when a threshold is bre
FREE
Start with the loss, not the profit. First decide how deep a drawdown you are willing to sit through — 5-10%, 20-30%, or more — and then let the system go after returns inside that limit. That is the order Veteran Army FX works in. And because no one knows which pair will produce the next real move, it keeps watch over eleven of them at once on the H4 timeframe, both directions, instead of betting the account on a single chart. At a glance Markets: 13 FX pairs, long and short, on the H4 timefram
Volume Trio Multi is a three-layer market-structure tool for MetaTrader 5: session Volume Profile (POC, VAH/VAL, Value Area), a CVD volume-pressure histogram with a strict Regular divergence engine, and anchored VWAP with standard-deviation bands — extended with a watchlist scanner that runs all three across the symbols in your Market Watch. This is the Pro edition of my free indicator, Volume Trio. The base engine is identical, so this page describes only what Pro adds. For the three layers the
Start with the loss, not the profit. First decide how deep a drawdown you are willing to sit through — and then let the system go after returns inside that limit. That is the order Veteran Army Gold works in. And because gold does not move the way currencies move, it works the market one price level at a time, buying and selling, instead of betting the account on a single idea. The same discipline behind Veteran Army FX, applied to a single market that behaves like nothing else. At a glance Mark
Start with the loss, not the profit. First decide how deep a drawdown you are willing to sit through — 5-10%, 20-30%, or more — and then let the system go after returns inside that limit. That is the order Veteran Army Nasdaq works in. And because no one knows when the index will make its next real move — or in which direction — it stands ready on both sides of one market, with many independent systems instead of one confident bet. At a glance Market: US Tech 100 index, long and short, on the H1
Filter:
No reviews
Reply to review