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
##   ONLY GOLD ##   Тiльки Золото ## **Mercaria Professional Trading Zones - Complete Guide** ## **Mercaria Professional Trading Zones - Повний посібник** ### **How Mercaria Zones Work / Як працюють зони Mercaria** **English:** Mercaria Zones is an advanced trading indicator that identifies high-probability support and resistance areas using ZigZag extremes combined with mathematical zone calculations. The indicator works on multiple timeframes simultaneously, providing a comprehensive view
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 (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
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
Bullish EA MT5 v1.19 is a professional automated trading robot designed primarily for XAUUSD (Gold) . It is a scalping-style Expert Advisor that combines Moving Average crossover signals with strict intraday session trading and daily trade closure . Timeframes Used by the EA MA Timeframe : M30 — All Moving Averages are calculated here (Fast MA 5, Slow MA 10, Trend Filter MA 50). Signal & Execution Timeframe : M5 — Signals are checked and trades are executed on M5. Recommended Chart : Attach the
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
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 ,
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
"Impulses and Corrections 5" is created to help traders navigate the market situation. The indicator shows multi-time frame upward and downward "Impulses" of price movements. These impulses are the basis for determining the "Base" , which is composed of zones of corrections of price movements, as well as "Potential" zones for possible scenarios of price movement. Up and down impulses are determined based on a modified formula of Bill Williams' "Fractals" indicator. The last impulse is always "U
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
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
================================================================================ 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
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
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
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.
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
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
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
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
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
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
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
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 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
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
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
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
Copy trade signals from Telegram channels you already belong to (including private and restricted channels) directly into MetaTrader 5. Set your risk rules once, monitor execution, and manage positions with built-in protections designed to reduce mistakes and overtrading. Fast setup : configure your channels, select what to copy, and start within minutes using a clean on-chart interface. User Guide + Demo | MT4 Version Who this is for Traders who follow one or more signal providers and want cons
Auto Trade Copier for MT5
Vu Trung Kien
4.41 (27)
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
Trade Builder Pro
Mostafa Saad Saeed Shawara
Product Title Trade Builder Pro - Interactive Visual Trade Manager & Risk Assistant on Chart Short Description Simplify your trading with Trade Builder Pro , a highly interactive Trade Assistant and Trade Manager . Set up your entry, stop loss, and multiple take profit targets directly on the chart, with automatic calculation of lot sizes and the risk reward ratio in real-time. Overview Effective Trade Management is essential for long-term trading success. Trade Builder Pro eliminates manual ri
My Chart Generator
Trade The Volume Waves Single Member P.C.
What if your chart adapted to the market instead of the clock?   THE PROBLEM IT SOLVES   Instead of trying to find the best indicator that fits your timeframe chart, build a chart and find the most appropriate indicator.   My Chart Generator is a MetaTrader 5 background service that builds  live, fully historical three types of custom charts :1. Range/Volume Balanced chart, 2.  Range/Volume Absorption chart and 3. Constant Volume chart from any symbol — Forex pairs, crypto, indices, commodities,
AI Agents Supervisor
Ho Tuan Thang
5 (1)
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
Telegram to mt5 pro
Janet Abu Khalil
4 (4)
Telegram to MT5 Pro — Advanced Telegram Signal Copier with Auto-Fix, Multi-TP, Risk Control and Full Trade Management Telegram to MT5 Pro — Professional Telegram Signal Copier Telegram to MT5 Pro is a high-performance trade copier that automatically executes signals from Telegram directly into your MetaTrader 5 account, with full control over risk, execution, and trade management. The system consists of two components: • The Expert Advisor (EA) running inside MetaTrader 5 • A companion desktop
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus is an advanced trade management tool designed to enhance your trading efficiency and effectiveness on the MetaTrader 5 platform. It offers a comprehensive suite of features, including risk calculation, order management, advanced grid systems, chart-based tools, and performance analytics. Key Features 1. Recovery Grid Implements an averaging and flexible grid system to manage trades during adverse market conditions. Allows for strategic entry and exit points to optimize trade recovery
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
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
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
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
40796
Reply from developer Ziheng Zhuang 2025.01.10 09:49
Thank you for your real review.
Reply to review