BreakEvenTrailingMarket

BreakEven Trailing is a utility for MetaTrader 5 that manages the stop loss of positions you already hold. It moves the stop loss to break-even and trails it behind price, so you do not have to watch the chart to protect an open profit.

The EA does not open positions and does not close positions by market order. It only modifies the stop loss of existing positions. An exit happens when price reaches the stop loss that the EA has placed.

WHAT IT DOES

- Moves the stop loss to the open price, or to the open price plus a chosen offset, once the position reaches a defined profit in pips.
- Trails the stop loss at a fixed distance behind the current price once the position reaches a defined profit in pips.
- Break-even and trailing can each be enabled or disabled, and can be used together.
- Works with both BUY and SELL positions.
- Never moves an existing stop loss to a worse level. The stop loss only moves in the direction that protects more profit.
- Keeps the existing take profit unchanged when it modifies the stop loss.
- Shows the current settings, the account type, and the working state on the chart.

WHICH POSITIONS ARE MANAGED

The EA manages every position on the symbol of the chart it is attached to.

- Magic numbers are not checked. Positions opened manually, by another EA, or by copy trading are all managed.
- Positions on other symbols are never modified.
- Pending orders are never modified.
- Only the stop loss is changed. Volume, take profit and position direction are left as they are.

Because the EA does not filter by magic number, do not run two programs that modify the stop loss of the same symbol at the same time. They would overwrite each other. Attach the EA to one chart per symbol.

HEDGING AND NETTING ACCOUNTS

On a hedging account, each position is managed separately by its ticket. Two positions on the same symbol can have different break-even levels, because each one has its own open price.

On a netting account, the platform keeps one aggregated position per symbol. Several fills are merged into a single position with an average open price, and that average price is the break-even reference. Separate break-even levels for individual fills are not possible on a netting account, and a new fill changes the average open price of the whole position. The EA reads the current aggregated position on every tick, so it always works from the latest average price.

The detected account type is shown on the chart panel as Hedging or Netting.

HOW THE STOP LOSS IS SELECTED

When break-even and trailing are both enabled, both conditions can be met at the same time. The EA does not send two modification requests in that case. On each tick it performs the following steps:

1. Calculates the break-even candidate: open price, plus or minus the offset in the profit direction.
2. Calculates the trailing candidate: current price minus or plus the trailing distance.
3. Rounds each candidate to the tick size of the symbol, always to the side that does not move the stop loss closer to the current price than requested.
4. Checks each candidate separately against the stops level and the freeze level of the symbol.
5. Compares the candidates that are valid, and sends only the one that protects more profit: the higher stop loss for a BUY position, the lower stop loss for a SELL position.

If one candidate cannot be placed because of a broker restriction, the other candidate is used when it is valid. A candidate is never replaced by a worse level in order to force a modification through.

BROKER RESTRICTIONS

Many brokers do not accept a stop loss that is too close to the current price, and some brokers block modification of a position while price is inside a freeze zone. The EA checks the stops level and the freeze level before sending a request, and it also reads the return code from the trade server after sending one.

When a stop loss cannot be placed, the EA waits and retries on the next tick. It does not move the stop loss to a worse level, and it does not disable the function. The reason is shown on the chart panel, so you can see whether the EA is waiting for the market or whether the server refused the request.

Note that some brokers report a stops level of zero and still apply a dynamic restriction on the server side. In that case the final result is decided by the return code of the trade server, which the EA reports on the panel and in the log.

INPUT PARAMETERS

Break-even
- Enable break-even (default: true). Turns the break-even function on or off.
- Profit to trigger break-even, in pips (default: 10.0). The floating profit the position must reach before the stop loss is moved.
- Offset beyond open price, in pips (default: 0.0). Distance from the open price in the profit direction. Use it to cover spread, commission and swap.

Trailing stop
- Enable trailing stop (default: true). Turns the trailing function on or off.
- Profit to start trailing, in pips (default: 15.0). The floating profit the position must reach before trailing starts.
- Distance from price to stop, in pips (default: 10.0). The distance kept between the current price and the stop loss while trailing.

Chart panel
- Show settings and status on chart (default: true).
- Panel font size (default: 12). Values are limited to the range 8 to 24.

