Trailing Stop Manager PRO

Trailing Stop Manager PRO v3.0 — Position Management Suite (MT5)

Trailing Stop Manager PRO is an Expert Advisor for MetaTrader 5 that automates the management of all your open positions: trailing stop, break-even, partial closes, drawdown protection and alerts. Version 3.0 is a complete rebuild that multiplies trailing modes, adds Telegram alerts, integrates drawdown protection for Funded accounts, and provides a visual dashboard with interactive controls.

The EA works with manual orders and orders generated by any other Expert Advisor. It can manage all positions on the account or target specific symbols and MagicNumbers (CSV lists for multi-strategy setups).

What's new in v3.0

  • 6 trailing stop modes (vs 2 in v1.0): Fixed Pips, ATR, Chandelier Exit, Moving Average (SMA/EMA), Parabolic SAR, Candle High/Low
  • 3-level cumulative partial close (TP1, TP2, TP3) with configurable close percentage per level
  • 5 risk presets in one click: Custom, Scalper, Day Trader, Swing, Funded Account
  • Equity Drawdown Protection for Funded accounts (daily and overall limits, automatic close)
  • Profit Lock: locks a configurable percentage of the peak profit reached
  • Virtual SL: trailing stop hidden from the broker
  • Telegram alerts via WebRequest (Bot Token + Chat ID)
  • Anti-spread filter: suspends trailing when spread exceeds a threshold
  • Multi-symbol and multi-MagicNumber filters via CSV
  • Interactive dashboard: daily statistics, drag & drop, DPI scaling, tooltips
  • State persistence: ON/OFF status is preserved across restarts

Purpose

  • Standardize stop management across all open positions on the account
  • Dynamically adapt the stop to volatility (ATR, Chandelier, Candle H/L modes)
  • Protect capital during Funded account evaluations (Daily DD, Overall DD)
  • Manage multiple EAs and strategies in parallel via CSV filters
  • Provide real-time monitoring through the interactive dashboard

The 6 trailing modes

  • Fixed Pips: constant distance in pips with a minimum step between two modifications
  • ATR Dynamic: stop adapted to volatility (ATR x multiplier)
  • Chandelier Exit: anchored to the high/low of a window, minus one ATR
  • Moving Average: follows a moving average (SMA or EMA) with a pip buffer
  • Parabolic SAR: follows the SAR as long as it stays on the correct side of price
  • Candle High/Low: follows the low/high of the last N candles with a buffer

Equity Drawdown Protection (Funded accounts)

Module dedicated to traders evaluating on Funded accounts. Continuously monitors two configurable limits:

  • Max Daily DD %: maximum drawdown allowed on the start-of-day equity (reset at 00:00 server time)
  • Max Overall DD %: maximum drawdown allowed since the initial attachment of the EA

If breached, the EA can close all positions (DD_CloseAll) and/or suspend any new trailing (DD_StopTrailing). The lock can be released manually from the dashboard (RESET DD button).

Profit Lock

Once the profit reaches the arming threshold (ArmAtPips), the EA locks a percentage of the observed peak profit through a stop computed from the entry price. The stop can no longer move backwards.

Telegram alerts

Sends structured notifications to your personal Telegram bot (created via @BotFather) on each key event: break-even activation, TP1/TP2/TP3 hits, Profit Lock arming, Basket Close trigger, Equity DD breach. Configuration via Bot Token + Chat ID in inputs. URL to add in Tools > Options > Expert Advisors > Allow WebRequest: https://api.telegram.org

5 Risk Presets (one-click configuration)

At startup, the chosen preset overrides the relevant inputs:

  • Custom: your parameters as-is
  • Scalper: trailing 8 pips, step 2, BE 5 pips, 1 TP at 10 pips (50%)
  • Day Trader: trailing 20 pips, step 5, BE 15 pips, 3 TPs at 20/40/60 pips (30/30/50%)
  • Swing: ATR trailing, BE 50 pips, TPs at 100/200 pips
  • Funded Account: trailing 15 pips, BE 8 pips, 2 TPs, Equity DD enabled (3% daily / 7% overall)

