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

Önerilen ürünler
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
MT5 için NAS100 Auto SL ve TP Maker ile tanışın: MetaTrader 5'te Nasdaq 100 piyasasında gezinen yatırımcılar için vazgeçilmez bir yardımcı olan NAS100 Auto SL ve TP Maker ile StopLoss ve TakeProfit ayarlarını bir daha asla kaçırmayın. Bu araç, StopLoss ve TakeProfit seviyelerinin yönetimini otomatikleştirmek için sorunsuz bir çözüm arayanlar için tasarlanmıştır. Temel Özellikler: Zahmetsiz Otomasyon: StopLoss ve/veya TakeProfit olmadan Nasdaq 100 işlemlerini otomatik olarak izler. Kullanıcı ta
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)
Genel Açıklama Bu gösterge, klasik Donchian Kanalı ’nın geliştirilmiş bir versiyonudur ve gerçek işlem için pratik işlevlerle zenginleştirilmiştir. Standart üç çizgiye (üst, alt ve orta çizgi) ek olarak sistem breakout (fiyat kırılımı) noktalarını tespit eder ve bunları grafikte oklarla görsel olarak gösterir. Ayrıca grafiği sadeleştirmek için mevcut trend yönünün tersindeki çizgi yalnızca görüntülenir. Gösterge şunları içerir: Görsel sinyaller : Kırılım sırasında renkli oklar Otomatik bildiriml
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
4.75 (4)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
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. 12 ana hesaptan 100 bağımlı hesaba siparişleri kopyalayın. Köle hesapların sayısı 12'den 100'e kadar özelleştirilebilir. 2. MT4'ten MT4'e, MT4'ten MT5'e, MT5'ten MT4'e, MT5'ten MT5'e destek. 3. EURUSD, EURUSDm, EURUSDk gibi farklı platformlardaki alım satım çeşitlerinin eklerini tanımlayabilecektir. 4. XAUUSD=GOLD gibi özel para birimi eşleştirme. 5. Tüm işlemleri kopyalayabilir veya yalnızca AL, SATIŞ, KAPAT komutlarını kopyalayabilir 6. Kârı durdurma ve zararı durdurma arasında seçim yapab
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 DF Fib Trader Pro, MetaTrader 5 için tasarlanmış otomatik bir işlem sistemidir. Giriş ve çıkış noktalarını tanımlamak için Fibonacci tabanlı fiyat seviyelerini trend ve yapı analiziyle birleştirir. EA hem uzun hem de kısa pozisyonları destekler ve yerleşik risk yönetimi parametreleri içerir. Temel Özellikler: • Giriş, SL ve TP noktalarını çizmek için Fibonacci geri çekilme ve uzatma mantığını kullanır. • Yapılandırılabilir lot büyüklüğü ve zarar durdurma/kâr alma seviyeleri •
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
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
Are you tired of the slow, clunky, and uninformative default order panel in MetaTrader 5? Discretionary trading demands speed, precision, and above all, clear information. Clicking through multiple menus, dragging stops one by one, and lacking a consolidated view of your risk are barriers that cost you time and, most importantly, money. Professional trading requires professional tools. Trader Panel Alpha X Pro is the definitive solution. It's not just another "order ticket"; it's a complete trad
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
Seviye Asistan ı, destek ve direnç seviyelerini manuel olarak ayarlamak için uzman bir yardımcıdır. Tüccarlar genellikle kendi seviyelerini oluştururlar. Farklı dönemlere ait birçok çizelge varsa, seviye tüm çizelgelerle çarpılacaktır. Bir grafiğe yatay bir çizgi yerleştirirken, Asistan bu çizgiyi bir seviyeye dönüştürmeyi önerir. Aynı zamanda, enstrümanın süresine ve fiyata göre nerede olduğuna bağlı olarak çizginin rengini ve kalınlığını kendisi belirleyecektir. Seviyeyi bir yazıtla işaretl
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
The utility is designed to control the update rate of the order book (or several) in the strategy tester. Management is carried out by a library, which is available here https://www.mql5.com/en/market/product/81400 Interface description: S/P   Start and pause playback ---    Decrease the speed by one step +++   Increase speed by one step R      Updating the character list <0>  Slider, moving left/right change the playback speed, after releasing the mouse it is restored to its original state. The
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: 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
This robot sends Telegram notifications based on the coloring rules of PLATINUM Candle indicator. Example message for selling assets: [SPX][M15] PLATINUM TO SELL 11:45. Example message for buying assets : [EURUSD][M15] PLATINUM TO BUY 11:45 AM. Before enable Telegram notifications  you need to create a Telegram bot, get the bot API Key and also get your personal Telegram chatId. It's not possible to send messages to groups or channels. You can only send messages to your user chatId. You should
FREE
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Trade Manager EA’ye hoş geldiniz! Ticaretin daha sezgisel, hassas ve verimli hale gelmesi için tasarlanmış nihai risk yönetim aracı ile tanışın. Bu sadece bir emir verme aracı değil; ticaret planlaması, pozisyon yönetimi ve risk kontrolü için kapsamlı bir çözüm. İster yeni başlayan bir yatırımcı olun, ister deneyimli bir trader ya da hızlı emir gerektiren bir scalper, Trade Manager EA ihtiyaçlarınıza uyum sağlar ve forex, endeksler, emtialar ve kripto paralar dahil tüm piyasalarda esneklik sunar
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (131)
Local Trade Copier EA MT5   ile olağanüstü hızlı işlem kopyalama deneyimi yaşayın. Kolay 1 dakikalık kurulumuyla bu işlem kopyalayıcısı, aynı Windows bilgisayarda veya Windows VPS'te birden fazla MetaTrader terminali arasında işlemleri kopyalamanıza olanak tanır ve 0.5 saniyenin altındaki şimşek hızında kopyalama hızları sunar. Başlangıç seviyesinde veya profesyonel bir tüccar olsanız da,   Local Trade Copier EA MT5 , spesifik ihtiyaçlarınıza göre özelleştirmek için geniş bir seçenek yelpazesi s
TradePanel MT5
Alfiya Fazylova
4.86 (148)
Ticaret Paneli çok işlevli bir ticaret asistanıdır. Uygulama, manuel ticaret için 50'den fazla ticaret işlevi içerir ve çoğu ticaret işlemini otomatikleştirmenize olanak tanır. Dikkat, uygulama strateji test cihazında çalışmıyor. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo sürümü burada . Talimatların tamamı buraya . Ticaret. Tek tıklamayla alım satım işlemlerini gerçekleştirmenizi sağlar: Otomatik risk hesaplaması ile bekleyen emir ve pozisyonları açın. Tek tıkl
Beta Sürümü Telegram to MT5 Signal Trader resmi alfa sürümüne neredeyse hazır. Bazı özellikler hâlâ geliştirilmekte olup küçük hatalarla karşılaşabilirsiniz. Sorun yaşarsanız lütfen bildirin, geri bildiriminiz yazılımın herkes için gelişmesine yardımcı olur. Telegram to MT5 Signal Trader , Telegram kanallarından veya gruplarından gelen işlem sinyallerini otomatik olarak MetaTrader 5 hesabınıza kopyalayan güçlü bir araçtır. Herkese açık ve özel kanalları destekler ve birden fazla sinyal sağlayıc
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
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 (Kopyalayıcı Kedi MT5) , günümüzün ticaret zorluklarına yönelik tasarlanmış yerel bir ticaret kopyalayıcısı ve eksiksiz risk yönetimi ve yürütme çerçevesidir. Prop firması zorluklarından kişisel portföy yönetimine kadar, sağlam yürütme, sermaye koruması, esnek yapılandırma ve gelişmiş ticaret işleme kombinasyonu ile her duruma uyum sağlar. Kopyalayıcı hem Master (gönderici) hem de Slave (alıcı) modunda çalışır, piyasa ve bekleyen emirlerin, ticaret değişikliklerini
Trade copier MT5
Alfiya Fazylova
4.63 (38)
Trade Copier, ticaret hesapları arasındaki işlemleri kopyalamak ve senkronize etmek için tasarlanmış profesyonel bir yardımcı programdır. Kopyalama, tedarikçinin hesabından/terminalinden alıcının aynı bilgisayarda veya vps'de kurulu olan hesabına/terminaline gerçekleşir. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo versiyonu burada . Tüm talimatlar burada . Ana işlevler ve avantajlar: Emirlerin kopyalanmasını destekler: МТ5> МТ5, МТ4> МТ5, МТ5> МТ4. Emirlerin kopy
Smart Stop Manager – Profesyonel hassasiyetle otomatik stop-loss yönetimi Genel Bakış Smart Stop Manager, Smart Stop ürün serisinin yürütme katmanıdır. Birden fazla açık pozisyonda yapılandırılmış, güvenilir ve tamamen otomatik stop-loss yönetimi isteyen trader’lar için tasarlanmıştır. Tüm açık işlemleri sürekli izler, Smart Stop piyasa yapısı mantığını kullanarak en uygun stop seviyesini hesaplar ve stopları net ve şeffaf kurallarla otomatik olarak günceller. İster tek bir varlıkla işlem yapı
Üye olduğunuz herhangi bir kanaldan (özel ve kısıtlı olanlar dahil) sinyalleri doğrudan MT5'inize kopyalayın.  Bu araç, kullanıcıyı göz önünde bulundurarak tasarlanmış olup işlemleri yönetmek ve izlemek için ihtiyacınız olan birçok özelliği sunar. Bu ürün, kullanıcı dostu ve görsel olarak çekici bir arayüzde sunulmaktadır. Ayarlarınızı özelleştirin ve ürünü dakikalar içinde kullanmaya başlayın! Kullanıcı Kılavuzu + Demo  | MT4 Sürümü | Discord Sürümü Demo denemek isterseniz lütfen kullanıcı kı
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus , MetaTrader 5 platformunda işlem verimliliğinizi ve etkinliğinizi artırmak için tasarlanmış gelişmiş bir işlem yönetim aracıdır. Risk hesaplama, emir yönetimi, gelişmiş ızgara sistemleri, grafik tabanlı araçlar ve performans analitiği gibi kapsamlı bir özellik yelpazesi sunar. Temel Özellikler 1. Kurtarma Izgarası Olumsuz piyasa koşullarında işlemleri yönetmek için ortalama alma ve esnek bir ızgara sistemi uygular. İşlem kurtarma çabalarını optimize etmek için stratejik giriş ve çıkış
Bu ürün, haber saatlerinde tüm uzman danışmanları ve manüel grafikleri filtreler, böylece manüel ticaret kurulumlarınızı veya diğer uzman danışmanlar tarafından girilen işlemleri yok edebilecek ani fiyat dalgalanmaları konusunda endişelenmenize gerek kalmaz. Bu ürün, herhangi bir haber yayınlanmadan önce açık pozisyonlarınızı ve bekleyen emirlerinizi yönetebilen tam bir sipariş yönetim sistemi ile birlikte gelir.   The News Filter'ı   satın aldığınızda, gelecekteki uzman danışmanlar için yerleşi
Bir EA’yı yalnızca gerçekten gerçekleşmiş olan tek piyasa yolu üzerinden test etmeyin. Onu birçok makul piyasa senaryosunda test edin ve mantığının gerçekten ne kadar sağlam olduğunu görün. Geleneksel backtest’in temel bir sınırlaması vardır: bir sistemin yalnızca tek bir gerçek geçmişte nasıl performans göstereceğini gösterir. Sorun tam olarak budur. Piyasa çok farklı yollar izleyebilirdi. Ve gerçek geçmişte iyi çalışan bir expert advisor, koşullar biraz farklı olsaydı aynı şekilde çalışmak zo
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Smart Stop Scanner – Gerçek piyasa yapısına dayalı çoklu varlık stop-loss analizi Genel Bakış Smart Stop Scanner, birden fazla piyasadaki stop-loss seviyelerini profesyonel bir şekilde takip etmek için tasarlanmıştır. Sistem, gerçek piyasa yapısına dayanan breakout’ları, daha yüksek zirveleri ve daha düşük dipleri otomatik olarak algılar ve en önemli stop bölgelerini tespit eder. Tüm bilgiler, yüksek çözünürlüklü ekranlarla uyumlu (DPI-aware) net ve düzenli bir panelde sunulur. Forex, Altın, E
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MT5 için ticari kopyalayıcı, МetaТrader 5 platformu için bir ticari kopyalayıcıdır   . arasındaki   forex işlemlerini kopyalar.       COPYLOT MT5 sürümü için   herhangi bir hesap   MT5   -   MT5, MT4   -   MT5 (veya COPYLOT MT4 sürümü için   MT4 -   MT4 MT5   -  MT4) Güvenilir fotokopi makinesi! MT4 sürümü Tam tanım   +DEMO +PDF Nasıl alınır Nasıl kurulur     Günlük Dosyaları nasıl alınır?     Nasıl Test Edilir ve Optimize Edilir     Expforex'in tüm ürünleri Ayrıca МТ4 terminali   (МТ4   -  
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
Seconds Chart — MetaTrader 5 için saniye bazlı grafikler oluşturmanıza olanak sağlayan eşsiz bir araçtır. Seconds Chart sayesinde saniye cinsinden zaman dilimleriyle grafik oluşturabilir, standart dakika veya saatlik grafiklerde mümkün olmayan esneklik ve analiz hassasiyetine ulaşabilirsiniz. Örneğin, S15 zaman dilimi 15 saniyelik mum çubuklarını ifade eder. Desteklenen özel sembollerle herhangi bir gösterge ve danışman kullanabilirsiniz. Onlarla çalışmak, standart grafiklerde işlem yapmak kadar
Equity Protect Pro: Endişesiz İşlem İçin Kapsamlı Hesap Koruma Uzmanınız Hesap koruması, öz sermaye koruması, portföy koruması, çoklu strateji koruması, kar koruması, kar toplama, işlem güvenliği, risk kontrol programları, otomatik risk kontrolü, otomatik tasfiye, koşullu tasfiye, planlı tasfiye, dinamik tasfiye, iz süren stop loss, tek tıklamayla kapatma, tek tıklamayla tasfiye ve tek tıklamayla geri yükleme gibi özellikler arıyorsanız, Equity Protect Pro ihtiyacınız olan programdır. Kurulumu
Timeless Charts
Samuel Manoel De Souza
5 (3)
Timeless Charts , saniye grafikleri / saniye zaman dilimleri, renko grafikleri / renko çubukları, küme grafikleri / footprint grafikleri ve popüler platformlarda bulunan gelişmiş araçlar dahil olmak üzere, özel grafikler / özel zaman dilimleri arayan profesyonel traderlar için tasarlanmış gelişmiş bir grafik çözümüdür. Geleneksel çevrimdışı grafikler veya basit özel göstergelerden farklı olarak, bu çözüm gerçek zaman damgası doğruluğuna (milisaniye düzeyine kadar) sahip tamamen özel çubuklar ol
MT5 to Telegram Signal Provider , hesabınızı bir sinyal sağlayıcı haline getirerek belirtilen sinyalleri Telegram'ın sohbetine, kanalına veya grubuna göndermeyi sağlayan kullanımı kolay, tamamen özelleştirilebilir bir araçtır. Rakip ürünlerin çoğunun aksine, DLL içe aktarması yapmaz. [ Demo ] [ Kılavuz ] [ MT4 Versiyonu ] [ Discord Versiyonu ] [ Telegram Kanalı ]  New: [ Telegram To MT5 ] Kurulum Adım adım bir kullanıcı kılavuzu mevcuttur. Telegram API'si hakkında bilgi gerekmemektedir; ihtiyac
Telegram'dan MT5'e:   Nihai Sinyal Kopyalama Çözümü Telegram'dan MT5'e işlemlerinizi basitleştirin, DLL'lere ihtiyaç duymadan işlem sinyallerini doğrudan Telegram kanallarından ve sohbetlerinden MetaTrader 5 platformunuza kopyalayan modern araç. Bu güçlü çözüm hassas sinyal yürütme, kapsamlı özelleştirme seçenekleri sağlar, zamandan tasarruf sağlar ve verimliliğinizi artırır. [ Instructions and DEMO ] Temel Özellikler Doğrudan Telegram API Entegrasyonu Telefon numarası ve güvenli kod ile kimlik
MT4 için Expert Advisor Risk Manager çok önemli ve bence her yatırımcı için gerekli bir program. Bu Uzman Danışman ile ticaret hesabınızdaki riski kontrol edebileceksiniz. Risk ve kar kontrolü hem parasal hem de yüzdesel olarak yapılabilir. [Instruction for Risk Manager parameters] Danışman işlevleri Bu risk yöneticisi, riskleri kontrol etmenize yardımcı olacaktır: - bir anlaşma için - günlük - bir hafta için - Bir ay için Ayrıca kontrol edebilirsiniz 1) Ticaret yaparken izin verilen ma
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
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
1 tıklama ile ticaret için Ticaret Paneli.   Pozisyonlar ve emirlerle çalışmak!   Grafikten veya klavyeden alım satım. Alım satım panelimizi kullanarak, grafikten tek bir tıklamayla alım satım yapabilir ve alım satım işlemlerini standart MetaTrader kontrolünden 30 kat daha hızlı gerçekleştirebilirsiniz. Bir tüccar için hayatı kolaylaştıran ve bir tüccarın ticaret faaliyetlerini çok daha hızlı ve daha rahat gerçekleştirmesine yardımcı olan parametrelerin ve işlevlerin otomatik hesaplamaları. Graf
Riskinizi otomatik olarak hesaplarken işlemlere hızlı bir şekilde girip çıkmanıza yardımcı olacak Ticaret Yöneticisi. Aşırı Ticaret, İntikam Ticareti ve Duygusal Ticaretten korunmanıza yardımcı olacak özellikler içerir. İşlemler otomatik olarak yönetilebilir ve hesap performans ölçümleri bir grafikte görselleştirilebilir. Bu özellikler, bu paneli tüm manuel yatırımcılar için ideal kılar ve MetaTrader 5 platformunun geliştirilmesine yardımcı olur. Çoklu Dil desteği. MT4 Sürümü  |  Kullanım Kılavu
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
Entry In The Zone with SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1),
Filtrele:
Değerlendirme yok
Değerlendirmeye yanıt