Advanced Optimization Report

Are you optimizing your trading strategies? Use the advanced and more visual representation of optimization results with the benefits of interactive HTML pages. Examples and detailed instructions.

Here are some of the benefits:

  • Easy-to-understand graphs.
  • Filters by any criterion and threshold (min/max). In MT5, there are only 5 of them.
  • 43 optimization criteria instead of 8. All the criteria recorded in .opt files are available.
  • If you have access to the EA code, you can add balance and equity graphs for each pass and 38 custom optimization criteria (Sharpe ratios, Sortino ratios, mathematical expectation in pips, standard deviation, Z-score, Money Compounding, LR Standard error, LR Correlation, R2, Profit Stability, Deviations from Line, and other criteria. You can also add custom criteria that you have programmed yourself).

This report should be seen by anyone who is optimizing their trading strategies.

Advanced Optimization Report MQL5 public chat.

In MT5, there are only 5 filters for the thresholds selected by the developers.
In the "Advanced Optimization Report" you can apply filters to all parameters and criteria. You can apply >= and/or <= (min, max) filters to any threshold. When you enter a value and press Enter or when you lose focus from the input field, the results table will be rebuilt, the graphs will be redrawn, and the statistics will be recalculated. Only the remaining rows will be used in the new calculation.

1D charts

The charts for the optimized parameters are made more easy to understand.

MT5 - shows the values in the form of points spaced along the x-axis, i.e. separately. It is difficult to compare the values of parameters that are located from each other at a distance of 100-1000 pixels.

Advanced Optimization Report - shows all the lines on one chart in one scale, but in different colors, so they can be distinguished from each other and compared. An example on the logo and on the first screenshot.

Advantages:

  1. For each line, its average value is shown as a dotted horizontal line.
  2. To view specific parameter values in detail, you can filter them. For example, you can select SL above 100 or below 1000, or between 100 and 500, and the charts will be redrawn to display only the selected values.
    This is especially useful if you have more than 10 different values. MT5 does not provide this feature.
  3. Similarly, you can apply filters to any optimization criterion. For example, you can set the profit to be greater than 1000, the number of trades to be greater than 100, and the drawdown to be less than 10%. This is very convenient.
  4. In MT5, you can only view the optimized parameters one at a time. Here, you can view all of them at once, which is also convenient for analysis.
  5. Each chart can be enlarged for detailed examination.

2D charts

Insteead of a mosaic with colored rectangles, mini-charts are drawn. The first parameter in a pair is represented by one of the colored lines (for example, there are 4 lines in total), and the second parameters are separated by vertical dotted lines on the X-axis (for example, there are 6 columns). In total, there are 4 lines in 6 columns = 24 mini-charts. In MT5, this is drawn as 24 colored rectangles.

Statistics of the optimized parameters:

Under the 1D and 2D charts, there are buttons labeled "Show Min/Max/Avg/Med." If you click on these buttons, you will see tables with statistics for the currently selected optimized parameter or evaluation criterion.
You will see the maximum, average, median, minimum value, and the number of passes with it. The rows are sorted by Average.

Detailed report

It receives optimization data from the .opt file, which contains a lot of information that you don't see in the MT5 optimization report.
It displays 8 standard strategy optimization criteria, similar to MT5.
Additionally, it shows 33 other strategy evaluation criteria, which you can only see in the MT5 report after a single test. The "Advanced Optimization Report" will show you everything before running a single test.
It also includes 2 parameters that can be calculated from the others: GHPR = (BalanceClose / BalanceOpen)^ (1/Deals) and Gross ratio = Gross profit / (Gross profit + Gross loss) * 100%.

Additional control buttons are located below the detailed report table:

  • If you click on the "Edit Columns" button, you can hide the columns that you are not interested in for evaluation. This will make the table take up less space and only show the information you need.
  • If you click on the "Hide Rows" button, the [-] buttons will appear in the Pass column for each row. Clicking on these buttons will hide the corresponding rows.