3-level partial close (TP1 / TP2 / TP3)

Each level has its own pip threshold and its own close percentage. Levels trigger in order (TP2 requires TP1 to be reached first, etc.) and volumes are calculated on the remaining volume after each close.

Filters and multi-strategy compatibility

  • Direction: Buy only, Sell only, or both
  • Symbols: CSV list (e.g. EURUSD,XAUUSD,GBPJPY) or empty for all account symbols
  • MagicNumbers: CSV list (e.g. 12345,67890) or empty for all magics
  • Session: time window (server time) with midnight overlap support
  • Anti-spread: suspends trailing when spread exceeds N pips

Dashboard

  • Displays active mode, floating P&L, number of trailed/pending positions
  • Daily statistics: Day P&L, BE Locks, TP Hits (TP1/TP2/TP3), Profit Locks, Max DD
  • Interactive buttons: ON/OFF (state persisted), CLOSE ALL (double-click confirmation), RESET DD
  • Draggable header, automatic DPI scaling (4K compatible), educational tooltips on each section
  • Chart visuals: profit zone, SL/VSL line, TP levels, per-trade mini-panel, trailing history points

Main parameters

Risk Preset: Custom / Scalper / Day Trader / Swing / Funded

Trailing: TrailingMode, EnableTrailing, TrailingStopPips, TrailingStepPips, ATR_Period, ATR_Multiplier, Chandelier_Period, Chandelier_ATR_Mult, MA_Period, MA_Type, MA_Shift, MA_Buffer_Pips, SAR_Step, SAR_Maximum, Candle_Lookback, Candle_Buffer_Pips

Break-Even: EnableBreakEven, BreakEvenPips, BreakEvenExtraPips

3-level Partial Close: EnableTP1/TP2/TP3, TP1_Pips/TP2_Pips/TP3_Pips, TP1_ClosePercent/TP2_ClosePercent/TP3_ClosePercent

Profit Lock: EnableProfitLock, ProfitLock_ArmAtPips, ProfitLock_LockPct

Virtual SL: UseVirtualSL, VirtualSL_ShowLine

Basket Close: EnableBasketClose, BasketProfitTarget, BasketLossLimit

Equity Drawdown Protection: EnableEquityDD, MaxDailyDD_Percent, MaxOverallDD_Percent, DD_CloseAll, DD_StopTrailing

Session / Spread filters: EnableSessionFilter, SessionStartHour/Min, SessionEndHour/Min, EnableSpreadFilter, MaxSpreadPips

Position filters: TrailBuyOnly, TrailSellOnly, TrailSymbolsFilter (CSV), MagicNumbersFilter (CSV)

Alerts: EnableAlerts, EnablePushNotifications

Telegram: EnableTelegram, TG_BotToken, TG_ChatID, TG_AlertBE, TG_AlertTP, TG_AlertProfitLock, TG_AlertBasket, TG_AlertDD

Dashboard: ShowDashboard, DashboardX, DashboardY, DashWidth, DPIScaleOverride, DashFontBoost

Usage

  1. Copy the .ex5 file into the MQL5/Experts folder and restart MT5
  2. For Telegram alerts, add https://api.telegram.org in Tools > Options > Expert Advisors > Allow WebRequest
  3. Drop the EA onto an MT5 chart (any symbol and timeframe)
  4. Optional: choose a Risk Preset for automatic configuration, or leave on Custom
  5. Set the trailing mode and its dedicated parameters
  6. Enable the desired modules (Break-Even, Partial Close, Profit Lock, Virtual SL, Basket Close, Equity DD)
  7. Configure filters (direction, CSV symbols, CSV magics, session, spread)
  8. If Telegram is enabled, fill in Bot Token and Chat ID
  9. Monitor the interactive dashboard and use the ON/OFF, CLOSE ALL, RESET DD buttons as needed

