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
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
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
HedgeSafe Trade Assistant A risk-first manual trading panel for MetaTrader 5. HedgeSafe helps you prepare, validate and manage a trade directly on the chart before you press BUY or SELL. HedgeSafe is not a signal service, market predictor, AI bot or automatic strategy. It does not choose trade direction and does not promise profit. You remain in control of every trading decision. Main capabilities Lot calculation from a percentage of account balance or a fixed amount in account currency. Stop Lo
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
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
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
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
Easy Trade Executor is a tool for fast position sizing, trade execution, and trade management in MT5. Place Open Price, Stop Loss, and Take Profit levels directly on the chart, get automatic position size calculations, and open trades with controlled risk in just a few clicks. Why Easy Trade Executor? Easy Trade Executor is designed for traders who want more than just risk calculations — they want to manage trades quickly and efficiently directly from the chart. The tool combines position sizi
Quick Trade Panel Pro
Nicolas Olivier Menetrey
5 (1)
One-click trading panel with automatic lot and risk management Quick Trade Panel Pro is an intuitive trading panel designed for traders who want to execute orders quickly while maintaining full control over their risk. Main Features Automatic lot size calculation based on a percentage of your available margin Configurable Stop Loss in points, automatically applied to each trade Lot size locked during a series of trades to ensure consistent position sizing Smart Hedge System Hedge mode allows o
FREE
Currency Exposure Matrix is a currency-level exposure dashboard derived from current open positions. Key functions: - Gross and net currency exposure - Long and short decomposition - Deposit-currency conversion - Concentration warnings - Transparent handling when conversion symbols are unavailable The utility helps users understand aggregated currency exposure across their portfolio. It does not generate entry signals, predict market direction or guarantee trading results. Review broker symbol
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'
Click Trading
Jawad Tauheed
5 (2)
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
Capital Management EA – Smart Risk Management & Profit Optimization for MT5 Take control of your trading capital with smart, automated strategies — fully optimized for MetaTrader 5 (MT5). Looking to protect your capital and maximize profits through automated money management strategies ? Capital Management EA is the all-in-one Expert Advisor for MetaTrader 5 (MT5) that helps you trade smarter, not harder. Core Features: 5-in-1 Capital Management Strategies – Built-in versatility Gr
Virgilio is a multifunction control panel consisting of several panels, each of which performs one of the most useful functions used by traders. Its aesthetic is unique, designed to blend into any working environment and offer a user experience that makes work even more enjoyable. Its operativity is simple and intuitive, developed with attention to details to be as userfriendly as possible. Its main panel displays all the basic account and chart data. The first panel offers the user the possib
Trade assistant pro v8
Ahmed Mohammed Bakr Bakr
FREE FREE FREE Trade Assistant MT5 – Professional Trading & Risk Management Panel Trade Assistant MT5 is an advanced trading panel designed to help traders execute orders faster, safer, and more professionally . It simplifies manual trading by combining smart order management , precise risk control , and one-click execution , making it ideal for both beginners and advanced traders. This tool does not trade automatically . Instead, it empowers you with full control while applying professional-gra
FREE
JMM Trade Panel MT5
Sarah Joyce Walker
JMM Trade Panel MT5 JMM Trade Panel MT5 is a practical chart- based trading utility for MetaTrader 5. Execute Buy and Sell orders directly from the chart, adjust the displayed lot size quickly, monitor basket performance, and manage trades using configurable Magic Number and symbol- management rules. Full   User   Manual: DOWNLOAD Key Features On- chart Buy, Sell, and Close All buttons. Close all trades managed by the EA with one click. Optional management of all open trades regardless of Magi
LotCalculatorPro
Reynaldo Jr Audencial Pascual
LotCalculatorPro + Smart Trading Panel LotCalculatorPro is a powerful all-in-one trading assistant designed to simplify risk management, lot size calculation, and trade execution directly from your chart. This tool helps traders control risk, calculate precise lot sizes, and manage trades automatically with smart features like break-even, partial close, and daily profit/loss protection. It is ideal for Forex traders, prop firm traders, and risk-focused traders who want a clean and efficient trad
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
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.  
Core function Intelligent transaction management one-click opening and closing operation, which supports user-defined lots to set multiple closing modes: all closing, closing by direction and closing by profit and loss status. Professional risk control, real-time risk monitoring and spread control to avoid high-cost trading environment. Visual control panel has an intuitive graphical interface, and all functions can be operated with one button to display position information, profit and loss sta
FREE
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
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 Copilot - Semi-Automatic Risk Management Panel for Gold (XAUUSD) and any instrument Trade Copilot is a semi-automatic trading panel built for manual traders who want an EA's discipline without giving up control of their own entries. You decide the direction and the level - the panel handles risk sizing, stop-loss placement, take-profit management, and trade protection automatically. KEY FEATURES - Risk-based lot sizing - choose Risk %, Risk $, or Fixed Lot; the panel calculates positio
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
Overview Candle Timer Countdown Pro displays a smooth, accurate countdown to the close of the current candle, accompanied by a circular progress arc that gives you an instant visual sense of time remaining. Unlike other timers that freeze between ticks or drift out of sync, this indicator uses server time interpolation to deliver a stutter-free countdown on every timeframe from M1 to MN. Whether you trade scalping setups on the 1-minute chart or swing positions on H4, knowing exactly when the cu
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Manual Trading Assistant Pro 【The Ultimate "Survival Tool" for Manual Traders】 Do you ever struggle with TP/SL calculations during fast-moving markets? This utility is designed for manual traders who want to focus 100% on "Entry (Offense)" and let the machine handle the "Exit (Defense)." 【Key Features】 Built-in Settings Diagnostic Never worry about wrong settings again. The [Pips Check] button automatically verifies if your multiplier settings match your broker's digit format (JPY pairs, Sta
The Ultimate All-In-One Trade Manager & Prop Firm Guardian for MT5. Nexus Pro Trade Manager is the most advanced, all-in-one trading assistant designed for both manual traders and Prop Firm challengers. Featuring a stunning, lag-free UI (Dark/Light mode), it completely transforms your MT5 into a professional trading terminal. Whether you are trading a personal account or trying to pass evaluations for FTMO, FundedNext, or other prop firms, Nexus Pro protects your capital, automates your risk cal
Lot by Risk MT5
Sergey Vasilev
4.88 (16)
The Lot by Risk trading panel is designed for manual trading. This is an alternative means for sending orders. The first feature of the panel is convenient placing of orders using control lines. The second feature is the calculation of the order volume for a given risk in the presence of a stop loss line.   Control lines are set using hot keys: take profit – T key by default; price – P key by default; stop loss – S key by default; You can configure the keys in the settings of the trading panel.
FREE
ManualEdge ∴ Manual Trading & Basket Risk Panel Trade by hand. Let the system watch your back. ManualEdge is a one-click chart panel built for discretionary traders who want the speed of manual execution combined with the discipline of automated risk management. Instead of choosing between a dumb button panel and a black-box EA, ManualEdge gives you both: you decide when to enter, the panel handles the boring ∴ and dangerous ∴ parts of managing the trade afterward. Protect yourself from bad habb
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
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 (668)
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
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (143)
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.88 (162)
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
================================================================================ 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
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
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
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
Trade copier MT5
Alfiya Fazylova
4.59 (49)
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
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:/
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
Trade Dashboard MT5
Fatemeh Ameri
4.95 (131)
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
Anchor Trade Manager
Kalinskie Gilliam
5 (6)
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, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Want to skip the setup and start scanning the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds? EASY Insight AIO is the complete plug-and-play solution for AI-powered trade analysis. It includes all core Stein Investments indicators built-in and automatically exports clean, structured CSV files – perfect for backtesting, AI prompts, and live market decision-making. No need to install or configure indicators manu
Working Demo Download 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,
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY 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 ROL
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
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.
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
Timeless Charts
Samuel Manoel De Souza
5 (7)
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
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
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
Equity Protect Pro: Your Comprehensive Account Protection Expert for Worry-Free Trading If you're looking for features like account protection, equity protection, portfolio protection, multi-strategy protection, profit protection, profit harvesting, trading security, risk control programs, automatic risk control, automatic liquidation, conditional liquidation, scheduled liquidation, dynamic liquidation, trailing stop loss, one-click close, one-click liquidation, and one-click restore, Equity P
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (2)
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
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
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 Lite MT5 - Free Risk Management Indicator (v2.0) Free Lite version of the Position Size Calculator. If you need interactive drag and drop of SL/TP lines, Fixed Lot mode and adjustable Risk/R:R/ATR from the panel, see the PRO version on the Market: Position Size Calculator PRO MT5 . Overview Position Size Calculator Lite MT5 is a free indicator that calculates the recommended lot size for a trade based on a risk percentage, an ATR-based Stop Loss and a target risk/reward
FREE
Lot & Risk Calculator PRO MT5 (v2.30) Position Size Calculator PRO is an advanced risk management tool for MetaTrader 5 that calculates the recommended lot volume based on your risk per trade, your Stop Loss distance, and the symbol specifications (tick value, tick size, volume min/max/step, margin). No trading operations: this indicator does not open or close orders and does not manage positions. It is a decision-support tool to standardize your money management and reduce sizing errors before
Liquidity Sweeps Detector PRO MT5 — Version 1.5 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. The indicator provides native multi-timeframe analysis with A+ / A / B / C confluence scoring.
Liquidity Sweeps Detector PRO MT4 A Smart Money Concepts (SMC / ICT) indicator that maps buy-side and sell-side liquidity, detects when price sweeps a liquidity level, and confirms the following Market Structure Shift (MSS). Each valid sweep + MSS is marked with an arrow and graded by multi-timeframe confluence, with an automatic risk-reward projection and a live on-chart dashboard. WHAT IT DOES Maps buy-side (BSL) and sell-side (SSL) liquidity from confirmed swing highs and lows. Detects a li
Session Volume Profile SMC shows you where the market actually traded - not just where price went. For every session (Day, Week or Month) it builds a horizontal volume profile directly on your chart, revealing the price levels that attracted the most activity and that price tends to respect later. Most charts only show price. Volume Profile adds the missing dimension: how much was traded at each price . This indicator turns that into a clean, session-based read and layers a Smart Money Concepts
SMC Trade Pilot MT5
Prime Horizon
5 (1)
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
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
Trendline Targets Dashboard MT5 A trend-following indicator built on an adaptive SuperTrend engine. It plots a clear trend line, marks every trend change, and projects a stop loss and three take-profit targets based on risk multiples (R). Every setting is adjustable directly on the chart through a live control panel, with optional quality filters, configurable alerts and a built-in position-size calculator. LIVE CONTROL PANEL Open the Quick Settings panel on the chart and tune everything on t
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
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
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
Multi Currency Strength Dashboard Mini (FREE) – Currency Strength Meter for MetaTrader 5 Multi Currency Strength Dashboard Mini is a free indicator for MetaTrader 5 that displays the relative strength of the 8 major currencies (USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD) in real time, in a clear and quick-to-read dashboard. Goal: identify in seconds which currencies are strong and which are weak, so you can build a focused watchlist (for example, pick pairs where a strong currency faces a weak one).
FREE
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
SMC Trade Pilot MT4 Semi-automatic trading assistant for Smart Money Concepts traders. Receive signals directly on Telegram with a 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 it solves Smart Money setups do not wait. Order Blocks and Liquidity Sweeps form during the London open, the New York open or in the middle of the Asian session, often while you are at work, in a meeting or simply awa
Session Volume Profile SMC shows you where the market actually traded - not just where price went. For every session (Day, Week or Month) it builds a horizontal volume profile directly on your chart, revealing the price levels that attracted the most activity and that price tends to respect later. Most charts only show price. Volume Profile adds the missing dimension: how much was traded at each price . This indicator turns that into a clean, session-based read and layers a Smart Money Concepts
SMC Signal Matrix is a multi-symbol Smart Money Concepts scanner. It analyzes many symbols at once and shows, on a single dashboard, the market-structure trend, an entry signal, a confluence quality score, the nearest order block and the latest liquidity sweep for each pair. Instead of loading one chart at a time, you read the market structure of your whole watchlist in one panel. The scanner runs the same Smart Money Concepts engine on every symbol: market structure (Break of Structure and Chan
Filter:
No reviews
Reply to review