Cross Trend Line to Trade MT5

5

This EA provides the following functions:

  • Open a position: When the price crosses the trend line, open a long or short order
  • Closing: When the price crosses the trend line, close the long or short position
  • Trailing stop loss: EA will continue to increase the stop loss of long orders or lower the stop loss of short orders along the trend line.
  • The line can be a trend line or a horizontal line,   Trend lines can be rays or line segments. Line segments have a special function, which is to only trade within the period where the line is located.
  • These lines that can open and close positions are all lines with specific names. EA provides a line drawing panel to replace manual line drawing.
  • All open and closed positions will have screenshots saved in the MQL5/Files/Cross Trend Line to Trade folder.
The EA only works on hedging account

 MT4 Version: https://www.mql5.com/en/market/product/4439

Line drawing panel:

  • Click the green "+" button, and 6 groups of panels will be generated one by one. Each group of panels can click the corresponding button to draw trend lines or horizontal lines.
  • Click the purple button to select the line type: Trend Line or Horizontal Line
  • Click Del to delete all drawn lines
  • Click the X to close the panel and return to the original state.
  • Clicking buttons B1, B2, B3, B4, and B5 will draw five lines. When the price crosses any of these five lines, a long order will be opened.
  • Clicking the buttons S1, S2, S3, S4, and S5 will draw five lines. When the price hits any of these five lines, a short order will be opened.
  • For a detailed description of the names and functions of all trend lines, please read below.


Trend line names and functions:

  1. Open long: B1, B2, B3, B4, B5 -   When the price crosses any of these five lines, a long order will be opened. Only one order can be opened for each line at a time. The order will have special comments containing the name of the line to avoid repeated opening of positions on the same line.
  2. Open short: S1, S2, S3, S4, S5 - these 5 names are used to open short orders. Just like opening a long position above, only one order can be opened per line.
  3. Close all long orders: Cls-Buy-All-1, Cls-Buy-All-2, Cls-Buy-All-3. When the price crosses any of these 3 lines, all long orders will be closed.
  4. Close all long and short orders: Cls-All-1, Cls-All-2, Cls-All-3. When the price crosses any of these 3 lines, all long and short orders will be closed.
  5. Close all short orders:   Cls-Sell-All-1,   Cls-Sell-All-2 ,   Cls-Sell-All-3, when the price crosses any of these 3 lines, all short positions are closed.
  6. Close all long orders with profit: Cls-Buy-Win-1, Cls-Buy-Win-2, Cls-Buy-Win-3. When the price crosses any of these three lines, all profitable long orders are closed. warehouse.
  7. Close all long orders with loss:  Cls-Buy-Loss-1   ,   Cls-Buy-Loss-2 ,   Cls-Buy-Loss-3, when the price crosses any of these 3 lines, all losing long orders are closed.
  8. Close all short orders with profit :   Cls-Sell-Win-1,   Cls-Sell-Win-2 ,   Cls-Sell-Win-3, when the price crosses any of these 3 lines, all profitable short positions are closed.
  9. Close all short orders with loss:   Cls-Sell-Loss-1   ,   Cls-Sell-Loss-2   ,   Cls-Sell-Loss-3 , if the price crosses any of these three lines, all short positions with losses will be closed.
  10. Close  the long order with max. profit: Cls-Buy-WinMax-1,   Cls-Buy-WinMax-2 ,   Cls-Buy-WinMax-3, when the price crosses any of these 3 lines, the long order with the largest profit will be closed, and that line will be deleted immediately to avoid repeated closings.
  11. Close  the long order with max. loss :   Cls-Buy-LossMax-1,   Cls-Buy-LossMax-2   ,   Cls-Buy-LossMax-3,   When the price crosses any of these three lines, the long position with the largest loss will be closed.   , that line will be deleted immediately to avoid repeated closing.
  12. Close  the short order with max. profit :   Cls-Sell-WinMax-1,   Cls-Sell-WinMax-2   ,   Cls-Sell-WinMax-3, when the price crosses any of these 3 lines, the short position with the largest profit will be closed.   , that line will be deleted immediately to avoid repeated closing.
  13. Close  the short order with max. loss:   Cls-Sell-LossMax-1,   Cls-Sell-LossMax-2   ,   Cls-Sell-LossMax-3,   When the price crosses any of these 3 lines, the short position with the largest loss will be closed.     , that line will be deleted immediately to avoid repeated closing.
  14. The earliest long order to close the position: Cls-Buy-First-1, Cls-Buy-First-2,   Cls-Buy-First-3, when the price crosses any of these three lines, the long order with the earliest opening time will be closed.   , that line will be deleted immediately to avoid repeated closing.
  15. The latest long order to close a position:   Cls-Buy-Last-1, Cls-Buy-   Last   -2,   Cls-   Last   -First-3 When the price crosses any of these 3 lines, the long order with the latest opening time will be closed.
  16. The earliest short order to close a position:   Cls-Sell-First-1, Cls-Sell-First-2,   Cls-Sell-First-3, when the price crosses any of these 3 lines, the short position with the earliest opening time will be closed.   , that line will be deleted immediately to avoid repeated closing.
  17. The latest long order to close a position:   Cls-Sell-Last-1, Cls-Sell-   Last   -2,   Cls -Sell -First-3   - When the price crosses any of these 3 lines, the short position with the latest opening time will be closed.     , that line will be deleted immediately to avoid repeated closing.
  18. Moving stop for long orders: TSB1, TSB2, TSB3 - trailing stop loss lines for long orders, these 3 lines are used for moving stop loss for long orders. When the market price is above the line, the stop loss for long orders moves to the line.
  19. Short order moving stop loss: TSS1, TSS2, TSS3 - short order tracking stop loss line, these 3 lines are used for moving stop loss short order. When the market price is below the line, the short stop is moved to the line.


