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.

Recommended products
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
Virtual Basket TP SL Manager
Moh Nugraha Kusuma
5 (1)
"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)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
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
NAS100 Auto Sl And TP MT5
Moustapha Boulouz
5 (2)
Introducing NAS100 Auto SL and TP Maker for MT5: Never miss setting StopLoss and TakeProfit again with our NAS100 Auto SL and TP Maker, an indispensable assistant for traders navigating the Nasdaq 100 market on MetaTrader 5. This tool is designed for those who seek a seamless solution to automate the management of StopLoss and TakeProfit levels. Key Features: Effortless Automation: Automatically monitors Nasdaq 100 trades without StopLoss and/or TakeProfit. Dynamically adjusts levels based on u
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
Buyers of this product also purchase
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
Forex Trade Manager MT5
InvestSoft
4.98 (670)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, crypto, or future
TradePanel MT5
Alfiya Fazylova
4.88 (166)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (146)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
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
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (4)
Telegram To MT5 — Signal Copier Turn the trading calls from your Telegram channels into real MT5 orders — automatically, on as many accounts as you like, with risk and rules fully under your control. Telegram To MT5 connects the VIP / signal channels you already follow on Telegram to your MetaTrader 5 terminal. A free companion desktop app reads the messages (even from channels that block bots), and this Expert Advisor executes them on your account — applying your own risk settings, symbol mappi
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the "Grid manual" will automatically create a grid of orders for it and will accompany it until the close. F
VirtualTradePad PRO SE MT5 — professional trading control center for MetaTrader 5 VirtualTradePad PRO SE is a premium chart-based trading panel and trade-management workspace for MetaTrader 5 . It is designed for traders who want faster execution, clearer position control, structured trade management, visual level planning and a professional workflow directly from the chart. This is not only a BUY / SELL panel. PRO SE combines manual trading, pending orders, position management, partial exits, b
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
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 is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Trade 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: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart is a unique tool for creating second-based charts in MetaTrader 5 . With Seconds Chart , you can construct charts with timeframes set in seconds, providing unparalleled flexibility and precision in analysis that is unavailable with standard minute or hourly charts. For example, the S15 timeframe indicates a chart with candles lasting 15 seconds. You can use any indicators and Expert Advisors that support custom symbols. Working with them is just as convenient as on standard charts.
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 for MetaTrader 5 — professional position duplicator inside one terminal A reliable Expert Advisor for traders who want to automatically duplicate already opened positions in MetaTrader 5, increase volume, apply custom lot settings, and manage duplicates with precise rules. It is a practical tool for manual trading, algorithmic systems, and flexible management of existing positions inside one terminal. Duplicator for MT5 does not open positions by its own trading strategy. Its role is
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 turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ]     New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
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
More from author
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
Filter:
No reviews
Reply to review