Portfolio Command Desk

  • Утилиты
  • Seckin Erkut
    Seckin Erkut
    Algo Trading Systems Developer. I develop strategies and portfolios not by hypes but from solid academic literature.

    I put my money where my mouth is, be sure to check the performance of my EAs through my signals.
  • Версия: 1.0
  • Активации: 10

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.

Рекомендуем также
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
- Final real price is 999$ - Discount and price is 99$ (Next price is 200$),  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 market
QTS Gold Guardian AI Институциональный скальпер золота на основе нейронной сети. Включает в себя интеллектуальное хеджирование, защиту капитала и адаптацию к волатильности. Без опасного мартингейла. QTS Gold Guardian AI — это идеальное решение для скальпинга XAUUSD (золото), разработанное для работы в условиях высокой волатильности рынка. В отличие от традиционных скальперов, которые теряют средства, QTS в первую очередь фокусируется на сохранении капитала. Ключевые особенности: Логика н
SHENLONG HYBRID-OVERLAP MECH   Yin-Yang Hedging & Dynamic Recovery Rescue Module    Shenlong Hybrid-Overlap Mech is an advanced multi-functional Expert Advisor inspired by the Chinese Divine Dragon "Shenlong," the bringer of miracles and weather control. This EA is designed not only to generate consistent profits through Yin-Yang Hedging but also to perform "Miracle Rescues" on your blowing accounts. If you have trades from other EAs or manual trades that are currently stuck in massive drawdow
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
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
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
X Hunter Pro — это экспертный советник нового поколения для MetaTrader 5 , работающий на базе GPT-4o AI и предназначенный для интеллектуального анализа рынка в реальном времени и принятия более эффективных торговых решений. Это не просто автоматический торговый робот — X Hunter Pro представляет собой полноценную AI-поддерживаемую торговую систему , объединяющую продвинутую автоматизацию, анализ рыночного поведения и динамическое управление корзинами сделок в одном мощном инструменте. Советник сп
BlackVault AI EA
Anton Vizzhachii
5 (1)
BLACKVAULT EA — Автоматическая торговая система для золота XAUUSD M5 | Советник для MetaTrader 5 BlackVault — это не очередная сеточная система или мартингейл, спрятанный за красивой оболочкой. Это структурированная торговая система для золота, построенная на принципе, который мы ставим выше чистой доходности: контроль риска важнее результатов. Внутри советника находится логика, построенная вокруг паттернов Opening Range Breakout (ORB), адаптивной фильтрации ATR и спреда, а также динамического м
Dark Gold MT5
Marco Solito
4.52 (98)
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
Hurry Up ! ONLY 5 COPIES OUT OF 20 LEFT AT $399! After that, the price will be raised to $599. EA will be sold in limited quantities to ensure the rights of all customers who have purchased. MeanRev Master - Gold, Crypto & Forex Edition Simple, Smart & Powerful: Turn Volatility into Profit. MeanRev Master is a high-performance trading bot designed specifically for Gold (XAUUSD) , Crypto (BTC/ETH) , and Major Forex Pairs . Unlike rigid bots that force one setting on everything, this EA is F
THE GOLD PRINTER — Multi-Strategy XAUUSD Expert Advisor Stop guessing. Start printing. The Gold Printer is a fully automated, multi-strategy trading system engineered exclusively for XAUUSD (Gold) on MetaTrader 5. Built on 8 independent strategies that adapt to different market conditions — trends, breakouts, news spikes, liquidity sweeps, and Asian range mean reversion — this EA does what most others can't: trade gold profitably across all market regimes . ️ No Martingale. No Grid. No Hidden
Советник SuperTrend AI Clustering для MetaTrader 5 SuperTrend AI Clustering — это адаптивный трендовый советник для MetaTrader 5, разработанный для автоматической подстройки под изменяющиеся рыночные условия. Вместо использования одного фиксированного множителя SuperTrend, советник одновременно анализирует несколько значений факторов, оценивает их недавнюю эффективность, применяет кластеризацию K-Means и выбирает группу факторов, которая показывает наилучшие результаты. Это создает динамическую
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
Используйте институциональные стратегии с помощью Institutional VWAP Reversal EA: фиксируйте развороты с помощью полос отклонения VWAP, всплесков объема и фильтра тренда 200 EMA. Цель — 5% ежемесячной прибыли с максимальным дневным DD 5%, включая ограничения прибыли, SL без убытков и опции разворота сигнала — идеально подходит для задач проп-трейдинга. Настраивайте TP/SL по процентам, RR или свечам; торгуйте по тренду или в обе стороны. Оптимизировано для основных валют и золота, с ограничением
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 – 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
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
Динамический RSI Guardian – Точная торговля с полным управлением рисками Динамический RSI Guardian – это профессиональная алгоритмическая торговая система, разработанная для трейдеров, которые ценят стабильную производительность, строгий контроль рисков и гибкость. Построенная на основе передовых расчетов в пунктах и интеллектуальных фильтров на основе RSI, она гарантирует, что каждая сделка следует строгим правилам для минимизации рисков при максимальном использовании возможностей. Ключевые
FREE
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 spo
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
This EA performs with a Hedging strategy by which Buy and Sell signals are from the MACD indicator.... The lot sizes in the input are Custome for you to adjust as you pleased, so you are able to improve your hedging style. Inputs. Close Money-   this option is basically the take profit in ($), for example if you set the close money at $20 the   EA  will automatically close all trades when your overall profit is $20. Nearby Hedge Pips-   this basically determine the   distance of pips  between yo
С этим продуктом покупают
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Дополнительные материалы и инструкции Инструкция по установке - Инструкция к приложению - Пробная версия приложения для демо счета Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характеристики пе
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
TradePanel MT5
Alfiya Fazylova
4.88 (164)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 торговых функций для ручной торговли и позволяет автоматизировать большинство торговых операций. Перед покупкой вы можете протестировать демоверсию на демо-счете. Скачать пробную версию приложения для демонстрационного аккаунта: https://www.mql5.com/ru/blogs/post/750864 . Полная инструкция здесь . Торговля. Позволяет совершать торговые операции в один клик: Открыть отложенные ордера и позиции с автоматическим р
Бета-версия Telegram to MT5 Signal Trader почти готов к официальному альфа-релизу. Некоторые функции все еще находятся в разработке, и вы можете столкнуться с небольшими ошибками. Если вы заметите проблемы, пожалуйста, сообщите о них, ваша обратная связь помогает улучшать программное обеспечение для всех. Telegram to MT5 Signal Trader — мощный инструмент, который автоматически копирует торговые сигналы из каналов и групп Telegram прямо в ваш счёт MetaTrader 5 . Поддерживаются как публичные, так
================================================================================ 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
Power Candles Strategy Scanner — самооптимизирующийся инструмент для поиска настроек по нескольким инструментам Power Candles Strategy Scanner использует тот же самооптимизирующийся движок, что и индикатор Power Candles — для всех символов в вашем Market Watch, одновременно. На одной панели отображается информация о том, какие символы в данный момент являются статистически торгуемыми, какая стратегия выигрывает на каждом из них, оптимальная пара Stop Loss / Take Profit, а также отправляется увед
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
Trade Manager, который поможет вам быстро входить и выходить из сделок, автоматически рассчитывая риск. Включает функции, которые помогут предотвратить чрезмерную торговлю, торговлю из мести и эмоциональную торговлю. Сделками можно управлять автоматически, а показатели эффективности счета можно визуализировать в виде графика. Эти функции делают эту панель идеальной для всех трейдеров, занимающихся ручной торговлей, и помогают улучшить платформу MetaTrader 5. Многоязычная поддержка. Версия для МТ
Premium Trade Manager - Торговая панель со встроенным коучем Premium Trade Manager помещает торгового коуча прямо в ваш график, а под ним работает полноценный движок исполнения. Настройте сделку так, как вы всегда это делаете, затем позвольте Max, вашему ИИ-наставнику по трейдингу, прочитать именно эту настройку с учётом вашего живого счёта и дать чёткое заключение до того, как вы входите: соответствует ли стоп дисциплинированному подходу, разумен ли риск, не выходит ли высоковолатильный релиз ч
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:/
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
MT5 to Telegram Signal Provider — это простой в использовании полностью настраиваемый инструмент, который позволяет отправлять определённые сигналы в чат, канал или группу Telegram, превращая вашу учётную запись в провайдера сигналов . В отличие от большинства конкурирующих продуктов, он не использует импорт DLL. [ Демо ]   [ Руководство ] [ Версия MT4 ] [ Версия для Discord ] [ Канал в Telegram ]  New: [ Telegram To MT5 ] Настройка Доступно пошаговое руководство пользователя . Никаких знаний A
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.
ВРЕМЕННАЯ СКИДКА  -40% ! Всего  $470 вместо $790!  Максимальный реальный дисконт! ТОЛЬКО ДО 22.08 Суть: используя юзер-интерфейс вы настраиваете параметры, которым должен соответствовать график до входа в позицию(позиции), настраиваете какие входные модели использовать, настраиваете правила по которым надо завершать торговлю и планирование. А всю рутину по наблюдению за графиком и исполнению Lazy Trader берет на себя. полное описание  :: 3 ключевых видео [1] -> [2] -> [3]  :: [ ДЕМО-ВЕРСИЯ ] Чт
YuClusters
Yury Kulikov
4.93 (43)
Внимание: Ознакомиться с работой программы можно с помощью бесплатной версии  YuClusters DEMO . YuClusters это профессиональная система анализа рынка. Для трейдера открываются уникальные возможности анализа потока ордеров, объемов торговли, движения цены используя различные графики, профили, индикаторы, графические объекты. YuClusters оперирует данными на основе ленты сделок или тиковой информации, в зависимости от того, что доступно в котировках финансового инструмента.  YuClusters позволяет с
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – Всё-в-одном для умного и простого трейдинга Обзор Представьте, что вы можете просканировать весь рынок — Форекс, золото, криптовалюты, индексы и даже акции — всего за несколько секунд, без ручного просмотра графиков, сложной установки или настройки индикаторов. EASY Insight AIO — это ваш идеальный инструмент экспорта для трейдинга с поддержкой искусственного интеллекта. Он предоставляет полный снимок рынка в одном аккуратном CSV-файле — готовом к мгновенному анализу в ChatGP
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
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro - это мощный инструмент для удаленного копирования сделок между несколькими счетами MetaTrader 4/MetaTrader 5, расположенными в разных местах, по сети интернет. Это идеальное решение для провайдеров сигналов, которые хотят поделиться своей торговлей с другими трейдерами по всему миру. Один поставщик может копировать сделки на множество счетов-получателей, а один получатель может копировать торговлю множества провайдеров. Поставщик также может установить время истечения подписки
Active Lines
Yury Kulikov
5 (2)
Внимание :  Демо-версию для ознакомления и тестирования можно скачать здесь .  Демо-версия не позволяет совершать торговые операции и может быть запущена только на одном графике. Active Lines - мощный профессиональный инструмент для работы с линиями на графике. Active Lines предоставляет широкий набор действий для событий, связанных с пересечением ценой линий. Например: оповестить, открыть/модифицировать/закрыть позицию, разместить/удалить отложенные ордера. Active Lines позволяет к одной линии
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
Signal TradingView to MT5 Pro Automator Мгновенное профессиональное исполнение между TradingView и MetaTrader 5 Автоматизируйте свою торговую стратегию с помощью самого надежного моста связи между алертами TradingView и реальным исполнением в MT5. Разработанный для трейдеров, которым требуются скорость, гибкость и безупречное управление рисками, этот советник (Expert Advisor) превращает любое сообщение с алертом в точный рыночный или лимитный ордер. ПРЕИМУЩЕСТВА И СИЛЬНЫЕ СТОРОНЫ Универсальный д
Astro Trade MT5
Indra Maulana
5 (1)
AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
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
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
Unlimited Trade Copier Pro - это мощный инструмент для удаленного копирования сделок между несколькими счетами MetaTrader 4/MetaTrader 5, расположенными удаленно друг от друга, по сети интернет. Это идеальное решение для провайдеров сигналов, которые хотят поделиться своей торговлей с другими трейдерами по всему миру. Один поставщик может копировать сделки на неограниченное количество счетов-получателей, а один получатель также может копировать сделки неограниченного количества провайдеров. Пост
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual — это торговая панель для работы с сеточными стратегиями. Утилита универсальная, имеет гибкие настройки и понятный интерфейс. Работает с сеткой ордеров не только в сторону усреднения убытков, но и в сторону наращивания прибыли. Трейдеру не нужно создавать и сопровождать сетку ордеров, это сделает утилита. Достаточно открыть ордер и Grid manual автоматически создаст ему сетку ордеров и будет сопровождать его до самого закрытия. Полная инструкция и демо-версия здесь . Основные особенно
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
Trader Evolution
Siarhei Vashchylka
5 (7)
"Trader Evolution" - Утилита, предназначенная для трейдеров, которые используют в своей работе волновой и технический анализ. Одна вкладка утилиты способна управлять капиталом и открывать ордера, а другая - помогать в построении волн Эллиотта, уровней поддержки и сопротивления, а также линий тренда. Инструкция/Мануал ( Обязательно читайте перед приобретением ) | Версия для МТ4 Преимущества 1. Торговля в несколько кликов. В панели доступны немедленные и отложенные ордера 2. Управление капиталом
Forex Analyzer Pro Панель аналитики торгового счета MT5 Forex Analyzer Pro — это веб-платформа для аналитики торговли, разработанная для пользователей MetaTrader 5. Forex Analyzer Pro синхронизирует активность счета из MetaTrader 5 и организует торговую информацию в инструменты аналитики, отчетности, мониторинга и ведения журнала через структурированную панель управления. Платформа позволяет пользователям получать доступ к своей торговой панели через поддерживаемые веб-браузеры на настольных ком
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
Другие продукты этого автора
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
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
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
Начните с убытка, а не с прибыли. Сначала решите, насколько глубокую просадку вы готовы пережить — 5-10%, 20-30% или больше — и только затем позвольте системе искать доход внутри этого предела. Именно в таком порядке работает Veteran Army FX. И поскольку никто не знает, какая пара даст следующее по-настоящему крупное движение, советник одновременно наблюдает за одиннадцатью парами на таймфрейме H4, в обе стороны, вместо того чтобы ставить весь счёт на один график. Кратко Рынки: 11 валютных пар,
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
Фильтр:
Нет отзывов
Ответ на отзыв