Risk Control Pro

Overview

Risk Control Pro is a MetaTrader 5 Expert Advisor (utility) for planning and checking trade risk before you enter. It draws three draggable horizontal lines (Entry, Take Profit, Stop Loss) and a panel with direction, distances, risk/reward, lot size, money and percent of balance, spread, commission, swap, and optional order buttons.

It is a risk tool. Order buttons send trades immediately when enabled; they do not open the standard MetaTrader order ticket. Always confirm lot size, stop distance, and account permissions before clicking.

Before you start

This product is an Expert Advisor (trade utility), not an indicator. MetaTrader allows only one EA per chart. To use it with another EA such as DualVisionAI, open a second chart of the same symbol.

In the EA Common tab, enable Allow Algo Trading. Also turn on AutoTrading in the toolbar (the button must show a green smiley on this EA).

To send orders from the panel:

  1. Turn on AutoTrading in the MetaTrader toolbar.
  2. Keep input Show order buttons enabled.
  3. The market session for the symbol must be open. Forex is typically closed on weekends.

If AutoTrading is off or the market is closed, the panel still calculates risk. Order buttons stay disabled and the last panel line explains why.

Chart objects

Horizontal lines (drag to set prices):

  • Entry (blue) — planned fill price. Starts at the Bid/Ask midpoint.
  • Take Profit (green)
  • Stop Loss (red)

On first load, direction is BUY: Stop Loss is about 1× ATR(14) below Entry and Take Profit about 1.5× ATR above Entry. If ATR is not ready, a pip fallback is used. Line prices can be restored between sessions when persistence is enabled.

Panel (floating box):

  • Risk metrics for the current lines and lot size
  • Editable lot field
  • Order buttons when trading is allowed
  • Status line at the bottom

Close panel hides the box and leaves a small Open chip. The three lines stay on the chart.

How to use

  1. Attach Risk Control Pro from Navigator → Expert Advisors (not Indicators). Allow Algo Trading, then turn on AutoTrading.
  2. Drag Entry, Take Profit, and Stop Loss to the prices you want to evaluate.
  3. Read direction, R:R, lot size, and money / percent of balance in the panel.
  4. Adjust lot size if needed (see Auto lots below).
  5. If you want to place the trade from the panel, use an enabled order button. A click sends the order at once, with the current lot, TP, and SL.

On fast symbols (for example BTCUSD), price can move away from Entry in seconds. Market buttons then turn off and a pending type (Limit or Stop) may stay on. That is expected: Market requires Entry near the current Bid or Ask.

Direction

  • BUY — Take Profit above Entry and Stop Loss below Entry
  • SELL — Take Profit below Entry and Stop Loss above Entry
  • INVALID — Take Profit and Stop Loss on the same side of Entry, or two lines on the same price. Order buttons stay off.

Only the matching side is enabled. A BUY layout never enables SELL buttons, and the reverse.

Order buttons

Which button turns on depends on Entry versus live Bid/Ask and the broker stop level:

  • BUY Market / SELL Market — Entry is close to the fill price (Ask for buy, Bid for sell). Distance must be within the spread or SYMBOL_TRADE_STOPS_LEVEL, whichever is larger. The order is sent at market; TP and SL are taken from the lines.
  • Buy Limit — BUY layout and Entry below Ask (buy cheaper if price falls to Entry)
  • Sell Limit — SELL layout and Entry above Bid (sell higher if price rises to Entry)
  • Buy Stop — BUY layout and Entry above Ask (buy if price breaks up to Entry)
  • Sell Stop — SELL layout and Entry below Bid (sell if price breaks down to Entry)

Grey buttons do not send orders. There is no extra confirmation dialog.

Pending orders use the Entry line as the order price. Market orders ignore a far Entry and require it to be near the current quote.

Auto lots