Values are validated when the EA starts. If a value cannot work, the EA reports it and does not start. If a combination is allowed but unusual, the EA starts and writes a warning to the log. Two cases produce a warning: an offset larger than the break-even trigger, which means the stop loss can only be placed after price advances further, and a trailing start smaller than the trailing distance, which means the first trailing stop can be worse than the open price.

CHART PANEL

The panel shows the version, the symbol, the account type, the state of both functions with their settings, the number of managed BUY and SELL positions, the number of modifications made on the current tick, and the current status.

Status values include:
- ACTIVE: the EA is monitoring positions.
- WAITING: NO POSITION: there is no position on the current symbol.
- WAITING: NO QUOTE: no valid bid and ask are available yet.
- WAITING: STOP LEVEL: the candidate stop loss is closer to price than the broker allows.
- BLOCKED: FREEZE LEVEL: price is inside the zone where the broker does not allow modification.
- WAITING: MARKET CLOSED, WAITING: PRICE OFF, WAITING: PRICE CHANGED, WAITING: TOO MANY REQUESTS: temporary market or server conditions.
- ALL FUNCTIONS OFF: both break-even and trailing are disabled.
- AUTO TRADING OFF, EA TRADING DISABLED, ACCOUNT TRADE DISABLED, EXPERT TRADE DISABLED, SERVER AUTO TRADING OFF, DISCONNECTED: trading is not permitted in the terminal, for this EA, on this account, or the terminal is not connected.
- ERROR: INVALID STOPS, ERROR: TRADE DISABLED, ERROR: SYMBOL SETTINGS, ERROR: MODIFY FAILED: the request was refused. The return code is written to the log.

Repeated errors on the same ticket are written to the log only on the first occurrence, when the return code changes, and once per minute after that, so the log stays readable. When a position recovers after an error, a recovery line is written.

PIP DEFINITION AND SUPPORTED SYMBOLS

All distances are set in pips, not in points.

- Symbols quoted with 3 or 5 digits: one pip is ten points.
- Symbols quoted with 2 or 4 digits: one pip is one point.

This definition follows standard forex quotation. Metals, indices and crypto symbols are outside the supported scope of version 1.00, because the pip definition for these instruments is not consistent between brokers. On such a symbol the calculation would still run, but the meaning of one pip may not match your expectation, so please verify the resulting distances on a demo account before using the EA there.

WHAT BREAK-EVEN MEANS HERE

Break-even in this EA means the open price recorded by the platform for the position. It does not include commission, swap, slippage or the difference between bid and ask at the moment of the exit. A position closed exactly at the open price is therefore not guaranteed to produce a result of exactly zero.

If you want the stop loss to cover your own trading costs, set the offset beyond the open price to a value that matches those costs on your account.

HOW TO USE

1. Attach the EA to the chart of the symbol you want to manage. Use the timeframe you prefer; the EA works on every tick and does not depend on the timeframe.
2. Enable algorithmic trading in the terminal.
3. Set the trigger and distance values in pips according to your trading style and the typical range of the symbol.
4. Check that the panel shows ACTIVE while a position is open, and WAITING: NO POSITION when there is none.
5. Open one chart per symbol. Do not attach the EA twice to the same symbol.

The EA can be left on the chart permanently. It does nothing while there is no position on the symbol.

REQUIREMENTS

- MetaTrader 5. Tested on terminal build 5836.
- Algorithmic trading enabled in the terminal and for the EA.
- An account that allows modification of the stop loss of open positions.
- No DLL, no WebRequest, no external files and no internet connection are used.

TESTING

Version 1.00 was tested on a demo account of a retail broker.

- Calculation tests: 46 automated checks passed. They cover BUY and SELL, break-even, trailing, both functions together, the tick before the trigger and the exact trigger, one candidate violating the stops level, both candidates violating it, protection of an existing stop loss, the freeze level applied to the stop loss and to the take profit, symbols with 2, 3, 4 and 5 digits, and rounding to the tick size in the correct direction.
- Integration test with the trading API on a hedging account: break-even for BUY and for SELL executed with return code 10009 (request completed), the existing take profit preserved, no failed requests. About 360,000 ticks were processed.

FREQUENTLY ASKED QUESTIONS

Does the EA open or close trades?
No. It only modifies the stop loss of positions that already exist. The position is closed by your broker when price reaches that stop loss.