Recommendations

  • On highly volatile indices and metals (XAUUSD, US30, NAS100), ATR or Chandelier modes provide more progressive adaptation
  • On major Forex pairs, Fixed mode with step is sufficient in most cases
  • For Funded accounts, the Funded Account preset automatically enables Equity DD protection (3% daily / 7% overall) — adjust these values to your provider's rules
  • Enable Virtual SL if your broker shows stops to liquidity providers or if you wish to hide your exit level
  • Always test each configuration on a demo account before live use

Compatibility

  • Platform: MetaTrader 5 (Expert Advisor)
  • Account types: Hedging and Netting
  • Inputs: manual orders and orders generated by any third-party EA
  • Markets: Forex, indices, metals, crypto and other instruments depending on the broker's offering
  • Display: automatic DPI scaling (FullHD to 4K)

PDF user guide

A PDF user guide is available on request for buyers. Contact me via MQL5 private messaging after installation to receive it.

FAQ

Does the EA act on pending orders?
No, only on open positions.

Can multiple source EAs with different MagicNumbers be managed?
Yes, the MagicNumbersFilter parameter accepts a CSV list (e.g. 12345,67890,11111).

Can multiple symbols be managed at once from a single chart?
Yes. Leave TrailSymbolsFilter empty to manage all account positions, or list symbols in CSV (e.g. EURUSD,XAUUSD,GBPJPY).

How do I configure Telegram?
Create a bot with @BotFather, get the token. Start a conversation with the bot then open https://api.telegram.org/bot[TOKEN]/getUpdates to retrieve your chat_id. Fill both in the TG_BotToken and TG_ChatID inputs, and add https://api.telegram.org to the allowed WebRequest URLs.

What happens if the Equity DD limit is breached?
Depending on your settings, the EA can close all filtered positions (DD_CloseAll) and/or suspend any new trailing (DD_StopTrailing). The lock can be released manually via the dashboard's RESET DD button.

Can break-even, profit lock and trailing work together?
Yes. The logical order is: Virtual SL check, Profit Lock, Break-Even, Partial Close, then Trailing Stop. Each module only moves the stop in a favorable direction.

What happens if a Stop Loss is already set?
The existing SL is preserved until trailing/step conditions are met. The EA never moves an SL against the position.

Is the ON/OFF status preserved after MT5 restart?
Yes, via MT5 GlobalVariables. If you pause the EA through the dashboard button, it will remain paused on the next startup.

Free version available

A Trailing Stop Manager LITE version is available for free on MQL5 Market. It provides Fixed Pips mode, break-even, 1-level partial close, basic filters and the same dashboard. The PRO version adds the 5 advanced modes (ATR, Chandelier, MA, PSAR, Candle), 3-level partial close, Profit Lock, Equity DD Protection, Telegram alerts, Virtual SL, the 5 Risk Presets and multi-symbol/magic CSV filters.

Risk warning

Trading carries a high risk of loss. This Expert Advisor automates trailing stop management and certain position management actions, but does not guarantee any results. It is your responsibility to test each configuration on a demo account before live use and to adapt it to your broker, your instruments and your risk tolerance. Never invest money you cannot afford to lose.

Changelog

  • v3.00 — Major rebuild. Added 4 trailing modes (Chandelier, MA, PSAR, Candle H/L). Moved to 3-level partial close. New modules: Profit Lock, Virtual SL, Basket Close, Equity Drawdown Protection (Funded accounts), Anti-Spread filter, Telegram alerts, 5 Risk Presets in one click. CSV multi-symbol and multi-MagicNumber filters. New dashboard with drag & drop, DPI scaling, tooltips, daily statistics (P&L, BE Locks, TP Hits, Profit Locks, Max DD). State persistence across restarts. Manual RESET DD button.
  • v1.00 — Initial version: Fixed Pips and ATR trailing, break-even, 1-level partial close, dashboard, basic filters and alerts.