Input parameter explanation:

1. Line-related settings
  • Trend Line Style: Select the style of line you draw: Line Segment, Line Ray
  • Select Line Role: Select the role played by lines B1, B2, B3, B4, and B5: Open Position (open a position) or Alert Only (only alarm, not open a position)
  • B1 Lots: The opening lot number corresponding to line "B1".
  • B2 Lots: The opening lot number corresponding to line "B2".
  • B3 Lots: The opening lot number corresponding to line "B3".
  • B4 Lots: The opening lot number corresponding to line "B4".
  • B5 Lots: The opening lot number corresponding to line "B5".
  • Select Line Role: Select the role played by lines S1, S2, S3, S4, S5: Open Position (open position) or Alert Only (only alarm, no position opening)
  • S1 Lots: The opening lot number corresponding to line "S1".
  • S2 Lots: The opening lot number corresponding to line "S2".
  • S3 Lots: The opening lot number corresponding to line "S3".
  • S4 Lots: The opening lot number corresponding to line "S4".
  • S5 Lots: The opening lot number corresponding to line "S5".
2. Take profit and stop loss points, order number control, pop-up windows, emails, mobile phone push and other settings
  • Magic Number: This is the magic number of EA, which is the code name of EA.
  • Stop Loss In pips: When EA opens a position, it sets the stop loss price for the order according to this point parameter.
  • Take Profit In pips: When EA opens a position, it sets the take profit price for the order based on this pip parameter.
  • Max Buy Orders: The maximum number of long orders. In fact, up to 5 long orders may be opened because there are only 5 trend lines: B1, B2, B3, B4, and B5. Assuming this parameter is set to 2, when the price crosses any two lines, 2 orders will be opened, and no position will be opened even if it crosses other lines.
  • Max Sell Orders: The maximum number of short orders. In fact, up to 5 short orders may be opened, because there are only 5 trend lines: B1, B2, B3, B4, B5. Assuming this parameter is set to 2, when the price crosses any two lines, 2 orders will be opened, and no position will be opened even if it crosses other lines.
  • Delete Line After Trade: If set to true, the line will be deleted by the EA after a transaction (opening or closing a position) occurs.
  • Trail Stop Level in pips (Buy Orders): A long order must make a profit of this pip before it can trail the stop loss. If this parameter is 0, it does not need to meet the profit pip level before it can trail the stop loss.
  • Trail Stop Level in pips (Sell Orders): A short order must make a profit of this pip before it can follow the trailing stop. If this parameter is 0, it does not need to meet the profit pip before it can trail the stop.
  • Popup Alert: When a position is opened or closed, a pop-up window will appear.
  • Email Alert: When a position is opened or closed, an email reminder will be sent.
  • Mobile Push Alert:   When a position is opened or closed, a mobile phone push message will be sent to remind you.