Other features:

  • If a forward test has been added to the optimization, its values will be displayed in the second row of each cell. This is more convenient than in MT5, where there are two separate reports. The forward test values are not included in calculations, graphs, sorting, or filtering. However, you can create a separate report by selecting only one file with a forward test.
  • When you click on any cell in the table, the row and column are highlighted in color. This copies the settings for the selected pass to the clipboard. You can then go to the tester's settings tab and press Ctrl-V to apply the settings.
  • Additionally, the Pass column includes a button that downloads the pass_XX.set file for running a single test.

Below are the program's features if you have access to the Expert Advisor code and can add additional functions to it.

Mini-charts of balance and equity:

If you have access to the Expert Advisor code, you can add functions that will save the balance and equity lines, as well as calculate 38 additional optimization criteria collected from various articles. The mini-charts will be displayed in each line of the report, so you don't need to run single tests for each option you're interested in - you'll see them immediately. Once you've selected the most interesting options, you can test them in the MT5 tester using single testing.

Peculiarities:

  • The balance and equity charts show trades on a time scale, rather than with equal intervals between trades (as in the MT5 tester). It is possible that there are 2 months between trades, but they are displayed side by side as if there are 5 minutes between them.
  • The mini charts are displayed at a height of 50 pixels, and clicking on them increases the height to 255.
  • The width of the chart can be selected before starting the test. It is recommended to use a width of 200-300 pixels, as this is sufficient for visual perception, as shown in the examples. However, the width can be adjusted up to 2000 pixels.
  • If the optimization was performed using a forward, it will be displayed to the right of the backtest chart. The width of the forward will be proportional to the testing period, ensuring that the time scale is consistent for both charts.

Additional optimization criteria

The added code allows you to add additional optimization criteria to the report:

  • Complex optimization criterion (it is not available in the .opt file, but only through functions that can be connected to the code)
  • Coefficients: Sharp, Sortino, Titov, and standard deviation
  • Z-score, Money Compounding vs 1 lot, LR Standard error, LR Correlation, R2, Profit Stability
  • Deviation from Line, Deviation from Line Negative only, Deviation from Line in Points, Deviation from Line Negative only in Points - the maximum deviations of the price from the straight line between the first and last trade.
  • Criteria in points: Profit, Markup, Profit / Markup, Expected PayOff, Expected Markup, Min, Max drawdown, Drawdown % in Points, Standard error.
  • They are calculated as if you were always trading with one lot.
  • For example, when trading with martingale, it may turn out that the profit in points is negative, and the gain is achieved only due to the increase in the lot and the risk of trading.
  • The number of repeated losses is displayed separately for Buy and Sell.
  • Total: Trading result. Additionally, Swap, Commission, and Fees are included, and their sum is equal to Markup. This division can be useful for analyzing expenses.
  • Trading result / Markup - to assess how much more you earn than you spend.
  • Total: Volume and Turnover. These can be useful for evaluating rebates.

The additional code that records balance and equity charts and calculates additional optimization criteria can be downloaded here - https://www.mql5.com/en/code/68706