Recommended products
Episode Health Monitor Episode Health Monitor is a trading utility for MetaTrader 5 designed to analyze the real-time condition of active trading positions directly on the chart. The tool evaluates the current “trading episode” - a group of open positions - and provides a structured view of risk, stability, and distance to potential failure. Instead of relying only on profit/loss or price movement, it helps identify whether the current position is stable, weakening, or approaching a critical st
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
TradeControl Pro – Advanced Trade Manager for MetaTrader TradeControl Pro is a trade management tool for MetaTrader that enables structured and efficient management of trading positions directly on the chart. The application combines a clearly designed user interface with automated calculations and flexible control options for different trading approaches. The integrated on-chart panel is organized in a tabular layout and divided into three main sections (tabs): Execution , Close , and Info . Th
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, symbol and order ticket number. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so you
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
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
SLTPSetter
Raphael Djangmah Osro Agbo
SLTPSetter - StopLoss Take Profit Setter HOW DOES IT WORK? Risk and account management is a very critical aspect of trading. Before entering a position, you must be fully aware how much you will be willing to loss both in percentage and value. This is where SLTPSetter gets you covered.  All you need to do is attach the indicator on the chart and PRESS BUY OR SELL automatically, all parameters needed for placing the trades will be provided at the top left corner of the screen. Feel free to adjust
Local Copy Trader Utility - Professional Copy Trading System Overview Local Copy Trader Utility is the complete solution for mirroring trades between MetaTrader 5 accounts. With both Master and Slave functionality in one powerful Expert Advisor, it delivers reliable, lightning-fast trade copying with zero external dependencies. Perfect for managing multiple accounts, following trading signals, or transferring trades between brokers, this system ensures your positions stay perfectly synchronized
Symbol Manager for MT5
Taras Slobodyanik
5 (3)
Symbol Manager or Grid Manager, designed to group orders into one position (by Symbol or by Magic Number). This utility will be useful to multi-currency traders (many EAs), who can have multiple orders on several pairs. You will be able to see the total number of lots, the total profit, and set virtual stop loss and virtual take profit. To set a real TP (or SL), you must first set the virtual value, and then enter the command in this cell: "set". If you want to set real TP/SL for all orders at
Timeframe Trading Limiter
AL MOOSAWI ABDULLAH JAFFER BAQER
Timeframe Trading Limiter is a professional risk management and trade discipline utility designed for MetaTrader 5. It empowers traders to enforce strict, automated limits on the number of trades and the maximum allowable drawdown within each trading period, based directly on the chart timeframe selected. Whether you are a discretionary trader prone to overtrading, a prop firm challenge participant needing to adhere to strict rules, or an algorithmic trader running multiple strategies, this tool
King ElChart Manual Trade Panel
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Chart – Manual Trading Panel for MetaTrader 5 Overview King Chart is a simple yet powerful manual trading panel built for traders who want speed, precision, and clarity. It enables quick order execution, clear lot control, and real-time account monitoring  all directly on your MT5 chart. Main Features Multi-Lot Trade Execution 3 Buy and 3 Sell buttons for instant execution Each button is tied to a custom lot size field Designed for flexible scaling in or out of trades Position Management D
Smart TP SL Manager MT5 Smart TP SL Manager MT5 is a trade management utility for MetaTrader 5 designed to monitor and manage position protection directly from the chart through a compact panel. The tool focuses on a common problem in manual trading: loss of control over stop loss, take profit, and position risk when multiple trades are active. Instead of relying on manual checking or switching between terminal windows, the panel provides a structured view of protection status and risk conditio
Equity Shield Pro
Saad Janah
4.5 (2)
Equity Shield Pro 1.1 NEW VERSION  Equity Shield Pro 1.1 is a powerful utility EA designed to safeguard your trading account by actively monitoring and enforcing equity protection and profit management rules. Whether you’re trading personal accounts or working through proprietary firm challenges, this EA ensures strict adherence to risk and profit targets, enabling you to maintain discipline and consistency. Fully compatible with all challenge types, Equity Shield Pro 1.1 is specifically craft
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
Multifunctional tool: Lot Calculator, Grid Orders, R/R ratio, Trade Manager, Supply and Demand zones, Price Action and much more Demo version   |   User manual Trade Assistant   doesn't work in the strategy tester : you can download the   Demo Version HERE  to test the utility . Contact me   for any questions  / ideas for improvement / in case of a bug found If you need a MT4 version, it is available here Simplify, speed up and automate your trading   process . Expand the standard terminal capa
Expert TP SL v04
Mikhail Ostashov
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
Smart trail sl Pro
Emerson Capiral Romero
Smart Trail SL Pro Advanced algorithmic trailing stop-loss & breakeven manager for Gold (XAUUSD). Fully customizable milestone parameters, safety filters, and manual/EA trade tracking. Full Description Smart Trail SL Pro is the ultimate institutional-grade risk and trade management utility engineered specifically for the unique volatility of Gold (XAUUSD). While the free version locked you into fixed parameters, the Pro Version hands you complete control over your protection matrix. Whether you
Headline ShikaaTraders Gold Grid Pro is a high-performance trade management utility designed specifically for XAUUSD (Gold) and high-volatility pairs. It allows traders to execute complex grid-layering strategies with a single click, ensuring you never miss an entry during fast market moves. Why Choose Gold Grid Pro? Manual trading on Gold requires speed. Manually calculating distances and opening multiple positions takes too much time. This utility automates the "Scaling-In" process, allowing y
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
Trade Risk Manager MT5
Muhammad Asyraf Bin Mohd Zaffarullah
Introductory Launch Price – Only $49 USD (Limited Time!)** *This special price is available for the first 30 days only. After that, the price will increase to $99 USD. Get it now! Trade Risk Manager MT5   Welcome to Trade Risk Manager MT5 – a simple but complete risk management tool that helps you trade smarter. It is not just an order panel. It helps you plan your trade, manage your risk, and control your positions without any complex calculations. Whether you are a beginner or an exp
CoPilot dashboard MT5
Frederic Jacques Collomb
CoPilot — Daily Trading Dashboard Know your numbers. Trade with clarity. MT4 version What is CoPilot? CoPilot is a professional-grade trading assistant that displays in real time all your daily performance statistics directly on the chart — with a live equity curve that updates trade by trade. Designed for active traders who need instant visibility into their session without leaving the chart, CoPilot aggregates every closed trade of the day across all symbols and presents them in a clean, color
Risk-o-meter is a Risk calculator Panel designed to help people who are new to trading, better understand how much they are risking for potential profit or loss. Inputs: 1. Enter your Risk in % or currency 2. Enter your Return Ratio 3. Enter your Lot Size Results: 1. SL line 2. TP Line Features: 1. By moving the SL line, lot size will adjust to keep Risk fixed. 2. By moving the TP line, Risk Ration will adjust to keep Risk fixed.  
Fast execution utility for manual traders. Drag-and-drop visual trading, split take-profits, and single-ticket management system. Speed, Precision, and Risk Control. KAB Trade Manager is built for traders who need to execute fast but keep risk tight. It integrates all essential tools into floating, collapsible windows. Core Functions: Instant Order Execution:   Market and Pending orders with automatic Lot sizing based on SL distance. Focus Ticket Manager:   A dedicated window to monitor and mana
This EA is there to take your trade closing stress away. Quickly close as many trades as you have opened at the click of a button, INCLUDING PENDING ORDERS. This works on the MT5 platform whether it be currencies, Indices, stocks or Deriv synthetic indices. I have saved it under utilities as it is a utility, however, to install this, you have to save the file in you "EA" folder. That is; Go to "File", then "Open Data Folder", "MQL5" and then "Experts". Paste this file there. Restart MT5 and you'
TP SL Bot MT5
Ruslan Brezovskiy
5 (1)
TP SL Bot is a utility that automatically sets Stop Loss and Take Profit for newly opened orders in several ways. There is also a function for calculating the volume that you need to open the trade to get the desired amount with the specified Stop Loss / Take Profit size. There are several options for calculating the size and setting parameters: 1. Setting based on the amount specified by the user as a percentage of the current deposit balance. 2. Setting as the amount entered by the user. 3. Se
RiskCopilot
Carlos Adrian Feged Zapata
RiskCopilot Utility - Your Intelligent Trading Assistant "See Your Risk. Master Your Trade." RiskCopilot Utility is the ultimate risk management and position sizing solution for MetaTrader 5. This comprehensive trading assistant provides real-time calculations, advanced risk assessment tools, and professional trade analytics without taking control of your trading decisions. Perfect for both novice and professional traders seeking precise risk management across all asset classes. You focus on yo
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
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
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
TradePad
Ruslan Khasanov
5 (1)
TradePad is a tool for both manual and algorithmic trading. We present you a simple solution for fast trading operations and control of positions on several trading instruments. Attention, the application does not work in the strategy tester! Trial version of the application for a demo account and a description of all the tools The application interface is adapted for high-resolution monitors, simple and intuitive. For comfortable work, the trader is offered the following set of tools: A hot ke
Pro Gold System Indicator
PEDRO JOAQUIM GONCALVES GOMES
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (211)
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 (656)
Welcome to Trade Manager MT5 - the ultimate risk management tool designed to make trading more intuitive, precise, and efficient. This is not just an order placement tool; it's a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. Whether you're a beginner taking your first steps, an advanced trader, or a scalper needing rapid executions, Trade Manager MT5 adapts to your needs, offering flexibility across all markets, from forex and indices t
Quant AI Agents is NOT AN Expert Advisor. 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 unique data streams. Other brokers can only achieve trading performance equivalent to 60
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (138)
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
TradePanel MT5
Alfiya Fazylova
4.87 (155)
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
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
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:/
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
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
Premium Trade Manager - Fast, Disciplined Trade Management for MetaTrader 5 Premium Trade Manager is a fast on-chart panel for MetaTrader 5 that takes the mechanical work out of every trade. You decide direction, symbol and timing - the panel sizes the position to your risk, places the order with stop and target, scales out in partials, trails the stop and watches the economic calendar for you. Its built-in news intelligence goes one step further: it scores upcoming events by their real, measure
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
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
Trade Dashboard MT5
Fatemeh Ameri
4.94 (125)
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
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
Trade copier MT5
Alfiya Fazylova
4.53 (43)
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
Seconds Chart MT5
Boris Sedov
4.59 (17)
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.
Copy Cat More Trade Copier MT5 is a local trade copier and a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with a blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both Master (sender) and Slave (receiver) modes, with real-time synchronization of market and pending orders, trade modifications, pa
Poc Breakout Signal: The Ultimate Institutional Order Flow & Price Action System Elevate your trading with Poc Breakout, a comprehensive technical analysis tool designed to bridge the gap between retail trading and institutional market understanding. This all-in-one system combines powerful Buy/Sell signals, advanced Volume Profile analysis, real-time Order Flow (Depth of Market), and critical macroeconomic data to give you a clear, unambiguous edge in the markets. Poc Breakout Signal decodes c
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
Timeless Charts
Samuel Manoel De Souza
5 (5)
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
AXR Prop Guard
Stoyan Kirilov Karlov
AXR Prop Guard AXR Prop Guard is an account-wide risk protection utility for MetaTrader 5. It is built for prop-firm traders, funded-account challenges, and serious private account protection. It is part of the AXR tool line. For updates and contact options, use the official MQL5 pages: AXR MQL5 Channel: product updates, release notes and new AXR tools Telegram: open the seller profile ; the Telegram contact is listed in the profile description. After purchase, please send me a private message t
The News Filter MT5
Leolouiski Gan
4.77 (22)
This product filters   all expert advisors and manual charts   during news time.  It is able to remove any of your EA during news and automatically reattach them after news ends. This product also comes with a complete  order management system   that can handle your open positions and pending orders before the release of any news. Once you purchase   The News Filter , you will no longer need to rely on built-in news filters for future expert advisors, as this product can filter them all from her
HINN MagicEntry Extra
ALGOFLOW OÜ
4.71 (14)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Anchor Trade Manager
Kalinskie Gilliam
5 (2)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account so only one trades at a time. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite posit
AntiOverfit PRO MT5
Enrique Enguix
5 (5)
Before you buy an EA, check whether it really holds up or just got lucky in a backtest. Most robots are sold with a beautiful backtest. Rising equity curve. Good profit factor. Very few doubts. And yet, many of those EAs fall apart as soon as the market stops moving the way it did in that historical run. Why? Because a backtest only proves one thing: that the strategy worked on one specific price path. It does not prove it will hold up under different paths. It does not prove it is robust. And i
Bots Builder Pro MT5
Andrey Barinov
4.17 (6)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
Trading View ToMT5
Mirel Daniel Gheonu
The Ultimate TradingView to MT5 Bridge Automation Stop manual trading and latency issues. TradingView to MT5 Copier PRO is the fastest and most reliable bridge to execute your TradingView alerts directly on MetaTrader 5. This EA executes your trades instantly using High-Speed WebSocket technology . Installation instructions and Trial version  Key Features  Trade Copier  Ultra-Fast Execution: Uses WebSocket connectivity (faster than standard WebRequest) to minimize slippage.  Universal Broker
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate 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
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.
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Trading Panel for MetaTrader 5 — professional one-click trading from chart and keyboard A powerful trading panel for active manual trading, designed to open, manage, and close trades far faster and more efficiently than the standard MetaTrader interface. This panel is built for traders who want full control over positions, pending orders, profit management, and trading execution inside one professional workspace. This is not just another utility. It is a complete trading cockpit for MetaTrader
AlgoRadar
Stephen J Martret
5 (4)
AlgoRadar is an on-chart analytics dashboard for MT5 that aggregates Expert Advisor performance across multiple accounts, brokers, and platforms, including both MT4 and MT5 data, into a single live view on your MT5 chart. All analysis runs from the chart interface, with no external applications or manual report processing required. EA Analysis and Ranking For traders running multiple Expert Advisors, AlgoRadar provides a consolidated view of each EA's performance across accounts. Active EAs a
More from author
Market Structure Order Block Dashboard MT5 is an MT5 indicator designed for traders who want to read market structure and the main price reaction zones directly on the chart. It combines BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Liquidity, Kill Zones, Volume Profile, and a compact dashboard for quick analysis. This indicator targets traders who use market structure, ICT and Smart Money concepts as a decision framework. It can help spot trend continuations, possible reversals, price imbala
Liquidity Sweeps Detector PRO MT5 — Version 1.4 Multi-Timeframe Liquidity Sweeps Detector PRO MT5 is a technical analysis indicator for MetaTrader 5 that detects liquidity sweeps with Market Structure Shift (MSS) confirmation. Based on Smart Money Concepts / ICT methodology, it identifies Buy Side Liquidity (BSL) and Sell Side Liquidity (SSL) levels, and signals stop hunts followed by structure shift. Version 1.3 introduces native multi-timeframe analysis with A+ / A / B / C confluence scoring.
Multi-Currency Strength Dashboard PRO MT5 (v3.0) – Unified UI, Inline Sparklines, CSV Export Multi-Currency Strength Dashboard PRO is a MetaTrader 5 indicator that measures the real-time relative strength of 8 major currencies (USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD) by analyzing up to 28 Forex pairs (depending on the symbols available on your broker). Version 3.0 introduces a complete visual overhaul that matches the TradingTips Dashboard Suite theme (same look and feel as the MSOB Dashboard in
Position Size Calculator PRO MT5 (v2.20) Position Size Calculator PRO is a professional risk management tool for MetaTrader 5 that calculates the recommended lot size based on your risk per trade, Stop Loss distance, and symbol specifications (tick value, tick size, min/max/step volume, margin). No trading operations: this indicator does not open/close orders and does not manage positions. It is a decision-support tool to standardize your money management and reduce sizing mistakes before entry.
Position Size Calculator Lite MT5 – Free Risk Management Indicator Important If you need interactive Stop Loss and Take Profit zones (drag-and-drop on the chart), an advanced panel with margin, break-even, and detailed risk metrics, search the Market for: Position Size Calculator PRO MT5 . This Lite version is a free, simplified edition focused on position size calculation. Overview Position Size Calculator Lite MT5 is a free indicator that calculates the recommended lot size for a trade based o
FREE
Market Structure Order Block Dashboard MT4 is a MetaTrader 4 indicator designed for traders who want to read market structure and the main price reaction zones directly on the chart. It combines BOS, ChoCH, Order Blocks, Fair Value Gaps (FVG), Liquidity, Kill Zones, Volume Profile, and a compact dashboard for quick analysis. This indicator is intended for traders who use market structure, ICT and Smart Money concepts as a decision framework. It can help spot trend continuations, possible reversa
Multi Currency Strength Dashboard Mini (FREE) – Currency Strength Meter for MetaTrader 5 Multi Currency Strength Dashboard Mini is a free MetaTrader 5 indicator that displays the real-time relative strength of 8 major currencies (USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD) in a clean, easy-to-read dashboard. Purpose: quickly spot strong vs weak currencies to build a clearer watchlist (for example: focusing on pairs where a strong currency is matched against a weak currency). Main features (Mini vers
FREE
Trade Panel PRO MT5 Trade Panel PRO MT5 is a manual trading panel for MetaTrader 5 designed to prepare, execute and manage positions directly from the chart, with visual risk control at every step. The tool combines order preparation, automatic position sizing based on risk, interactive Entry, Stop Loss and Take Profit zones, and several trade management functions into a single interface. Version 2.0 updates Version 2.0 introduces several improvements to streamline the execution workflow: Automa
Trailing Stop Manager Basic — Free Trailing Stop EA (MT5) Trailing Stop Manager Basic is the free version of Trailing Stop Manager PRO. This MetaTrader 5 Expert Advisor automates fixed-pip trailing stop management, break-even, and 1-level partial close across all open positions on your account. It works with manual orders and orders generated by any other EA. The tool includes a professional visual dashboard identical to the PRO version — daily statistics, real-time P&L, position status, and int
FREE
LOOKING FOR THE MT5 VERSION? If you are using MetaTrader 5, click here to get the native version: https://www.mql5.com/en/market/product/155546 Multi-Currency Strength Dashboard PRO — Professional Currency Strength Indicator (MT4) Multi-Currency Strength Dashboard PRO is an advanced indicator for MetaTrader 4 that measures the relative strength of major Forex currencies in real-time. It analyzes up to 28 major pairs, calculates the normalized strength of the 8 main currencies, and display
Position Size Calculator PRO MT4 V2.0 – Lot Size + Visual SL/TP Zones (Drag & Drop) for Faster, Safer Risk Management Position Size Calculator PRO MT4 V2.0 is a position sizing (money management) indicator for MetaTrader 4. It automatically calculates the optimal lot size based on your risk per trade , your Stop Loss distance, and symbol specifications (tick value, tick size, margin, leverage, etc.). Version 2.0 is a major upgrade: instead of only reading a panel, you can manage the trade direct
Trendline Targets Dashboard MT5 Trendline Targets Dashboard MT5 is a MetaTrader 5 indicator that displays a complete visual trading plan: Signal , Entry , Stop Loss , and Take Profits automatically calculated in multiples of R (Risk). It does not place any orders. It is a visual analysis and management tool, not a trading robot. Launch Offer: Each purchase entitles you to 1 free indicator of your choice from my MQL5 profile. Exception: This bonus does not apply to Market Structure Order Block D
Backtest Report Analyzer MT5 is an MT5 indicator that reads any Strategy Tester HTML report and delivers a structured backtest audit with scores, flags and actionable recommendations . Evaluate the quality of any Expert Advisor backtest in seconds. Important: this is an analysis tool . It does not place any trades (it is not an EA). No trading permissions required. Free PDF Guide: after purchase, send me a message via MQL5 messaging to receive the complete PDF user guide . How it works Run a bac
SMC Trade Pilot MT5 Semi-automatic trading assistant for Smart Money Concepts traders. Receive rich signals on Telegram with chart screenshot, then place the trade with a single tap. Manage your positions from your phone, even when you are away from your computer. The problem this solves Smart Money setups don't wait for you. Order Blocks and Liquidity Sweeps form during the London open, the New York open, or in the middle of the Asian session, often when you are at work, in a meeting, or simply
Filter:
No reviews
Reply to review