3. Panel position and button size settings

  • Shift X: Horizontal offset relative to the upper right corner of the chart
  • Shift Y: Vertical offset relative to the upper right corner of the chart
  • Button Width: button width
  • Button Height: button height
  • Font Size: Font size on the button
  • The Overall Scale Ratio: The number of times the panel is enlarged or reduced


Other notes:

  1. Every time you start MT5 or load EA to the chart, the EA will pause for 3 seconds because the chart is being updated at the moment MT5 is started, so transactions should be avoided at this time.
  2. When the trailing stop loss parameter is 0, the stop loss follows the trend line.
  3. When the trailing stop loss parameter is greater than 0, only orders with profit points greater than the parameter value will move the stop loss following the trend line.
  4. The stop loss price for long orders will never retrace downwards
  5. The stop loss price of a short order will never retrace upwards
  6. In order to avoid unexpected trades caused by price crossing the trend line when the price gapped on Monday, it is recommended to delete the trend line on Friday or move the trend line to the left side of the chart.

//---



Reviews 1
JCJ
851
JCJ 2025.01.10 01:48 
 

Great tool for trading trend & support/resistance line breaks

Recommended products
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
Crypto_Forex Indicator "WPR with 2 Moving Averages" for MT5, No Repaint. - WPR itself is one of the best oscillators for scalping. - "WPR and 2 Moving Averages" Indicator allows you to see Fast and Slow Moving Averages of WPR oscillator. - Indicator gives opportunities to see the price corrections very early. - It is very easy to set up this indicator via parameters, it can be used on any time-frame. - You can see Buy and Sell entry conditions on the pictures. - With PC and Mobile alerts on WP
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
Institutional Daytrade Tool Advanced visual assistant for manual trading. Daytrade Tool Institutional is a professional Visualization Expert Advisor developed for manual traders who use Price Action, CRT, PO3, ICT/SMC and need institutional clarity on the chart. Daytrade Tool Institutional transforms your chart into an institutional analysis dashboard, keeping the trader in complete control of execution. Visual clarity. Professional context. Human decision. This EA does NOT open, close, or
Short Description Swing Timing Breakout EA is a smart Expert Advisor for MetaTrader 5 that combines trend filtering, momentum timing, and dynamic risk management to capture high-probability swing and breakout opportunities. Full Description Swing Timing Breakout EA is a professional trading robot designed for MetaTrader 5, suitable for traders who want a balance between automation, control, and disciplined risk management. This EA uses a trend-following and momentum confirmation approach ,
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
It's a trading dashboard appears on strategy tester, allows you to backtest your own strategies, testing them on multiple symbols and timeframes. It is equipped with useful features such as risk management, trailing stops, breakeven points, and more, enabling you to evaluate and refine your strategies effectively. Trading panels are typically designed to facilitate real-time trading and may not function properly on a strategy tester. However, this particular trading panel is specifically designe
Mine Farm
Maryna Kauzova
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
Tradegram Pro MT5
Florian Pierre Bonnet
TradeGram Pro MT5 – Trading Monitoring & Telegram Assistant Launch Price: 49 USD (Limited to the first 30 buyers) Regular Price: 149 USD Your 24/7 Trading Control Center TradeGram Pro connects your MetaTrader 5 to Telegram for  real‑time monitoring  and  automatic alerts when the drawdown reaches thresholds you have defined . Ideal for algorithmic trading on a VPS and for manual traders who need instant alerts on mobile. Conceived to  facilitate the monitoring of your challenge‑style account
Prop Firm Lot Size Calculator
Christian Paul Anasco
5 (1)
Now, you have your very own  PROP FIRM LOT SIZE CALCULATOR ! It now has BREAKEVEN and PARTIAL CLOSURE features! There's no need to go to other websites just to compute for the exact lot size. It also opens the trade with a click of a button. All inputs on the calculator can be edited. So if you want to change the SL or TP or the lot size, you can do so before placing an order. ========================================== INPUTS (Please see screenshot for reference): 1. SL PRICE TEXT . This is clic
Tool Auto Modify SLTP – Protect Your Trades, Optimize Your Strategy In trading, risk is always present. Just one forgotten SL/TP can turn a promising trade into a loss. Even experienced traders occasionally make mistakes. That’s why Tool Auto Modify SLTP was created – to keep you protected and let you focus on your strategy. Key Features: Manage Orders for All Symbols: Monitor and adjust SL/TP for all your trading pairs. Three Flexible Risk Modes: Point-Based: Set fixed SL/TP distances. Account
TradePanel MT5
Alfiya Fazylova
4.88 (166)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Seconds Pro
Federico Ruben Vissio
Seconds Chart -- Seconds Candlestick Chart for MT5 --  MetaTrader 5 only offers timeframes starting from 1 minute. This utility adds a seconds candlestick chart in a floating window over your chart Key Features: Displays your open positions with entry lines, Stop Loss, and Take Profit. Modify the Stop Loss and Take Profit by dragging the lines directly onto the seconds chart. Floating window that you can freely move, resize, minimize, and close. Selectable timeframes of 1, 3, 5, 10, 15, and 30
Auto SLTP Maker MT5
Oleg Remizov
5 (1)
Auto SLTP Maker MT5  is an assistant for all those who forget to set StopLoss and/or TakeProfit in deal parameters, or trade on a very fast market and fail to place them in time. This tool automatically tracks trades without StopLoss and/or TakeProfit and checks what level should be set in accordance with the settings. The tool works both with market and pending orders. The type of orders to work with can be set in the parameters. It can track either trades for the instrument it runs on, or all
Real Market Liquidity Levels This Expert Advisor for MetaTrader 5 displays real liquidity levels taken directly from the live market via an external API. The data is drawn on your broker’s MT5 chart in real time. Real market levels – independent from broker prices Liquidity levels are automatically adjusted to the current price , even if your broker has a small price offset compared to real market prices. This ensures you always see true pending orders from major market participants , not jus
CleanTrend by NeuralTick is a trend indicator that NEVER repaints the past. Tired of indicators that look beautiful on history but repaint signals in live trading? Three reasons why traders who are fed up with noise and deception choose CleanTrend: 100% NO REPAINTING. The line colour is fixed forever. Not a single bar will change retroactively — test it in the Strategy Tester. DUAL NOISE FILTER. A signal appears only when the price has moved beyond a set threshold (MinMove) and has held
Trading Assistent is a multifunctional trading panel that combines all necessary tools for professional trading. The panel provides complete control over positions, in-depth risk analysis, and fast order execution. MAIN FUNCTIONAL BLOCKS Position Management: - Real-time viewing of all open positions - Sorting by symbol, profit, volume, and type - Visual indication of profitable and losing positions - Bulk closing operations - Breakeven function for profit protection Trading Operations: - I
Net Z
Sugianto
5 (1)
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily rou
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
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
BTC Trend Scalper MT5 Trend Capture Edition — Precision Momentum Trading for BTCUSD Hello, traders! I am BTC Trend Scalper MT5 — an intelligent Bitcoin trading Expert Advisor engineered to capture momentum moves with disciplined risk management. I am not a martingale. I am not a grid system. I am not a gambling robot. I am a trend-following scalper built specifically for traders who understand that protecting capital is more important than chasing every candle. My specialty? Bitcoin (BTCUSD)
HAS RSI Signal — Professional Trend Indicator with SL/TP Calculation HAS RSI Signal is a powerful trading tool that combines time-tested classics with modern noise-filtering algorithms. The indicator analyzes the market through the prism of Heiken Ashi Smoothed candles and the RSI oscillator, providing clear entry signals at trend reversals or when exiting overbought/oversold zones. Key Advantages: Double Filtration: Using Heiken Ashi Smoothed eliminates market "noise," while RSI confirms the mo
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Hello traders! I present to you Argo Gold Edition MT5 - an expert built for gold trading, which is tailored to the specifics of gold movements on international markets. The basis of its logic is that it follows profitable patterns drawn from past periods. Mathematical algorithms are based on the correlation between the values of the indicators used and the corresponding movement of the price of gold. The expert is built on the basis of the ARGO series. It specializes in GOLD / XAUUSD trading. 2
ICT Kill zone and Macros Indicator mark and display the following zone times on the chart: Kill zones   Kill zone Forex Asian London Open New York Open London Close Central Bank Dealing range Kill zone Indices Asian London Open New York AM New York Lunch New York PM Power Hour Macros London 1 London 2 New York Am 1 New York AM 2 New York Lunch New York PM 1 New York PM 2 Silver bullet London Open New York AM New York PM Sessions Asian London New York Chart The display of  Kill zone , Macro ,
KMB Smart Pattern Analyzer PRO
Karwan Msto Mohammed Mohammed
Product Overview KMB Smart Pattern Analyzer PRO is an advanced technical analysis indicator designed to detect and rank high-probability market patterns inside a user-defined chart range. The indicator combines multiple analysis engines in one professional tool: Candlestick pattern analysis Classic chart pattern recognition Harmonic structure detection Smart market structure / SMC-style analysis Instead of showing random signals across the full chart, the indicator allows the user to focus on a
Gold Adaptor
Serhii Doskoch
Gold Adaptor – Your Ultimate Trading Edge! Tired of missing the perfect trade? Gold Adaptor does the heavy lifting for you! This powerful, precision-driven trading advisor scans the market in real-time, executing trades with unmatched accuracy. No more guesswork—just smart, adaptive strategy designed to keep you ahead of the game! Lightning-fast execution – Get in at the right moment, every time Smart decision-making – Trades based on deep market analysis Fully automated – Set it, fo
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (670)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, crypto, or future
Astro Trade MT5
Indra Maulana
5 (2)
AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
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
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the "Grid manual" will automatically create a grid of orders for it and will accompany it until the close. F
VirtualTradePad PRO SE MT5 — professional trading control center for MetaTrader 5 VirtualTradePad PRO SE is a premium chart-based trading panel and trade-management workspace for MetaTrader 5 . It is designed for traders who want faster execution, clearer position control, structured trade management, visual level planning and a professional workflow directly from the chart. This is not only a BUY / SELL panel. PRO SE combines manual trading, pending orders, position management, partial exits, b
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Custom Alerts AIO: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
Anchor Trade Manager
Kalinskie Gilliam
5 (7)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
MT5 to Telegram Signal Provider turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ]     New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Take a Break MT5
Eric Emmrich
4.76 (25)
News filter, equity guard & session control for all your EAs — one tool, full protection — Free Demo | Latest Updates v26 (August 2026) is the biggest update ever: the EA now protects your entire account — every chart, no helper needed — and the indicator gives any chart its own protection rules (news, loss limits, trading times and more). Existing setups keep working unchanged until you switch; the legacy Chart-Group mode is removed with v27. Versions are now year.month (26.08 = August 2026). U
The Expert Advisor will help you forward all alert from  MetaTrader 5 to Telegram channel/ group.  All alert must save to folder <Data folder>MQL5\Files\Alerts\ , text file with format *.txt and screenshot with format *.gif or *.png. Parameters: - Telegram Bot Token: - create bot on Telegram and get token. - Telegram Chat ID:  - input your Telegram user ID,  group / channel ID - Forward Alert: - default true, to forward alert. - Send message as caption of Screenshot: - default false, set true t
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Features: Diversified and personalized copy trading settings: 1. Different lot modes can be set for different signal sources 2. Different signal sources can be set for forward and reverse copy trading 3. Signals can be set with comments 4. Whether to calibrate the lot according to the contract lot Diversified and personalized copy order settings 2: 1. Dif
WhatsApp Integration for MetaTrader 5 - Real-Time Trade Notifications Transform your trading experience with seamless   WhatsApp integration for MetaTrader 5. This expert   advisor   automatically sends instant notifications to your WhatsApp whenever trade   events occur, keeping you connected   to your positions no matter where you are . Never   miss important market movements again with real-time alerts   delivered directly   to your smartphone. Key Features Real-Time Trade Notifications : Rec
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
Bneu Prop Firm Pass System
Marvinson Salavia Caballero
BNEU PROP FIRM PASS SYSTEM v2.35 PRODUCT OVERVIEW Bneu Prop Firm Pass System is a professional risk management and account protection utility for MetaTrader 5. Attach to any chart and configure your account rules. The system monitors daily loss, maximum drawdown, profit target, trading days, open risk, margin usage, news events, pending orders, weekend restrictions, and rollover restrictions from one dashboard. It includes a 5-tab premium dashboard, prop firm presets, custom rules, Risk Senti
News Filter EA
Rashed Samir
5 (1)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify trading days and hours for your expert. The News Filter EA also includes risk management  and equity protection features. MT4 Version Ma
More from author
Slippage Monitor MT5
Ziheng Zhuang
4.33 (3)
This EA is designed to monitor the slippage of opening and closing orders, and save the records in csv file. It is useful to record the slippage and evaluate brokers. The record files are saved in the folder  MT5_Data_Folder\MQL5\Files.  Go to   "File " --> "Open Data Folder"   . Warning :   Do NOT open the files directly, otherwise it will affect the exectution of EA, just copy them to another folder and open them. Usage: Open a chart and load the EA on it, just need only one EA to run, it mo
FREE
Account Summary MT5
Ziheng Zhuang
5 (1)
This is a MetaTrader 5 script. It helps to summarize all trades into every symbol. Input Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Date Specified in "Select Period" input. The summary is saved into a file in MQL5\Files folder. MT4 Version:   https://www.mql5.co
FREE
Slippage Monitor
Ziheng Zhuang
4.8 (5)
This EA is designed to monitor the slippage of opening and closing orders, and save the records in files. It is useful to record the slippage and evaluate brokers. The record files are saved in the folder  MT4_Data_Folder\MQL4\Files.  Go to "File " --> "Open Data Folder" . Warning : Do NOT open the files directly, otherwise it will affect the exectution of EA, just copy them to another folder and open them. Usage: Open a chart and load the EA on it, just need only one EA to run, it monitors al
FREE
This is a MetaTrader 4 script. It helps to summarize all trades into every symbol. Input Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Date Specified in "Select Period" input. The summary is saved into a file in MQL4\Files folder. Also, there is pop-up window for a
FREE
Account Export
Ziheng Zhuang
5 (1)
This is a MetaTrader 4 script. It helps to export all trades into a CSV file as per Symbol and selected periods. Input Select Symbol: This is 2-option input. Select current symbol or all symbols to export its orders. Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Da
FREE
This EA provides the following functions: Open a position: When the price crosses the trend line, open a long or short order Closing: When the price crosses the trend line, close the long or short position Trailing stop loss: EA will continue to increase the stop loss of long orders or lower the stop loss of short orders along the trend line. The line can be a trend line or a horizontal line,       Trend lines can be rays or line segments. Line segments have a special function, which is to only
The indicator includes two parts. Part I: Color Candles Show the Major Trend Color candles is to identify the market state by color candlesticks. As shown in the screenshots, if the color is Aqua, the market is in a state when you should place long orders or exit short orders. If the color is Tomato, it is the time to place short orders or exit long orders. If the color is changing, it is better to wait for its completion (until the current bar is closed). Part II: Draw bands The inner bands is
Quick Panel
Ziheng Zhuang
This panel is an Expert Advisor, which provides six groups of trading panel. MT5 Version: Quick Panel Hedging Features Most trading operations can be quickly made by clicking the button on these panels. Changing panels is quick just by clicking the green button. The EA can run on visual chart on the strategy tester, which provides an easy method to practice trading on history data. Click the mouse to quickly modify the stop loss and take profit (cannot be used for backtesting) Show the average
Quick Panel Pro
Ziheng Zhuang
5 (1)
This Expert Advisor is a professional trading tool, which integrates a flexible risk control and six groups of trading panels. MT5 Version:  Quick Panel Pro Hedging Features Calculating lots is easy and fast: move the StopLine, the calculation is processed immediately Most trading operations can be quickly made by clicking the button on these panels. Changing panels is quick just by clicking the green button. The EA can run on the strategy tester, use this feature to do training or review your s
This indicator shows the relative strength of 8 major currencies: USD, EUR, GBP, AUD, NZD, CAD, CHF and JPY. The strength value is normalized to the range 0-100: The value above 60 means strong. The value below 40 means weak.  The basic principle Given eight currencies, USD,EUR,GBP,AUD,NZD,CAD,CHF,JPY, where each pair of two can be combined, resulting in a total of 28 pairs, a reverse algorithm is used to extract the strength of the eight currencies from these 28 pairs EURUSD,GBPUSD,AUDUSD,NZDU
This indicator shows the main trend on the current chart. Features This indicator includes two bands, one is the inner white bands, another is the outer blue bands. If the white dotted line crosses down the white solid line, this means that the trend has changed to be bearish. If the white dotted line crosses up the white solid line, this means that the trend has changed to be bullish. Once the crossing happened, it will not repaint. Settings ShowColorCandle: if 'true', it will show the color
Beta Bands
Ziheng Zhuang
5 (1)
This indicator shows main trend, entry zone and exit zone. This is a muti-timeframe indicator, so it is always repainting in the current period of the higher timeframe. Features Colorful Histogram: it indicates the main trend, the tomato means the market is bearish,and the sky blue means the market is bullish. Inner Blue Bands: it is entry zone for entry market, the market is relatively safe for entry. Outer Yellow Bands: it is exit zone for exit market, the market is oversold or overbought.
This Expert Advisor is an One-click trading panel for multi pairs. Click OPEN button to open orders for the selected pairs. Click CLOSE button to close orders for the selected pairs. The lots of order is the number entered by users.The positive number is for buy order and the negative is for sell order. Click  CLOSE  button is to close the whole order ,instead of partial close.Close action has nothing to do with the number of lots. Set the input Magic Number to 0, the EA can close manual orders
This indcator shows the trend with the color histogram. It is simple and easy to use. Usage: If the histogram changes from the aqua to the fuchsia, which means the trend is up. If the histogram changes from the fuchsia to the aqua,which means the trend is down. Inputs: MaPeriods: the periods of moving average. f1: the multiplier of inner bands f2: the multiplier of outer bands Popup Window Alert Email Alert Mobile Push Alert Alerts When the trend changes from the long trend to the short trend or
Pair Power Matrix
Ziheng Zhuang
3.67 (3)
This indicator is designed to show the pair power of the major 28 paris with RSI,Stochostic,and CCI. The power value is sorted from the weak to the strong. The weaker pairs: the pairs occurs at least 2 times in the top 3 rows The stronger pairs:   the pairs occurs at least 2 times in the bottom 3 rows Users can add another symbol, so it can calculate 28+1 symbols. My advice: https://www.mql5.com/en/blogs/post/729880 A free EA with Pair Power Matrix  ---  https://www.mql5.com/en/blogs/post/7328
The purpose of the inidcator is to identify the reversal point. The blue arrow is buy signal and the yellow star is its stop loss. The red arrow is sell signal and the yellow star is its stop loss. Alert feature: if there is a signal, the indicator will send alerts of  popup window,email or mobile push. Inputs: Popup Window Alert: it is false in default Email Alert : it is false in default Mobile Push Alert: it is false in default. MetaTrader 5 Version: Reversal Point Please note that the singal
The indicator includes two parts. Part I: Color Candles Show the Major Trend Color candles is to identify the market state by color candlesticks. As shown in the screenshots, if the color is Aqua, the market is in a state when you should place long orders or exit short orders. If the color is Tomato, it is the time to place short orders or exit long orders. If the color is changing, it is better to wait for its completion (until the current bar is closed). Part II: Draw bands The inner bands is
Note: This EA only works on Hedging account. The MetaTrader 4 version Quick Panel Pro Features Calculating lots is easy and fast: move the StopLine, the calculation is processed immediately Most trading operations can be quickly made by clicking the button on these panels. Changing panels is quick just by clicking the green button. Click the mouse to quickly modify the stop loss and take profit (cannot be used for backtesting) Show the average price on a yellow-background panel and draw the lin
Note: This EA only works on Hedging account. The MetaTrader 4 version Quick Panel This Panel is an Expert Advisor, which provides six groups of trading panel. Features Most trading operations can be quickly made by clicking the button on these panels. Changing panels is quick just by clicking the green button. The EA can run on visual chart on the strategy tester, which provides an easy method to practice trading on history data. Click the mouse to quickly modify the stop loss and take profit
Gamma Bands   This indcator shows the trend with the color histogram. It is simple and easy to use. Usage: If the histogram changes from the aqua to the fuchsia, which means the trend is up. If the histogram changes from the fuchsia to the aqua,which means the trend is down. Inputs: MaPeriods: the periods of moving average. f1: the multiplier of inner bands f2: the multiplier of outer bands   Popup Window Alert Email Alert Mobile Push Alert Alerts When the trend changes for the long trend to the
The purpose of the inidcator is to identify the reversal point. The blue arrow is buy signal and the yellow star is its stop loss. The red arrow is sell signal and the yellow star is its stop loss. Please note that the singal is against trend,it could be continual fail. Alert feature: if there is a signal, the indicator will send alerts of  popup window,email or mobile push. Inputs: Popup Window Alert: it is false in default Email Alert : it is false in default Mobile Push Alert: it is false in
This Expert Advisor is an One-click trading panel for multi pairs. Click   OPEN   button to open orders for the selected pairs. Click   CLOSE   button to close orders for the selected pairs. The lots of order is the number entered by users.The positive number is for buy order and the negative is for sell order. Click  CLOSE  button is to close the whole order ,instead of partial close.Close action has nothing to do with the number of lots. Set the input Magic Number to 0, the EA can close manua
This indicator shows the relative strength of 8 major currencies: USD, EUR, GBP, AUD, NZD, CAD, CHF and JPY. The strength value is normalized to the range 0-100: The value above 60 means strong. The value below 40 means weak.  The basic principle Given eight currencies, USD,EUR,GBP,AUD,NZD,CAD,CHF,JPY, where each pair of two can be combined, resulting in a total of 28 pairs, a reverse algorithm is used to extract the strength of the eight currencies from these 28 pairs EURUSD,GBPUSD,AUDUSD,NZDUS
Filter:
JCJ
851
JCJ 2025.01.10 01:48 
 

Great tool for trading trend & support/resistance line breaks

Ziheng Zhuang
40872
Reply from developer Ziheng Zhuang 2025.01.10 09:49
Thank you for your real review.
Reply to review