Produtos recomendados
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Apresentamos o NAS100 Auto SL e TP Maker para MT5: Nunca mais perca a definição de StopLoss e TakeProfit com o nosso NAS100 Auto SL e TP Maker, um assistente indispensável para os traders que navegam no mercado Nasdaq 100 no MetaTrader 5. Esta ferramenta foi concebida para aqueles que procuram uma solução perfeita para automatizar a gestão dos níveis de StopLoss e TakeProfit. Caraterísticas principais: Automação sem esforço: Monitoriza automaticamente as transacções Nasdaq 100 sem StopLoss e/o
FREE
Imagine flying a real aircraft without ever stepping into a flight simulator. That's what trading is like. You have to simulate your strategy before you can take it to a live market. It is good if you can simulate things speedily before even stepping into any live market, or before coming up with an automated system.  People don't have all day to stare at a higher timeframe chart until the entry signal finally arrives. That's why I built this so that you can simulate your strategy with speed. Th
FREE
Key Features: 200+ Fully Implemented Patterns   across all categories Advanced Market Structure Analysis Smart Money Integration   (Wyckoff, Order Blocks, Liquidity) Professional Risk Management Multi-Timeframe Analysis AI-Powered Confidence Scoring Advanced Visualization Real-time Alerts Pattern Categories: Single Candle Patterns (Hammer, Doji, Marubozu, etc.) Multi-Candle Patterns (Engulfing, Stars, Harami, etc.) Chart Patterns (Head & Shoulders, Cup & Handle, Triangles, etc.) Harmonic Pattern
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Second Level Candles And Alligator Indicators 每12秒产生一个K线,而且自带Alligator指标,对超短线选手交易非常有帮助。程序启动时可能不成功,是因为MT5 MqlTick 数据加载少的原因。可以通过修改显示的数据参数避免,比如display=100,程序正常之后再将参数调大 display=300 。如果数据不正常,也可以采用重新加载的方式解决。 如果您对这个指标有任何建议,请联系作者。  Second Level Candles And Alligator Indicators  produced a candle per 12 seconds,include Alligator, it's helpful to Short-Term Trading。You'd better reload the indicator every start MT5 or change display parameter to reslove data bug. Please attach author when  you had some su
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
5 (1)
Descrição geral Este indicador é uma versão aprimorada do Canal Donchian clássico, enriquecida com funções práticas para o trading real. Além das três linhas padrão (máxima, mínima e linha do meio), o sistema detecta breakouts e os mostra visualmente com setas no gráfico, exibindo apenas a linha oposta à direção da tendência atual para uma leitura mais limpa. O indicador inclui: Sinais visuais : setas coloridas nos breakouts Notificações automáticas : alerta pop-up, push e e-mail Filtro RSI : pa
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
4.75 (4)
O Canal Donchian Os canais são uma das ferramentas de análise técnica mais populares porque transmitem intuitivamente aos analistas as restrições que tendem a ocorrer na maioria das mudanças de preço. Os usuários do canal sabem que informações valiosas podem ser obtidas a qualquer momento, independentemente de o preço estar no centro de uma faixa ou próximo a uma das fronteiras. Uma das técnicas mais famosas para explorar esses conceitos são as bandas de Bollinger. No entanto, John Bollinger não
FREE
Zigzag Price Arrows
Aiman Saeed Salem Dahbag
The Zigzag Price Arrow indicator is an enhanced version of the classic Zigzag indicator, combining the traditional zigzag pattern with advanced visual features. It not only identifies major market turning points but also provides clear trading signals through: • Directional arrows: Displays colored arrows (green for buy, magenta for sell) indicating potential trend directions. • Price labels: Shows the exact price values at each pivot point directly on the chart. • Improved visual clarity: Make
FREE
1. Copiar pedidos, de 12 contas master para 100 contas slave. O número de contas slave pode ser personalizado, de 12 a 100. 2. Suporte MT4 a MT4, MT4 a MT5, MT5 a MT4, MT5 a MT5. 3. Identifique os sufixos de variedades de negociação em diferentes plataformas, como EURUSD, EURUSDm, EURUSDk. 4. Correspondência de moeda personalizada, como XAUUSD=GOLD. 5. Pode copiar todas as transações ou apenas copiar as instruções BUY, SELL, CLOSE 6. Você pode escolher se deseja copiar o stop profit e o stop lo
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
DF Fib Trader Pro O DF Fib Trader Pro é um sistema de negociação automatizado desenvolvido para o MetaTrader 5. Utiliza níveis de preços baseados em Fibonacci combinados com análise de tendências e estrutura para definir pontos de entrada e saída. O EA suporta posições longas e curtas e inclui parâmetros de gestão de risco integrados. Principais Recursos: • Utiliza a lógica de retração e extensão de Fibonacci para traçar pontos de entrada, SL e TP. • Tamanho de lote e níveis de stop loss/take
FREE
Utazima Universal AI (MT5 Indicator) Price: Free Overview Utazima Universal AI is a manual trading indicator that provides a dashboard-style view of selected market structure elements and session/time conditions. It does not place trades. What it shows (depending on settings) - Market structure and key zones (optional) - FVG/imbalance zones (optional) - Liquidity sweep style markers (optional) - Trend-direction filtering (optional) - Session/time filters for active periods (optional) - Risk/re
FREE
This MQL4 code is a   custom indicator   that draws multiple colored rectangles on a chart, spaced apart by a defined pip distance, and projected into the future. Here's a brief breakdown: Purpose: Draws several horizontal rectangles (zones) starting from a specified price. Rectangles are spaced apart vertically by a pip distance. Colors alternate between FirstColor and SecondColor . Rectangles can be drawn behind candles and optionally filled. Each rectangle extends into the future for a specif
FREE
BoxFibo MT5
Sergei Kiriakov
It is just an alternative fibo lines. mt4 have is a very strange drawing of fibo lines, this utilites was written for mt4, but for mt5 it may not be particularly useful. A simple Box (Rectangle) graphic element with adjustable levels binding: it is possible to specify up to 17 custom levels, all rectangles on the chart with the given prefix in their name are processed. Levels are specified in % of the height of the rectangle. A convenient graphical element for analyzing charts by growth-correct
FREE
Indicator Description 4 Hull MA Color + Envelopes is a powerful trend-following indicator for MetaTrader 5 that combines four Hull Moving Averages (HMA) with Moving Average Envelopes to clearly identify market direction, trend strength, and potential reversal or pullback zones. This indicator is designed to reduce noise, react quickly to price movement, and provide a clean visual structure for professional trading.   Key Features   4 Hull Moving Averages (20, 50, 100, 200) Automatic color change
FREE
Bollinger Bands B
Flavio Javier Jarabeck
4.25 (4)
John Bollinger created this indicator in 2010 as a way to read the original indicator (Bollinger Bands) in a more "technical" way, shown as an oscillator. The typical range of the Bollinger Bands %B is 0 - 0.5 - 1.0, where "0" represents the lower band, the "0.5" the middle band, and "1" the upper band. The line on the indicator represents the Closing prices. As simple as that. SETTINGS Bollinger Bands period of analysis Standard Deviation multiplier Shift Price type to be analyzed If you like
FREE
Introduction Welcome to the world of Forex trading, where every tick of the market can be influenced by news events. Introducing our expert advisor for MetaTrader, your ultimate tool for navigating the complexities of news trading. This innovative advisor is specifically designed to automate your trading strategy during key macroeconomic releases, ensuring you never miss an opportunity.  When important indicators are announced, volatility often spikes, creating potential for profit. Our expert
FREE
Risk Manager – Account Protection Tool Risk Manager is an Expert Advisor for MetaTrader 5 designed to protect your trading account by applying automatic risk management rules. This tool does not open trades . It continuously monitors your account and enforces predefined limits to help prevent excessive losses and maintain disciplined trading. Risk Manager works in the background and can manage positions opened by manual trading or other Expert Advisors. It is particularly useful for: • Manual tr
FREE
PZ Penta O MT5
PZ TRADING SLU
3.5 (4)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Trader Panel Alpha X
Alvaro Garcia Batelli
Você está cansado da lentidão e da falta de controle da boleta padrão do MetaTrader 5? A negociação discricionária exige velocidade, precisão e, acima de tudo, informação clara. Clicar em vários menus, arrastar stops um por um e não ter uma visão consolidada do seu risco são barreiras que custam tempo e, principalmente, dinheiro. O trading profissional exige ferramentas profissionais. O Trader Panel Alpha X Pro é a solução definitiva. Ele não é apenas uma "boleta", é uma estação de comando de tr
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
MultiTimeframe Info Feed (MIF) Indicator Description: MultiTimeframe Info Feed (MIF) is a smart MQL5 indicator that displays a dynamic, real-time info panel directly on your chart, offering powerful insight into current market conditions. Key features include: Real-time display of Open, High, Low, Close, and live Tick price Tick Rate (ticks per second) for assessing market activity Auto-calculated Entry Price on new candle formation Signal direction detection (BUY / SELL) Price action pattern re
FREE
Level Asisstant
MIKHAIL VINOGRADOV
Level Assistant é um assistente especializado para definir manualmente os níveis de suporte e resistência. Os comerciantes geralmente formam seus próprios níveis. Se houver muitos gráficos de períodos diferentes, o nível será multiplicado por todos os gráficos. Ao colocar uma linha horizontal em um gráfico, o Assistente sugere converter essa linha em um nível. Ao mesmo tempo, ele mesmo determinará a cor e a espessura da linha, dependendo do período do instrumento e de onde está em relação ao
FREE
The only EA for TRADING PSYCHOLOGY:Discipline, Mindset Training & Risk Control  Checklist-Enforced Trading (No trades allowed until  strategy checklist is met)  1-Click Revenge Trade Blocker (Auto-freezes account after losses)  Overtrading Circuit Breaker (Hard daily trade limits enforced)  Neuroplasticity Training (Rewires retail habits into institutional discipline)  Institutional Risk Protocols (Auto SL/TP, position sizing, daily loss cutoffs)  Prop Firm  and account Safeguard (Preve
O utilitário é projetado para controlar a taxa de atualização do livro de pedidos (ou vários) no testador de estratégia. A gestão é realizada por uma biblioteca, que está disponível aqui https://www.mql5.com/pt/market/product/81400 Descrição da interface: S/P   Iniciar e pausar a reprodução ---    Diminua a velocidade em um passo +++   Aumenta a velocidade em um passo R      Atualizando a lista de caracteres <0>  Deslizador, movendo para a esquerda/direita altera a velocidade de reprodução, depo
FREE
Quantum Simulator – Discover the Power of Quantum Dynamic Risk Quantum Simulator is an Expert Advisor designed to demonstrate the effectiveness of the Quantum function, fully integrated into the RiskGuard Management system. Through a simple interface, you can simulate an equity curve starting from a fixed balance of €100,000 , using your own custom statistics: Win Rate (%) Average Risk/Reward Ratio Number of Trades Maximum Allowed Drawdown (Optional) Minimum Accepted Drawdown The EA performs a
FREE
QuickClose EA
Peechanat Chatsermsak
QuickClose EA: Manage Trades Quickly and Efficiently QuickClose EA is a tool designed to help traders manage orders on the current chart easily and quickly. It provides full control over your trading status with clear feedback. Key Features of QuickClose EA: User-Friendly Control Panel: Clearly displays essential information such as the current symbol name, total profit/loss for Buy and Sell positions, and open lot sizes, giving you an immediate overview of your trading status. Precise Lot Size
FREE
Esse robô envia notificações no Telegram baseado nas regras de coloração do indicador Platinum Candle. Exemplo de mensagem para venda de ativos: [WING21][M15] PLATINUM DE VENDA 11:45. Exemplo de mensagem para compra de ativos : [PETR4][M15] PLATINUM DE COMPRA 11:45. Antes de habilitar as notificações por Telegram, você precisa criar um bot, obter a API Key e descobrir qual o chatId do seu usuário no Telegram. Não é possível enviar mensagens para grupos ou canais. Você só pode enviar mensagens p
FREE
Os compradores deste produto também adquirem
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
Ajuda a calcular o risco por comércio, a fácil instalação de uma nova encomenda, gestão de encomendas com funções de fecho parcial, trailing stop de 7 tipos e outras funções úteis. Materiais e instruções adicionais Instruções de instalação   -   Instruções para a aplicação   -   Versão de teste da aplicação para uma conta de demonstração Função de linha Mostra no gráfico a linha de Abertura, Stop Loss, Take Profit. Com esta função é fácil definir uma nova ordem e ver as suas características ad
Bem-vindo ao Trade Manager EA—uma ferramenta de gestão de risco criada para tornar o trading mais intuitivo, preciso e eficiente. Não é apenas uma ferramenta para executar ordens, mas uma solução abrangente para planejamento de operações, gerenciamento de posições e controle de risco. Seja você um iniciante, trader avançado ou scalper que precisa de execução rápida, o Trade Manager EA adapta-se às suas necessidades, oferecendo flexibilidade em todos os mercados, desde forex e índices até commodi
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (130)
Experimente uma cópia de negociação excepcionalmente rápida com o Local Trade Copier EA MT5 . Com sua fácil configuração de 1 minuto, este copiador de negociações permite que você copie negociações entre vários terminais MetaTrader no mesmo computador Windows ou em um Windows VPS com velocidades de cópia ultra rápidas de menos de 0.5 segundos. Seja você um trader iniciante ou profissional, o   Local Trade Copier EA MT5   oferece uma ampla gama de opções para personalizá-lo de acordo com suas ne
TradePanel MT5
Alfiya Fazylova
4.86 (148)
O Trade Panel é um assistente comercial multifuncional. A aplicação contém mais de 50 funções de negociação para negociação manual e permite automatizar a maioria das operações de negociação. Atenção, a aplicação não funciona no testador de estratégia. Antes de comprar, pode testar a versão de demonstração numa conta de demonstração. Versão de demonstração aqui . Instruções completas aqui . Comércio. Permite realizar operações de negociação com um clique: Abra as ordens e posições pendentes com
Versão Beta O Telegram to MT5 Signal Trader está quase no lançamento oficial da versão alfa. Alguns recursos ainda estão em desenvolvimento e você pode encontrar pequenos erros. Se tiver problemas, por favor reporte, seu feedback ajuda a melhorar o software para todos. Telegram to MT5 Signal Trader é uma ferramenta poderosa que copia automaticamente sinais de trading de canais ou grupos do Telegram diretamente para sua conta MetaTrader 5 . Suporta canais públicos e privados do Telegram, e você
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
Trade Dashboard MT5
Fatemeh Ameri
4.94 (119)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Copy Cat More Trade Copier MT5 (Gato Copiador MT5) é um copiador de negociações local e uma estrutura completa de gestão de riscos e execução projetada para os desafios comerciais de hoje. Desde desafios de prop firms até gestão de portfólio pessoal, ele se adapta a cada situação com uma combinação de execução robusta, proteção de capital, configuração flexível e manuseio avançado de negociações. O copiador funciona tanto no modo Master (remetente) quanto Slave (receptor), com sincronização em t
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus é uma ferramenta avançada de gerenciamento de operações projetada para melhorar a eficiência e a eficácia das suas transações na plataforma MetaTrader 5. Ela oferece um conjunto completo de funcionalidades, incluindo cálculo de risco, gestão de ordens, sistemas de grade avançados, ferramentas baseadas em gráficos e análise de desempenho. Principais Funcionalidades 1. Grade de Recuperação Implementa um sistema de grade flexível e de média para gerenciar operações em condições adversas de
Smart Stop Manager – Execução automática de stop-loss com precisão profissional Visão geral O Smart Stop Manager é a camada de execução da linha Smart Stop, desenvolvido para traders que precisam de uma gestão de stop-loss estruturada, fiável e totalmente automatizada em múltiplas posições abertas. Ele monitora continuamente todas as operações ativas, calcula o nível ideal de stop usando a lógica de estrutura de mercado do Smart Stop e atualiza os stops automaticamente com regras claras e tran
Trade copier MT5
Alfiya Fazylova
4.63 (38)
Trade Copier é um utilitário profissional projetado para copiar e sincronizar negociações entre contas de negociação. A cópia ocorre da conta / terminal do fornecedor para a conta / terminal do destinatário, instalada no mesmo computador ou vps. Antes de comprar, você pode testar a versão demo em uma conta demo. Versão de demonstração aqui . Instruções completas aqui . Principais funcionalidades e benefícios: Suporta a cópia de MT5> MT5, MT4> MT5, MT5> MT4, incluindo contas "MT5 netting". Os mod
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
Copie os sinais de qualquer canal do qual você seja membro (incluindo privados e restritos) diretamente para o seu MT5.  Esta ferramenta foi projetada com o usuário em mente, oferecendo muitos recursos que você precisa para gerenciar e monitorar as negociações. Este produto é apresentado em uma interface gráfica fácil de usar e visualmente atraente. Personalize suas configurações e comece a usar o produto em minutos! Guia do usuário + Demo  | Versão MT4 | Versão Discord Se deseja experimentar
The News Filter MT5
Leolouiski Gan
4.74 (19)
Este produto filtra todos os consultores especializados e gráficos manuais durante o horário das notícias, para que você não precise se preocupar com picos de preços repentinos que possam destruir suas configurações de negociação manuais ou negociações realizadas por outros consultores especializados. Este produto também vem com um sistema de gerenciamento de pedidos completo que pode lidar com suas posições abertas e ordens pendentes antes do lançamento de qualquer notícia. Depois de comprar o
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
Copiadora de comércio para MT5 é um  comércio   copiadora para a plataforma МetaТrader 5 . Ele copia negociações forex  entre   qualquer conta   MT5  - MT5, MT4  - MT5 para a versão COPYLOT MT5 (ou MT4  - MT4 MT5  - MT4 para a versão COPYLOT MT4) Copiadora confiável! Versão MT 4 Descrição completa +DEMO +PDF Como comprar Como instalar    Como obter arquivos de log    Como testar e otimizar    Todos os produtos da Expforex Você também pode copiar negociações no terminal МТ4 ( МТ4  - МТ4, МТ5  -
HINN MagicEntry Extra
ALGOFLOW OÜ
4.71 (14)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Seconds Chart MT5
Boris Sedov
4.59 (17)
Seconds Chart — uma ferramenta exclusiva para criar gráficos de segundos no MetaTrader 5 . Com o Seconds Chart , você pode criar gráficos com períodos definidos em segundos, proporcionando flexibilidade e precisão ideais para análise, indisponíveis em gráficos padrão de minutos ou horas. Por exemplo, o período S15 indica um gráfico com velas de 15 segundos. Você pode usar qualquer indicador ou Expert Advisor com suporte a símbolos personalizados. Trabalhar com eles é tão conveniente quanto negoc
Timeless Charts
Samuel Manoel De Souza
5 (3)
Timeless Charts é uma solução avançada de gráficos desenvolvida para traders profissionais que buscam controle total sobre a construção e visualização de gráficos, além das limitações do sistema de gráficos nativo do MetaTrader 5. Diferente dos gráficos offline tradicionais ou indicadores personalizados simplistas, esta solução constrói barras totalmente personalizadas com precisão real de carimbo de tempo , até milissegundos, proporcionando uma experiência de trading poderosa e precisa. Este a
Smart Stop Scanner – Sistema multiactivo de análise de stops baseado em estrutura de mercado Visão geral O Smart Stop Scanner oferece aos traders um monitoramento profissional de níveis de stop-loss em múltiplos mercados. O sistema identifica automaticamente as zonas de stop mais relevantes com base na estrutura real do mercado, rupturas significativas e lógica de price action — tudo apresentado em um painel unificado, claro e totalmente compatível com telas de alta resolução (DPI-aware). Func
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with inte
Telegram to MT5 Coppy
Sergey Batudayev
5 (8)
Telegram para MT5:   A solução definitiva para cópia de sinais Simplifique suas negociações com o Telegram para MT5, a ferramenta moderna que copia sinais de negociação diretamente dos canais e chats do Telegram para a sua plataforma MetaTrader 5, sem a necessidade de DLLs. Esta solução poderosa garante execução precisa dos sinais, amplas opções de personalização, economiza tempo e aumenta sua eficiência. [ Instructions and DEMO ] Principais características Integração direta da API do Telegram A
Risk Manager for MT5
Sergey Batudayev
4.35 (17)
O Expert Advisor Risk Manager para MT5 é um programa muito importante e, na minha opinião, necessário para todos os traders. Com este Expert Advisor você poderá controlar o risco em sua conta de negociação. O controle de risco e lucro pode ser realizado tanto em termos monetários quanto em termos percentuais. Para que o Expert Advisor funcione, basta anexá-lo ao gráfico de pares de moedas e definir os valores de risco aceitáveis ​​na moeda de depósito ou em % do saldo atual. [Instruction for
Painel de negociação para negociação em 1 clique. Trabalhando com posições e pedidos! Negociar a partir do gráfico ou do teclado. Com nosso painel de negociação, você pode executar negociações com um único clique diretamente no gráfico e realizar operações de negociação 30 vezes mais rápido do que com o controle MetaTrader padrão. Cálculos automáticos de parâmetros e funções tornam a negociação mais rápida e conveniente para os traders. Dicas gráficas, rótulos informativos e informações completa
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
Guia de instalação:    Clique aqui! Analise vários consultores especialistas em conjunto. Comparar resultados de EA por número mágico Acompanhe a rentabilidade e os períodos de retração. Filtrar resultados por intervalo de datas Curva de Equidade Visual e Métricas Detalhadas Pronto para usar em menos de um minuto Analisador de Portfólio EA O EA Portfolio Analyzer é uma   ferramenta de análise profissional   projetada para monitorar o   desempenho em tempo real de múltiplos Expert Advisors   de
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
MT5 to Telegram Signal Provider é uma utilidade fácil de usar e totalmente personalizável que permite o envio de sinais especificados para o chat, canal ou grupo do Telegram, tornando sua conta um fornecedor de sinais . Ao contrário da maioria dos produtos concorrentes, ele não usa importações de DLL. [ Demonstração ] [ Manual ] [ Versão MT4 ] [ Versão Discord ] [ Canal do Telegram ]  New: [ Telegram To MT5 ] Configuração Um guia do usuário passo a passo está disponível. Não é necessário conhec
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
Trade Manager para ajudá-lo a entrar e sair rapidamente de negociações enquanto calcula automaticamente seu risco. Incluindo recursos para ajudar a evitar negociações excessivas, negociações de vingança e negociações emocionais. As negociações podem ser gerenciadas automaticamente e as métricas de desempenho da conta podem ser visualizadas em um gráfico. Esses recursos tornam este painel ideal para todos os traders manuais e ajudam a aprimorar a plataforma MetaTrader 5. Suporte multilíngue. Vers
Equity Protect Pro: Seu Especialista em Proteção de Contas Abrangente para Negociação Tranquila Se você está procurando recursos como proteção de conta, proteção de patrimônio, proteção de portfólio, proteção de múltiplas estratégias, proteção de lucro, coleta de lucro, segurança de negociação, programas de controle de risco, controle automático de risco, liquidação automática, liquidação condicional, liquidação programada, liquidação dinâmica, trailing stop loss, fechamento com um clique, liqu
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
Ferramenta Multifuncional: Calculadora de Lote, Ordens Grid, Proporção R/R, Gerenciador de Negociações, Zonas de Oferta e Demanda, Price Action e muito mais Versão Demo   |   Manual do Usuário O Assistente de Trading   não funciona no testador de estratégias : você pode baixar a   Versão Demo AQUI  para testar a utilidade . Entre em contato   para qualquer dúvida  / ideias de melhoria / caso encontre um erro Se precisar de uma versão MT4, ela está disponível aqui Simplifique, acelere e automati
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Filtro:
Sem comentários
Responder ao comentário