Does it work with trades from another EA or from a signal?
Yes. Magic numbers are not checked, so any position on the symbol is managed. For that reason, do not use it together with another program that modifies the stop loss of the same symbol.

What happens if the terminal is closed?
The EA cannot work while the terminal is closed. Stop loss levels that were already placed remain on the server and are still valid, because they are server side orders.

Can I use break-even without trailing?
Yes. Each function has its own switch. If both are disabled the EA stays idle and shows ALL FUNCTIONS OFF.

Why is the stop loss not moving even though the profit target is reached?
The most common reason is a broker restriction. Check the panel: WAITING: STOP LEVEL means the requested stop loss is closer to price than the broker allows, and the EA is waiting for a valid distance instead of placing a worse stop loss.

Does it work on a netting account?
Yes. On a netting account there is one aggregated position per symbol, and the average open price is used as the break-even reference.

VERSION

1.00 - First release.

Recommended products
LT Donchian Channel
Thiago Duarte
4.86 (7)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
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
Risk Manager – Account Protection Tool Risk Manager is an Expert Advisor for MetaTrader 5 designed to protect your trading account by applying automatic risk management rules. This tool does not open trades . It continuously monitors your account and enforces predefined limits to help prevent excessive losses and maintain disciplined trading. Risk Manager works in the background and can manage positions opened by manual trading or other Expert Advisors. It is particularly useful for: • Manual tr
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Weis Waves
Flavio Javier Jarabeck
2.83 (18)
The original author is David Weis, an expert in the Wyckoff Method. The Weis Wave is a modern adaptation of the 1930's Wyckoff Method, another expert in Tape Reading techniques and Chart Analysis. Weis Waves takes market volume and stacks it into waves according to price conditions giving the trader valuable insights about the market conditions. If you want to learn more about this subject you can find tons of videos in YouTube. Just look for "The Wickoff Method", "Weis Wave" and "Volume Spread
FREE
MACD Enhanced
Nikita Berdnikov
4 (4)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
NS Financas Automatic Clear All Chart Indicators Script Automatically remove all indicators from your chart offered for free by NS Financas! Don't waste any more time deleting the indicators one by one. With this script it is possible in one click to remove all indicators from the screen to adjust your new strategy while still using the settings of your graph, in addition to the possibility of configuring keyboard shortcuts for quick access to the script. Take the opportunity to visit our cha
FREE
Introduction Welcome to the world of Forex trading, where every tick of the market can be influenced by news events. Introducing our expert advisor for MetaTrader, your ultimate tool for navigating the complexities of news trading. This innovative advisor is specifically designed to automate your trading strategy during key macroeconomic releases, ensuring you never miss an opportunity.  When important indicators are announced, volatility often spikes, creating potential for profit. Our expert
FREE
EasyGRID MT5
Nina Yermolenko
5 (1)
The utility places a grid of pending orders . You can select the number of orders in the grid, the step between orders, multiplier for the order size, SL and TP levels, magic number etc. If you use a profit bucket , please note that it applies to all orders on the current currency pair with the current magic. If you want to use several grids with independent profit buckets at the same time, run several copies of the utility and specify different magics in the settings. MT4 version of the utility
FREE
DF Fib Trader Pro DF Fib Trader Pro is an automated trading system designed for MetaTrader 5. It uses Fibonacci-based price levels combined with trend and structure analysis to define entry and exit points. The EA supports both long and short positions and includes built-in risk management parameters. Core Features: Uses Fibonacci retracement and extension logic to plot entry, SL and TP points. Configurable lot size and stop loss/take profit levels Choice of 1 or 2 entry points Supports fixed o
FREE
Spread Candle Clock Pro
Federico Ruben Vissio
Spread Candle Clock is a clock that displays the remaining time of the current candle along with the spread in real time directly on the chart. Features: Real-time candle countdown. Live spread (SP) display. Adjustable size. Customizable colors. Configurable position in all four corners. Compatible with all symbols and timeframes. Includes a button to minimize to a small panel.
FREE
Renko subwindow
Alexandre Vincent Traber
Overview Renko SubWindow plots a Renko brick chart as colored candles inside a separate indicator window, without affecting the main chart. Brick size can be fixed in points or calculated dynamically from ATR for adaptive volatility-based bricks. How it works Reconstructs Renko bricks from closing prices of the current symbol/timeframe history. Each brick forms once price moves beyond the defined brick size from the last brick's close. Bricks are rendered as colored candles: bullish (up) and bea
FREE
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
GDS RiskLab TradeDesk Free Manual Trading Desk and Risk-Control Utility for MetaTrader 5 GDS RiskLab TradeDesk is a free chart-based utility for traders who want a cleaner manual trading workspace in MetaTrader 5. It is designed as a simple execution-support and risk-control panel. The goal is to keep the trading process more organized: review the chart, plan the trade, keep risk visible and execute manually with more structure. This tool does not generate buy or sell signals. It does not predic
FREE
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. What Pip ST Chart Does Renko ch
FREE
IMPORTANT NOTE: This is a professional Trade Management Utility and on-chart assistant. It is NOT an automated trading robot. It does not open trades on its own. The UltraFast Trade Manager MT5 is the ultimate execution and risk-management suite designed to give you absolute control over your manual and algorithmic trades. When managing multiple positions, calculating complex net break-even points, or constantly monitoring the economic calendar, hesitation can lead to costly mistakes. This utili
FREE
NAS100 Auto Sl And TP MT5
Moustapha Boulouz
5 (2)
Introducing NAS100 Auto SL and TP Maker for MT5: Never miss setting StopLoss and TakeProfit again with our NAS100 Auto SL and TP Maker, an indispensable assistant for traders navigating the Nasdaq 100 market on MetaTrader 5. This tool is designed for those who seek a seamless solution to automate the management of StopLoss and TakeProfit levels. Key Features: Effortless Automation: Automatically monitors Nasdaq 100 trades without StopLoss and/or TakeProfit. Dynamically adjusts levels based on u
FREE
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
This Expert Advisor provides an advanced on-chart trading panel designed for discretionary traders. It simplifies position sizing, risk management, and trade execution directly from the chart without manual calculations. Key Features  On-chart trading panel  Fixed lot and balance percentage risk mode  Risk-based lot calculation using stop loss  Market and pending order execution  Partial close management  Break-even automation  Trailing stop control  Equity protection system  Daily loss lock  S
FREE
Girassol Sunflower MT5 Indicator
Saullo De Oliveira Pacheco
3.86 (7)
This is the famous Sunflower indicator for Metatrader5. This indicator marks possible tops and bottoms on price charts. The indicator identifies tops and bottoms in the asset's price history, keep in mind that the current sunflower of the last candle repaints, as it is not possible to identify a top until the market reverses and it is also not possible to identify a bottom without the market stop falling and start rising. If you are looking for a professional programmer for Metatrader5, please
FREE
================================================================ MATRIX CONDITION MONITOR Live Trade Condition Panel for MetaTrader 5 Fully Automatic -- Works with ALL Matrix EAs ================================================================ NEVER MISS A TRADE SETUP AGAIN Matrix Condition Monitor is a free utility that attaches to any chart and automatically checks all 10 trade conditions in real time -- showing you exactly why a trade will or will not open, and alerting you the moment ever
FREE
The Ultimate Risk Calculator
Elias Jose Vielma Molina
Risk Calculator EA – Utility for Precise Trade Sizing If you find this tool useful consider to  Buy me a coffee!   The Ultimate Risk Calculator is a lightweight in-chart Expert Advisor (EA) designed to help you easily and quickly calculate position size and set stop-loss / take-profit levels with full control over risk management directly on the chart. What it does? It turns manual risk decisions into fast, visual, and accurate calculations. You draw or adjust the Entry, Stop-Loss and Take-P
FREE
ATR Stop Loss Manager— Smarter Risk Awareness for Forex Traders Confident trading begins with clear risk management. The ATR Stop Loss Expert is a powerful utility tool that automatically adjusts your stop-loss levels using ATR (Average True Range) — a proven volatility measure — so your trades are protected by logic, not guesswork. What This Tool Does This EA monitors your open trades and sets a stop-loss based on recent market volatility, calculated from the ATR indicator. It doesn’t place t
FREE
This is a buyer and seller aggression indicator that analyzes the shape of each candle and project this data in a histogram form. There are 4 histograms in one. On the front we have two: Upper - Buyer force. Lower - Seller force. At the background we also have two histogram, both with same color. They measure the combined strenght of buyers and sellers. This histograms can be turned off in Input Parameters. It is also possible to have the real or tick volume to help on this force measurement. IN
FREE
Support and Ressistance
Raphael Lorenz Baumgartner
Last Day Support & Resistance Platform: MetaTrader 5 Type: Custom Indicator Display: Chart Window (Overlay) Functions: Calculates Support and Resistance zones based on high/low patterns of the previous day. Uses a sliding sampling window ( SampleWindowSize ) to detect recent price ranges. Detects potential support if current price range is significantly below previous highs. Detects potential resistance if price range is significantly above previous lows. Updates four output buffers: LDResistanc
FREE
This indicator is especially for the binary trading. Time frame is 1 minutes and exp time 5 or 3 minutes only. You must be use martingale 3 step. So you must put lots size is 10 % at most. You should use Mt2 trading platform to connect with my indicator to get more signal without human working. This indicator wining rate is over 80% but you may get 100% of profit by using martingale 3 step. You should use MT2 Trading Platform to connect meta trader platform and binary platform . You can get mt2
FREE
Slippage Calculator
BM Trading GmbH
5 (3)
If you are using scalping strategies (or any strategy that uses stop orders for position opening or closing) you need to know your slippage. Slippage is the difference between your pending order price and the price that your brokers uses to execute your order. This can be really different and depends on the broker as well as on the market conditions (news, trading hours, etc..) With this small script you can calculate the slippage you "paid" in points and also in your account currency. You also
FREE
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.96 (142)
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
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
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
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:/
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
================================================================================ 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
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
Anchor Trade Manager
Kalinskie Gilliam
5 (5)
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
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
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
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
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
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
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
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
HINN MagicEntry Extra
ALGOFLOW OÜ
4.75 (16)
LIMITED SUMMER SALE -40% !   ONLY $30 insead of $50!  Maximum real discount! 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 -
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.
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
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
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,
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
EA Performance Tracker
Russell Leeon Tan
5 (3)
EA Performance Tracker (AESTracker) A clean, modern dashboard that shows exactly how your trades and EAs are performing — right on your chart. It reads your full account history automatically and breaks down the numbers by magic number / strategy. Display only — it does not place any trades. What it shows - Account header: live Balance, Equity, and Open (floating) P/L - Profit summary: gross profit, net profit, and the exact commission & swap deducted - Key stats: win rate, profit factor, exp
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
The News Filter MT5
Leolouiski Gan
4.78 (23)
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
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
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
More from author
Heikin Ashi Smoothed – MT4 Indicator Heikin Ashi Smoothed is a custom indicator for MetaTrader 4 (MT4) that enhances the traditional Heikin Ashi candlestick chart by applying an additional smoothing process using moving averages. This approach creates a much clearer visual representation of trends, significantly reducing chart noise and making it easier to identify the prevailing market direction as well as potential reversals. Main Features Displays smoothed Heikin Ashi candlesticks on the char
FREE
Break Even Trailing EA | Automated Breakeven & Trailing Stop Manager Break Even Trailing EA is a utility Expert Advisor (EA) for MetaTrader 4/5, designed to automate profit protection for discretionary traders. This tool manages risk and locks in profits automatically after your manual entries, making your trading process more efficient and less stressful. The EA offers two powerful, selectable logic modes for securing profits, which you can use individually or in combination, depending on your
FREE
ExportCSV
Etsushi Ishizuka
Overview ExportCSVFile is a MetaTrader 4 script that exports your account history within a specified period into a CSV file. It is useful for analyzing trade performance, creating Excel reports, or organizing manual trade records. The script does not execute trades and is safe for use on any chart. Main Features Export account history for a user-defined period Save as CSV (comma-separated) that opens directly in Excel Output includes major fields: Ticket, Type, Symbol, OpenTime, CloseTime, Lots,
FREE
CandleStick Countdown – Candle Remaining Time Indicator CandleStick Countdown is a simple and practical MT4 indicator that displays a real-time countdown of how many minutes and seconds remain until the current candle closes. It helps improve trading timing accuracy and is widely used by traders. Main Features Displays the remaining time of the current candle in a "minutes:seconds" format Shown as text on the chart for high visibility Automatically adjusts position near the current price for eas
FREE
RCI Indicator
Etsushi Ishizuka
RCI (Rank Correlation Index) Indicator Overview The RCI (Rank Correlation Index) indicator is an oscillator-based tool that analyzes market trends and possible turning points by measuring the rank correlation of price data. It quantifies the correlation between price ranking and time ranking over a specified period, displaying values from -100 to +100 as a simple line. RCI is widely used for gauging market momentum, timing entries and exits, and can support both trend-following and counter-tren
FREE
What is Schaff Trend Cycle? The Schaff Trend Cycle (STC) is an oscillator-type indicator designed to detect trend reversals in a timely manner. Compared to traditional indicators like moving averages or MACD, it combines cyclical patterns with momentum to more clearly identify the beginning and end of trends. Main Features Clear trend reversal signals: The cycle line rises in an uptrend and falls in a downtrend. Noise reduction in ranging markets: Smoothing based on cyclical timing helps filter
FREE
PartialAutoClose EA is a utility EA that enables semi-automatic and flexible management of positions opened by manual or discretionary trading. [Main Features] - Choose from two exit logic types:     Automatically closes positions based on either Heikin Ashi color change or moving average cross. - Automatic break-even stop     When a specified profit is reached, the stop loss is automatically moved to break-even (or a user-defined level). - Partial or full close selectable     On exit signal,
FREE
Ride the Wave of Trends — Clear Signals for Confident Following In financial markets, the most stable profits often come from clear and established trends. However, even experienced traders know that riding the trend reliably is not always easy. Ride the Trend Signal is a signal-based indicator that focuses on trend-following entries, particularly on pullbacks and retracements. Instead of jumping into the early stages of a trend, this tool waits until the trend is established and then identifies
FREE
TSI Indicator
Etsushi Ishizuka
3 (1)
Overview The True Strength Index (TSI) indicator is a momentum oscillator plotted in a separate window on MT4. It smooths the momentum (MTM) and its absolute value through two successive Exponential Moving Averages (EMAs) and then computes their ratio multiplied by 100. TSI helps visualize trend strength and potential turning points in the market. Key Features Dual-EMA smoothing to reduce noise and produce a clean line Signal EMA overlay to assist with entry and exit timing Auto-scaled range fro
FREE
HeikinAshi Binary
Etsushi Ishizuka
3 (1)
Heikin Ashi Binary – Visual Trend Support Indicator with Binary Display Overview Heikin Ashi Binary is an indicator for MetaTrader that displays Heikin Ashi trend information in binary (two-value) format in a subwindow. Instead of candlestick shapes, it draws bullish (uptrend) and bearish (downtrend) conditions as simple colored blocks. This allows you to quickly identify trend continuations or possible reversals at a glance. The indicator is suitable for discretionary trading, EAs (automated tr
FREE
The SuperTrend indicator is a trend-following technical tool that visually highlights trend reversals in the market. The color and position of its lines change automatically based on price movements, supporting both entry and exit decisions. With a simple design, it can be used in a wide range of trading styles, including discretionary and automated trading. Main Features Clear display of trend reversals During uptrends, the line is drawn below the candlesticks; during downtrends, it is drawn a
FREE
RSI TrendGate
Etsushi Ishizuka
Product Description RSI TrendGate 3MA is an MT4/MT5 chart indicator designed for trend direction confirmation. It evaluates trend direction using a combination of three Moving Averages (MA) and the Relative Strength Index (RSI), and displays arrows in the chart window when the direction state changes according to the selected conditions. This indicator is not intended to be used as a standalone entry signal. A recommended workflow is to confirm direction on a higher timeframe and apply your own
FREE
PositionClose
Etsushi Ishizuka
PositionClose | All Position Close Script for MT4 PositionClose is a utility script for MetaTrader 4 (MT4) designed to help traders efficiently manage their positions. With a single click, you can close all open positions instantly, or selectively close only buy or only sell positions. This tool is especially useful during sudden market movements, important news releases, or any situation where rapid risk reduction or position adjustment is needed. PositionClose is suitable for both discretionar
FREE
CurrencyStrength – Real-Time Currency Strength Ranking CurrencyStrength is a utility EA that quantifies the strength of the eight major currencies (USD, EUR, JPY, GBP, CHF, AUD, CAD, NZD) in real time, displaying the results as a visually intuitive ranking based on rate of change. By visualizing currency strength every second, this tool greatly enhances the accuracy of currency pair selection and trade decisions for both discretionary and automated traders. Main Features Calculates and updates
FREE
T3 2Lines
Etsushi Ishizuka
T3 2Lines – Precise Trend Analysis with Dual T3 Moving Averages “T3 2Lines” is an MT4 indicator that plots two T3 (Triple Exponential Moving Average) lines on your chart—one short-term and one long-term. By combining these two smoother moving averages, traders can gain clearer insights into trend initiation, continuation, and potential reversal zones. What This Indicator Does Displays two T3 moving average lines simultaneously (short and long term) Each line has individually configurable period
FREE
BBWidth 3Lines
Etsushi Ishizuka
Overview BBWidth 3Lines is a custom indicator that visualizes the width between the upper and lower Bollinger Bands (i.e., +σ minus −σ) as a line in a separate subwindow. The value is expressed in points, not in price. While conventional Bollinger Bands are often used to assess price deviation or band touch, this tool focuses exclusively on the width of the bands , allowing you to analyze market volatility visually and precisely. Key Features Displays the difference between the upper and lower B
FREE
SmoothedRSI
Etsushi Ishizuka
SmoothedRSI is a custom indicator that calculates a standard RSI and then applies a smoothing method to the RSI values. The indicator displays only the smoothed RSI line in a separate window. The output range is 0 to 100. RSI can react strongly to short-term price fluctuations, which may increase small oscillations depending on market conditions. This indicator smooths the RSI values to reduce short-term noise and make broader momentum changes easier to observe. Core Specifications Display: one
FREE
TMA Classic
Etsushi Ishizuka
TMA Classic – Overview of the Triangular Moving Average Indicator The TMA Classic is a very simple and lightweight indicator that displays the Triangular Moving Average (TMA) as a single smooth line. It effectively removes excessive noise and captures the central movement of prices, making it useful for identifying trend direction and range-bound market conditions. Since it only displays a single line, it offers high visibility on the chart without interfering with other indicators or candlestic
FREE
Aroon Classic
Etsushi Ishizuka
Overview of the Aroon Classic Indicator The Aroon Classic indicator is a technical tool that quantitatively identifies the emergence and persistence of trends on a chart. It uses two lines—“Aroon Up” and “Aroon Down”—to display trend strength and turning points within a range of 0–100. A higher Aroon Up value indicates a stronger uptrend, while a higher Aroon Down value indicates a stronger downtrend. Key Features Visually distinguishes trend initiation and reversal Customizable calculation peri
FREE
BB Sub
Etsushi Ishizuka
BB-Sub – Bollinger Bands in Subwindow BB-Sub is a simple yet powerful indicator that displays Bollinger Bands independently in the subwindow of your chart. Unlike standard Bollinger Bands, which are shown on the main chart, BB-Sub operates in a separate subwindow. This prevents overlapping with candlesticks or other indicators, making it ideal for traders who want to focus purely on the movement and shape changes of the bands. Main Features Simultaneously displays the upper band, lower band, and
FREE
ExportDailyRange
Etsushi Ishizuka
ExportRange is a utility script designed to export candle range data from any selected timeframe into a CSV file. It collects the high, low, and range values of each bar, along with the bar time and index. The script helps traders who need simple and reliable data for statistical or volatility analysis. When the script is applied to a chart, it extracts the specified number of bars and saves the output in CSV format inside the terminal’s Files directory. Both the number of bars and the timeframe
FREE
OvertradeShield
Etsushi Ishizuka
OvertradeShield – Utility EA to Prevent Overtrading in Discretionary Trading Have you ever regretted making “just one more” trade in discretionary trading? OvertradeShield is a utility-type EA that automatically limits and alerts entries based on realized profit and loss, supporting your trading rules and mental discipline. It is ideal for traders who want to keep daily profits and losses in mind, prevent overtrading, and enforce profit and loss rules systematically. Since entries are discretion
FREE
--EA Concept--. This EA is developed to take advantage of trends and swaps to generate low-risk, lasting profits. Based on the idea that automated trading is unearned income, the objective is to generate income without the hassle of chart monitoring and settings. This EA can be used as your first choice for asset management as a hassle-free unearned income and as a money machine for the future. --Reliability of EA This EA has been back-tested for a total of 112 years on five currency pairs, dem
Filter:
No reviews
Reply to review