Lot size can follow account risk or a value you type.

  • AUTO — lot is calculated so that Stop Loss risk equals Risk % of balance (default 1%). Moving the Stop Loss updates the lot. The panel shows Lots [AUTO] and a suggested size.
  • MAN — you edited the lot field. The value is kept until you press Auto lots.

Suggested lot is clamped to the symbol volume minimum, maximum, and step. Formula:

Lot = (balance × risk percent / 100) / (SL distance in pips or ticks × pip/tick value per lot)

You can also type auto in the lot field to return to AUTO.

Panel information

  • Direction — BUY, SELL, or INVALID
  • Entry / TP / SL — prices of the three lines
  • Dist — Take Profit and Stop Loss distance in pips (Forex) or ticks (indices, crypto, and similar)
  • R:R — Take Profit distance divided by Stop Loss distance. Color: red below 1, gold from 1 to 2, green above 2
  • Spread — current spread in pips or ticks, and as a percent of Stop Loss. A warning appears when that percent is at or above Warn if spread > % of SL
  • Lots — AUTO or MAN, suggested lot, and editable lot field
  • Size — position value in account currency (lot × price × contract). This is the dollar amount the margin formula is based on, not what is taken from the account.
  • Required — margin the broker locks (debits from free margin) to open that lot. LOW means free margin is below that amount. This is not Stop Loss risk. If Required is larger than your risk budget (balance × risk %), the line turns orange and shows >N% (for example min lot on gold needs more margin than 1% of a small account). If AUTO risk % implies a lot below the symbol minimum, the minimum lot is used and SL risk will be higher than the target percent.
  • TP / SL money — estimated profit and loss in account currency, each as a percent of Size (position value), not of account balance. Account-balance risk remains on the Risk line.
  • Commission — round-trip commission for the current lot, from the input (not read automatically from the broker)
  • Swap/night — estimated overnight swap for the inferred direction. Shown as n/a for unsupported swap modes
  • Net TP — Take Profit money minus commission plus one night of swap. Negative swap is a cost and reduces Net TP; positive swap increases it.
  • BE — breakeven distance in pips or ticks covering spread and commission
  • ATR — Stop Loss distance compared with ATR (for example 1.20× means SL is 1.2 times ATR)
  • Risk % — Stop Loss money as percent of balance
  • Nights — estimated nights of negative swap before net Take Profit is consumed; n/a when swap is not negative

The last line is status: ready, market closed, turn on AutoTrading, invalid lines, high spread, or the last order result / error.

Inputs

Open Inputs from the EA properties (right-click the chart, Expert List, RiskControlPro, Properties, Inputs).

Risk

  • Risk % of balance — percent of account balance used to size the AUTO lot from Stop Loss (default 1.0). Must be greater than 0 and at most 100.
  • Round-trip commission per lot — commission to open and close 1.0 lot, in account currency. Default 0. If your broker charges commission, enter the round-trip amount (example: 3.5 open + 3.5 close = 7). If the symbol is spread-only, leave 0. The panel shows “set input” while this is 0 so it is clear the value is not taken from the broker.
  • ATR period — period of the Average True Range used for the first TP/SL placement and the ATR comparison (default 14).
  • Warn if spread > % of SL — spread warning threshold as a percent of Stop Loss distance (default 25).
  • Decimals for money / ratio — decimal places for money, percent, and R:R (default 2).

Lines

  • Entry / TP / SL color — line colors
  • Line width — thickness of the three lines
  • Save line prices between sessions — when true, Entry/TP/SL are stored in terminal GlobalVariables per symbol and timeframe and restored on the next attach

Panel

  • Corner — chart corner used as the panel origin
  • Offset X / Offset Y — pixel offset from that corner
  • ATR, % balance, swap nights — show or hide the extra metrics row

Trading

  • Show order buttons — when false, the panel is read-only (no order buttons)
  • Magic number — identifier written on orders sent by this EA
  • Deviation (points) — maximum price deviation for market orders
  • Order comment — comment string on sent orders

Pip and tick value

Monetary estimates use the symbol tick value:

Pip value per lot = SYMBOL_TRADE_TICK_VALUE × (pip size / SYMBOL_TRADE_TICK_SIZE)

Pip size:

  • Forex with 3 or 5 digits — 10 × Point
  • Forex with 2 or 4 digits — Point
  • Other symbols (indices, crypto, and similar) — tick size; distances are labeled in ticks

These figures are estimates. Live fill, spread, commission, and swap depend on the broker and can differ from the panel.

Notes

Risk Control Pro does not guarantee profit, fill quality, or exact commission/swap. Fast markets can move between the panel update and the order. Use your own rules for risk, and check the lot field before sending an order. Removing the EA from the chart deletes its objects. Saved line prices remain in GlobalVariables only if persistence is enabled.

Produits recommandés
Pro Trader Assistant 1.1 - The Ultimate Trading Companion NB: DOES NOT WORK ON STRATEGY TESTER. FOR TESTING, DM ME   Trade Simple, Smarter, Safer, and More Efficiently Are you ready to transform your trading with institutional-grade risk management? Pro Trader Assistant 1.1  is your complete solution for mastering trading psychology, risk control, and execution efficiency. Built for both prop firm challenges and retail trading. Why Choose Pro Trader Assistant 1.1 Perfect for retail trading
LT Round Numbers MT5
Thiago Duarte
4.86 (21)
Round numbers (or key levels) is an amazing strategy. These numbers are strong support and resistance levels. So what this indicator does is draw horizontal lines on the chart to help you find these levels. Configurations: Key levels in pips - distance between the lines. Color -   lines color. Style -   lines style. Width -  lines width. Display at background -  draw lines in front or back of candles. Selectable -  turn on or off the option to select the lines. Lines identification -  identifica
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Accounts Protector MT5
Vladimir Mametov
5 (5)
The Expert Advisor is designed to protect the account, fix profit (loss) and display current information about the account. Trading account protection is carried out by closing all open orders in the terminal and/or closing all charts. When running the Expert Advisor with default parameters, it will only display your account information and will be reduced in size. Next, you can set the conditions under which your trading account will be protected. Profit and loss limits can be set for daily pro
FREE
Adhera II
Putu Hery Siswanto
ADHERA II ADHERA II is a free MetaTrader 5 Expert Advisor designed primarily for Gold trading using a structured ALPHA + HERO bounded recovery system . The EA begins each trading cycle with one initial position called ALPHA . If the market moves against ALPHA, the HERO system may add recovery positions sequentially at predefined price distances. Recovery positions are not opened simultaneously. ADHERA II is a complete free product. It is not a demo, trial or intentionally restricted edition. Tr
FREE
LT Donchian Channel
Thiago Duarte
4.86 (7)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Pro Spread Monitor Pro Spread Monitor is a specialized, professional-grade utility designed to provide real-time, low-latency monitoring of market spreads directly on your trading chart. In high-volatility environments, sudden spread spikes can significantly impact your execution quality and the integrity of your stop-loss levels. This indicator provides immediate visual feedback, allowing you to identify "danger zones" instantly and avoid trading during periods of unfavorable liquidity. Key Fea
FREE
Rainbow MT5
Jamal El Alama
4 (1)
Description : Rainbow MT5 is a technical indicator based on Moving Average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
================================================================ MATRIX CONDITION MONITOR Live Trade Condition Panel for MetaTrader 5 Fully Automatic -- Works with ALL Matrix EAs ================================================================ NEVER MISS A TRADE SETUP AGAIN Matrix Condition Monitor is a free utility that attaches to any chart and automatically checks all 10 trade conditions in real time -- showing you exactly why a trade will or will not open, and alerting you the moment ever
FREE
PZ Trade Pad MT5
PZ TRADING SLU
4.46 (24)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with d
FREE
XAU VWAP Mean Reversion H4 Expert Advisor for MetaTrader 5 — Gold / XAUUSD focus Version: 1.00 What it is XAU VWAP Mean Reversion H4 is an Expert Advisor for gold on the H4 chart. Intraday VWAP mean-reversion style participation on gold H4. Built for structured automated participation — not grid , not martingale . Evaluate on your broker and risk profile before any live use. This product is a technical system . Exact thresholds and entry equations remain internal product design and are not publ
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
King Experts V2
Craig Alden Matteo
King_Expert EA - Professional Trading System Overview King_Expert EA is a sophisticated automated trading system for MetaTrader 5 that combines trend-following strategies with intelligent risk management. The EA uses a multi-layered approach to identify high-probability trading opportunities while incorporating advanced features like grid averaging and dynamic position management. Core Trading Strategy Primary Signal Generation EMA Crossover System : Uses dual Exponential Moving Averages (21/50
FREE
Mini Charts MTF EMA Mini Charts MTF EMA is a MetaTrader 5 indicator that displays multiple mini charts from selected timeframes directly on the main chart. It helps traders monitor multi-timeframe price movement and EMA direction in one clean visual layout. Main Features Multiple mini charts on the main chart Custom timeframe selection for each mini chart Up to 4 EMA lines for every mini chart Custom EMA period, shift, method, applied price, color, style, and width Custom mini chart width, heigh
FREE
Golden Square X
Huynh Tan Linh N
4.18 (11)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
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
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
"Manage multiple positions as a single unit with hidden targets." The Virtual Basket TP SL Manager is a professional MetaTrader 5 utility designed to automate the closing of positions based on the total profit or loss of a group of orders (a "basket"). By utilizing Virtual Levels , all Take Profit (TP) and Stop Loss (SL) targets are stored locally within the EA's memory and are not sent to the broker's server, keeping your strategy safe from stop-hunting and price manipulation. Key Features Virt
FREE
Inverse Liquidity Grab Ultimate EA
Stephen Muriithi Muraguri
5 (1)
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
If you like BTC Speed Alpha Indicator, you can also check BTC Speed Alpha EA on my MQL5 profile. The EA version is designed for automated BTCUSD trading with risk control, Break Even, trailing stop, position assist and dashboard panel. BTC Speed Alpha is a free MetaTrader 5 indicator designed for Bitcoin / BTCUSD traders who want a clean visual tool for reading market direction, impulse movement and potential BUY / SELL opportunities directly on the chart. The indicator combines an adaptive t
Coral Indi
Dinh Duong Luong
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
AutoGen Hybrid Mean Reversion EA MT5 Designed for Gold (XAUUSD) and major forex pairs, AutoGen Hybrid Mean Reversion EA MT5 is a fully automated expert advisor for MetaTrader 5 that trades the classic Bollinger Bands mean-reversion setup, filtered by the ADX indicator to stay out of strong trending markets. It combines two well-known concepts — reversion to the mean and trend-strength filtering — into a single robust trading robot. The strategy is symbol-agnostic: the same Bollinger / ADX / ATR
FREE
Brent Trend Bot
Maksim Kononenko
4.5 (16)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
Description générale Cet indicateur est une version améliorée du Canal Donchian classique, enrichie de fonctionnalités pratiques pour le trading réel. En plus des trois lignes standard (supérieure, inférieure et ligne médiane), le système détecte les cassures et les affiche visuellement avec des flèches sur le graphique, en montrant uniquement la ligne opposée à la direction actuelle de la tendance pour une lecture plus claire. L’indicateur comprend : Signaux visuels : flèches colorées lors des
FREE
Candle by Seconds
Marcelo Akio Iqueuti
4.46 (46)
It was developed especially for intraday operations, allowing the market operator to create unconventional candlestick charts, to escape the traditional points of OHLC (Open, Hight, Low and Close). This Expert Advisor (EA) assembles custom candles in any time frame by seconds unit. You can generate charts that are not available in standard Metatrader 5 periods, for example: Generate a chart of an unconventional time frame of 27 seconds or, if you want to generate 7 minutes time frame, just t
FREE
Эксперт  MACD_LevelTrader MT5   создан для торговле валютной пары XAUUSD. Данная версия это наработки того, что можно извлечь  из  индикатора MACD и Moving Average.  Важно   перед тестированием изменить настройку с 1000 на 5000                       Offset in points UP from SMA200 for sell              5000                       Offset in points DOWN from SMA200 for buy        5000   Тайм фрейм  М5. Два варианта логики, П араметр  true=вход по уровню  MACD +   SMA200, false=вход по MACD  Тестиру
FREE
Voici NAS100 Auto SL and TP Maker pour MT5 : Ne manquez plus jamais le réglage du StopLoss et du TakeProfit avec notre NAS100 Auto SL and TP Maker, un assistant indispensable pour les traders qui naviguent sur le marché du Nasdaq 100 sur MetaTrader 5. Cet outil est conçu pour ceux qui recherchent une solution transparente pour automatiser la gestion des niveaux de StopLoss et TakeProfit. Caractéristiques principales : Automatisation sans effort : Surveille automatiquement les transactions sur
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Equity monitor
Vasiliy Pritchin
Equity monitor This is a simple means change informer. I wrote it for myself, maybe someone will need it... 1. Displays the change in funds for the day. Every day, when the terminal is first launched, it remembers the current funds and monitors changes throughout the day. 2. The first day of the month, well remembers the money and, within months, to monitor changes. 3. Well, it displays the profit of the open position. To work, you need to create 4 global variables: gvarEqityDay , gvarEq
FREE
Les acheteurs de ce produit ont également acheté
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Bienvenue sur Trade Manager EA, l’outil ultime de gestion des risques conçu pour rendre le trading plus intuitif, précis et efficace. Ce n’est pas seulement un outil d’exécution d’ordres ; c’est une solution complète pour la planification des trades, la gestion des positions et le contrôle des risques. Que vous soyez débutant, trader expérimenté ou scalpeur ayant besoin d’une exécution rapide, Trade Manager EA s’adapte à vos besoins, offrant une flexibilité sur tous les marchés, des devises et i
TradePanel MT5
Alfiya Fazylova
4.88 (166)
Trade Panel est un assistant commercial multifonction. L'application contient plus de 50 fonctions de trading pour le trading manuel et permet d'automatiser la plupart des tâches commerciales. Avant l'achat, vous pouvez tester la version de démonstration sur un compte de démonstration. Télécharger la version d'essai de l'application pour un compte de démonstration : https://www.mql5.com/fr/blogs/post/762644 . Instructions complètes ici . Commerce. Permet d'effectuer des opérations commerciales e
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (146)
Découvrez une expérience exceptionnellement rapide de copie de trades avec le   Local Trade Copier EA MT5 . Avec sa configuration facile en 1 minute, ce copieur de trades vous permet de copier des trades entre plusieurs terminaux MetaTrader sur le même ordinateur Windows ou Windows VPS avec des vitesses de copie ultra-rapides de moins de 0.5 seconde. Que vous soyez un trader débutant ou professionnel, le   Local Trade Copier EA MT5   offre une large gamme d'options pour le personnaliser en fonc
Astro Trade MT5
Indra Maulana
5 (2)
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
================================================================================ 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
Version Bêta Le Telegram to MT5 Signal Trader est presque prêt pour la sortie officielle en version alpha. Certaines fonctionnalités sont encore en développement et vous pourriez rencontrer de petits bugs. Si vous rencontrez des problèmes, merci de les signaler, vos retours aident à améliorer le logiciel pour tout le monde. Telegram to MT5 Signal Trader est un outil puissant qui copie automatiquement les signaux de trading depuis des chaînes ou groupes Telegram vers votre compte MetaTrader 5 .
Telegram to MT5 Multi-Channel Copier copie automatiquement les signaux de trading de vos canaux Telegram directement vers MetaTrader 5. Pas de bots, pas d'extensions de navigateur, pas de copie manuelle. Vous recevez un signal sur Telegram et l'EA ouvre l'opération sur votre terminal en quelques secondes. Le produit comprend deux composants : une application Windows qui écoute vos canaux Telegram, et cet Expert Advisor qui exécute les signaux sur votre terminal MT5. Une version MT4 est également
Power Candles Strategy Scanner - Outil de recherche de configurations multi-symboles à optimisation automatique Le Power Candles Strategy Scanner utilise le même moteur d'auto-optimisation que celui qui alimente l'indicateur Power Candles, pour chaque symbole de votre Market Watch, en parallèle. Un panneau vous indique quels symboles sont statistiquement négociables à l'instant, quelle stratégie est la plus performante pour chacun, la paire Stop Loss / Take Profit optimale, et vous alerte dès qu
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copier est un utilitaire professionnel conçu pour copier et synchroniser les commandesentre les comptes de trading. Les commandes sont copiées du compte/terminal du fournisseur vers le compte/terminal du destinataire, qui sont installés sur le même ordinateur ou vps. PROMOTION - Si vous avez déjà acquis le "Trade copier MT5", vous pouvez obtenir le "Trade copier MT4" gratuitement (pour la copie MT4 > MT5 et MT4 < MT5). Pour obtenir des informations plus détaillées sur les conditions, veuil
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Copieur professionnel de trades pour MetaTrader 5 Un copieur de trades rapide, professionnel et fiable pour MetaTrader . COPYLOT permet de copier des trades Forex entre les terminaux MT4 et MT5 avec prise en charge des comptes Hedge et Netting . La version MT5 de COPYLOT prend en charge : - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Version MT4 Description complète + DEMO + PDF Comment acheter Comme
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (4)
Telegram To MT5 — Copieur de signaux Transformez les appels de trading de vos canaux Telegram en véritables ordres MT5 — automatiquement, sur autant de comptes que vous le souhaitez, avec le risque et les règles entièrement sous votre contrôle. Telegram To MT5 relie les canaux VIP / de signaux que vous suivez déjà sur Telegram à votre terminal MetaTrader 5. Une application de bureau compagnon gratuite lit les messages (même des canaux qui bloquent les bots), et cet Expert Advisor les exécute sur
Premium Trade Manager - Le panneau de trading avec un coach intégré Premium Trade Manager intègre un coach de trading directement dans votre graphique, avec un moteur d'exécution complet en dessous. Configurez le trade comme vous le faites toujours, puis laissez Max, votre coach de trading IA, analyser ce setup exact par rapport à votre compte en direct et vous donner un verdict clair avant de vous engager : le stop est-il discipliné, le risque est-il raisonnable, une publication à fort impact e
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual est un panneau de trading permettant de travailler avec une grille d'ordres. L'utilitaire est universel, possède des paramètres flexibles et une interface intuitive. Il fonctionne avec une grille d'ordres non seulement dans le sens des pertes, mais aussi dans le sens de l'augmentation des profits. Le commerçant n'a pas besoin de créer et de maintenir une grille d'ordres, l'utilitaire le fera. Il suffit d'ouvrir une ordre et "Grid Manual" créera automatiquement une grille de ordres po
VirtualTradePad PRO SE MT5 — centre de contrôle de trading professionnel pour MetaTrader 5 VirtualTradePad PRO SE est un panneau de trading premium basé sur le graphique et un espace de gestion des trades pour MetaTrader 5 . Il est conçu pour les traders qui souhaitent une exécution plus rapide, un contrôle plus clair des positions, une gestion structurée des trades, une planification visuelle des niveaux et un flux de travail professionnel directement depuis le graphique. Ce n’est pas seulement
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
Trade Manager pour vous aider à entrer et sortir rapidement des transactions tout en calculant automatiquement votre risque. Y compris des fonctionnalités pour vous aider à éviter le sur-trading, le trading de vengeance et le trading émotionnel. Les transactions peuvent être gérées automatiquement et les mesures de performances du compte peuvent être visualisées dans un graphique. Ces fonctionnalités rendent ce panneau idéal pour tous les traders manuels et contribuent à améliorer la plateforme
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:/
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts est un utilitaire de trading tout-en-un destiné aux traders professionnels. Il combine des types de graphiques personnalisés tels que les graphiques en secondes et Renko avec une analyse avancée du flux d’ordre s utilisant Footprints , Clusters , Profils de Volume , études VWAP et outils d’analyse ancrés pour une compréhension plus approfondie du marché. Le trading et la gestion des positions sont effectués directement depuis le graphique via un panneau intégré de gestion des ord
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Custom Alerts AIO : Surveillez tous les marchés à la fois — sans aucune configuration Présentation Custom Alerts AIO est une solution de surveillance du marché prête à l’emploi, sans configuration nécessaire. Tous les indicateurs requis — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — sont directement intégrés. Aucun graphique n’est affiché, ce qui rend cet outil idéal pour la génération d’alertes en temps réel. Il prend en charge toutes les classes d’actifs proposées par votre courtie
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart - un outil unique pour créer des graphiques en secondes dans MetaTrader 5 . Grâce à Seconds Chart , vous pouvez créer un graphique avec une période définie en secondes, offrant une flexibilité et une précision idéales pour l'analyse, indisponibles sur les graphiques standards en minutes ou en heures. Par exemple, la période S15 indique un graphique avec des bougies d'une durée de 15 secondes. Vous pouvez utiliser n'importe quels indicateurs et experts advisors compatibles avec les
Anchor Trade Manager
Kalinskie Gilliam
5 (7)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
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
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.
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
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator pour MetaTrader 5 — système professionnel de duplication de positions dans un seul terminal Un Expert Advisor fiable conçu pour les traders qui veulent dupliquer automatiquement des positions déjà ouvertes dans MetaTrader 5, augmenter le volume global, appliquer leurs propres règles de lot et gérer les duplicatas avec une logique précise. C’est un outil pratique pour le trading manuel, les systèmes automatisés et la gestion plus flexible de positions déjà existantes dans un seul term
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
MT5 to Telegram Signal Provider est un utilitaire facile à utiliser et entièrement personnalisable qui permet l'envoi de signaux spécifiés vers un chat, un canal ou un groupe Telegram, transformant ainsi votre compte en fournisseur de signaux. Contrairement à la plupart des produits concurrents, il n'utilise pas d'importations DLL. [ Démonstration ] [ Manuel ] [ Version MT4 ] [ Version Discord ] [ Canal Telegram ]  New: [ Telegram To MT5 ] Configuration Un guide utilisateur étape par étape est
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
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
Plus de l'auteur
SMA Riels
Andres Eduardo Rodriguez Fortunato
Overview SMARiels is a MetaTrader 5 chart indicator for structural price analysis. The user selects a price range with two vertical lines. Inside that range, the indicator calculates horizontal price levels, directional slope, zone force, zone touches, imbalance, and the strongest BUY and SELL rails by signed zone score. The indicator is an analysis tool. It does not place orders and it does not replace risk management. Strong BUY and Strong SELL rails show where buying or selling pressure is co
DualVision AI
Andres Eduardo Rodriguez Fortunato
Overview DualVision AI is a MetaTrader 5 Expert Advisor for vision-based chart analysis. The user selects a candle range with two vertical lines and runs an AI analysis on demand. DualVision AI builds an optimized candlestick image and normalized OHLC data for that range, then sends them to Claude (Anthropic) or ChatGPT (OpenAI). The model returns a structured signal with trend, local pattern, conflict flag, confidence, take profit, and stop loss. DualVision AI is an analysis assistant. It does
Filtrer:
Aucun avis
Répondre à l'avis