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
Advanced MT5 Indicator: Precision-Powered with Pivot Points, MAs & Multi-Timeframe Logic Unlock the full potential of your trading strategy with this precision-engineered MetaTrader 5 indicator —an advanced tool that intelligently blends Pivot Points , Adaptive Moving Averages , and Multi-Timeframe Analysis to generate real-time Buy and Sell signals with high accuracy. ########    If you want to test on Real Market, Let me know. I will give the Demo file to run on Real Account.   ###########
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
Trading Edge Scanner
Maya Roma Oberholzer
TradingEdge Scanner - Professional Multi-Market Pattern Recognition Tool OVERVIEW: TradingEdge Scanner is a sophisticated pattern recognition system designed for serious traders who need reliable inside day, breakout, and false breakout detection across both Forex and Cryptocurrency markets. KEY FEATURES: Dual Market Coverage: Separate scanning for Forex (weekdays) and Crypto (24/7) Enhanced Alert System: Separate notifications for Forex and Crypto patterns Professional Summary Table
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
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
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
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
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
Due to limitations in MetaTrader 5, this indicator cannot be run in the Strategy Tester. To see it in action, you can download the demo version. SMC Drawing Tool User Guide Function Overview The SMC Drawing Tool is a professional technical analysis indicator for MetaTrader 5 that provides a variety of drawing tools, a smart labeling system, and supports multi-timeframe display and chart synchronization features. Main Functions Drawing Tools Trendline (Q key): Draws trendlines and adds labels.
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
Volatility 10 Auto Scalper
Harifidy Razafindranaivo
BRIEF INTRODUCTION   : This Panel is made for  Volatility 10 (1s) Index and Volatility 10 Index  Synthetic indices instruments. It offers an ultimate and complete  auto trading with an optional money management Controls. This application is an automated panel who works on strategy tester. It is equiped with an automatic indicator attached on the bottom of the Panel.  There are another functionalities like  Martingale strategy  and a  range sequence  detection , it triggers automatically when t
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
Vict Channel
Tatiana Savkevych
Victory Channel is a forex trend arrow indicator for identifying potential entry points. I like it, first of all, because it has a simple mechanism of work, adaptation to all time periods and trading tactics. Created on the basis of a regression channel with filters. We display the signals of the Victory Channel indicator on the chart of the price function using a mathematical approach. How it works - when the price breaks through the overbought/oversold zone (channel levels), a buy or sell si
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
BRIEF INTRODUCTION   : This advanced trading panel is specifically designed for the Volatility 75 (1s) Index and Volatility 75 Index  synthetic instruments. It provides a complete automated trading solution with optional money management controls, operating seamlessly in strategy tester environments. The panel includes a built-in automatic indicator at the bottom for real-time market analysis.  Key Features : 1. Automated Trading Strategies:    - Martingale Strategy – Automatically activated w
Most of us use a VPS to run our trading EA's 24/7, but how to monitor if these terminals are up and running? What if they crash, or shut-down due to an update? How do I get notified about that? That's where our Heartbeat Monitoring comes into play. It provides you a 24/7 monitoring for all your terminals & VPS. So, what do we need for that? 1. A free-of-charge user account at Cronitor , a professional monitoring service. 2. This tool running on a chart on your VPS. In case of MT5 or connec
PropAngel EA is a manager EA to help you to pass proprietary firm challenges and evaluations and to keep your funded accounts. PropAngel EA makes sure you do not breach daily drawdown limit which gives you change to continue trading the account and recover from the drawdown. PropAngel EA makes sure that at the moment you have reached your challenge, evaluation or scaling target all trading will be immediately stopped. This is done to prevent account falling away from the target. PropAngel EA giv
Introduction This is a pullback EA designed to detect trend divergences, which corresponds to the first type of buying and selling points in the "Zhan Zhong Shuo Chan" theory. With an exceptionally high profit factor, this EA delivers consistent long-term profitability. It employs dynamic grid trading, enabling it to adapt seamlessly to various market conditions. New EA Promotional Price: $99 → $149 Live Signal: https://www.mql5.com/en/signals/1080741 Set File https://c.mql5.com/6/954/Profit.
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.95 (57)
Exp-TickSniper -  high-speed tick scalper with auto-selection of parameters for each currency pair automatically. Do you dream of an adviser who will automatically calculate trading parameters? Automatically optimized and tuned? The full version of the system for MetaTrader 4:   TickSniper  scalper  for MetaTrader 4 TickSniper - Full Description   + DEMO + PDF The EA has been developed based on experience gained in almost 10 years of EA programming. The EA strategy works with any SYMBOLS. The
The indicator shows harmonic patterns on the chart without repainting with the minimum possible lag. The search for indicator tops is based on the wave principle of price analysis. Advanced settings allow you to choose parameters for your trading style. At the opening of a candle (bar), when a new pattern is formed, an arrow of the probable direction of the price movement is fixed, which remains unchanged. The indicator recognizes the following patterns and their varieties: ABCD, Gartley (Butter
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
This indicator draws strong price levels (price consolidation levels). The levels are plotted using 2 MA indicators and 1 MACD using a complex algorithm. The algorithm used in the EA is also in personal use.  These levels have 4 variants (colors of the variants can be customized): strong up, weak up, strong down, weak down. In turn, a weak level usually appears and then it can become strong. A strong level can also become weak. Version MT4:  https://www.mql5.com/en/market/product/27997/ Version
Signal Indicator to Expert MT5
William Oswaldo Mayorga Urduy
Do you have an indicator that gives signals and you want to convert it to Expert? With this expert you can convert it without having to reprogram or adapt your indicator, you just have to follow the steps to configure it properly: 1) The indicator must be in the indicators folder. 2) You must carefully select the BUY and SELL buffers provided by the indicator. 3) Select if you want to take all the operations or only those of the BUY or SELL type. 4) Select how you want the operations to be
Supply Demand areas
Makarii Gubaydullin
Supply / demand zones: observable areas where price has approached many times in the past. Multifunctional trade manager:  66+ features , including this indicator  |   Contact me  for any questions  |  MT4 version The indicator shows where the price could potentially be reversed again. Usually, the more times the price has been rejected from the level, the more significant it is. In the input settings   you can adjust: Enable or disbale   Weak zones; Show or hide   zone description; Font size;
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (190)
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 (543)
Welcome to Trade Manager MT5 - the ultimate risk management tool designed to make trading more intuitive, precise, and efficient. This is not just an order placement tool; it's a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. Whether you're a beginner taking your first steps, an advanced trader, or a scalper needing rapid executions, Trade Manager MT5 adapts to your needs, offering flexibility across all markets, from forex and indices t
TradePanel MT5
Alfiya Fazylova
4.86 (138)
Trade Panel is a multifunctional trading assistant. The application contains more than 50 trading functions for manual trading and allows you to automate most trading operations. Attention, the application does not work in the strategy tester. Before purchasing, you can test the demo version on a demo account. The demo version is here . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk calculation. Open mu
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
Grid Manual MT5
Alfiya Fazylova
4.89 (19)
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
YuClusters
Yury Kulikov
4.93 (41)
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
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
Lazy Trader is your personal risk management assistant that independently finds the best market entries, manages positions, and helps you extract maximum profit from every trading idea! It monitors charts from M1 to W1 , finds optimal entry points based on your parameters, and manages trades without your involvement: - Got an idea on the daily chart? No need to wait for lower timeframes to form a signal — Lazy Trader will check everything and open all necessary positions while you live your lif
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
Trade copier for MT5 is a trade copier for the МetaТrader 5 platform. It copies forex trades  between any accounts   MT5 - MT5, MT4 - MT5 for the COPYLOT MT5 version (or MT4 - MT4 MT5 - MT4 for the COPYLOT MT4 version)    Reliable copier!         MT4 version Full Description +DEMO +PDF   How To Buy    How To Install     How to get Log Files    How To Test and Optimize    All products from Expforex You can also copy trades in the МТ4 terminal (МТ4 - МТ4, МТ5 - МТ4):     COPYLOT CLIENT for MT4
EasyInsight AIO MT5
Alain Verleyen
4.89 (9)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Overview 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 indic
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Telegram To MT5 Receiver
Levi Dane Benjamin
4.79 (14)
Copy Signals from any channel that you are a member (including private and restricted) straight to your MT5.  This tool has been designed with the user in mind while offering many features you need to manage and monitor the trades. This product is presented in an easy-to-use and visually attractive graphical interface. Customise your settings and start using the product within minutes! User Guide + Demo  | MT4 Version | Discord Version If you want to try a demo please go to user guide. The Tel
Botonera MT5
Jose Antonio Soto Mendoza
5 (1)
TRADING KEYBOARD An advanced tool for agile and precise trading in the financial markets. Designed for traders who trade instruments such as the DAX, XAU/USD, Forex, and other markets (scalping, intraday, swing, etc.), this keypad allows you to execute trades with a single click and with multiple professional configurations. The "Daily Scalping Keypad" allows you to open, close, and protect trades with a single click, ideal for trading on M1/M5 without wasting time. It includes buttons for hed
Trade Manager DaneTrades
Levi Dane Benjamin
4.31 (26)
Trade Manager to help you quickly enter and exit trades while automatically calculating your risk. Including features to help prevent you from Over Trading, Revenge Trading and Emotional Trading. Trades can be managed automatically and the account performance metrics can be visualised in a graph. These features make this panel ideal for all manual traders and it helps to enhance the MetaTrader 5 platform. Multi Language support. MT4 Version  |  User Guide + Demo The Trade Manager does not work i
The MT5 to Telegram Signal Provider is an easy-to-use, fully customizable utility that enables the sending of signals to Telegram, transforming your account into a signal provider. The format of the messages is fully customizable! However, for simple usage, you can also opt for a predefined template and enable or disable specific parts of the message. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ]     New: [ Telegram To MT5 ] Setup A step by step user guide is available. No knowledge o
***  Entry In The Zone and SMC Multi Timeframe   is a real-time market analysis tool developed based on the   Smart Money Concepts (SMC)   framework. It automatically analyzes   reversal points   and   key zones   across multiple timeframes, emphasizing   No Repaint signals   and highlighting   Points of Interest (POI) .It also features an   Auto Fibonacci Level System   that automatically draws Fibonacci lines to help detect   pullbacks   and   reversal points   instantly. Most importantly, th
Remote Trade Copier is an advanced tool designed for efficiently copying trades between accounts in both local and remote modes. It allows for lightning-fast order replication from a master account to a slave account. In local mode, trades are copied instantly, while in remote mode, the copying process takes less than 1 second. MT4 Version (Only Local) MT5 Version (Only Local) MT4 Full Version (Local & Remote) Local mode refers to both MetaTrader platforms being installed on the same system,
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
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.57 (69)
Trading Panel for trading in One click.  Working with positions and orders!  Trading from the  chart  or the  keyboard . With our trading panel, you can execute trades with a single click directly from the chart and perform trading operations 30 times faster than with the standard MetaTrader control. Automatic calculations of parameters and functions make trading faster and more convenient for traders. Graphic tips, info labels, and full information on trade deals are on the chart MetaTrader.  
Take a Break MT5
Eric Emmrich
4.83 (23)
The most advanced news filter on MQL market - free demo available Take a Break has transformed from a basic news filter into a comprehensive account protection solution. It seamlessly pauses any other Expert Advisors during news events or based on your custom filters, all while safeguarding your EA settings - restoring them automatically when trading resumes for complete peace of mind. Typical use cases: A single news filter for all your EAs. Stop trading during news/high volatility (+ close all
Auto Trade Copier for MT5
Vu Trung Kien
4.3 (23)
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
Copy Cat More Trade Copier MT5 is a local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both Master (sender) and Slave (receiver) modes, with real-time synchronization of market and pending orders, trade modification
Everything for chart Technical Analysis indicator MT5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or trendline extender. 2. Pri
Local Trade Copier   is an advanced tool designed for efficiently copying trades between accounts in the   local   mode. It allows for lightning-fast order replication from a master account to a slave account. In local mode, trades are copied instantly, while in remote mode, the copying process takes less than 1 second. MT4 Version MT5 Full Version (Local & Remote) MT4 Full Version (Local & Remote) Local mode refers to both MetaTrader platforms being installed on the same system. It fully suppo
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
The News Filter MT5
Leolouiski Gan
4.76 (17)
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
* Super Assistant is an useful management tool that helps traders perform management tasks on MT4/MT5 account remotely via Telegram such as: - Get info (account, details of positions, pending orders, floating PL, price, economic news, etc) - Open trade (open instantly with preset parameters) - Manage trade (set SLTP automatically, break-even mode, max risk, close time every day, etc) - Close trade (close all, buy, sell, win positions by one click, set awaiting close by PL, time) - Set up notifi
MT5 To Notion
Levi Dane Benjamin
5 (3)
This program will allow you to export all of your trades from your MetaTrader account straight into Notion using a very friendly User Interface.  MT4 Version  |  User Guide + Demo To get started please use the User Guide and download the Notion Template. If you want a Demo please go to the User Guide. Does not work in the strategy tester! Main Features Export All trades from your trading account into your Notion Export Running Trades and Pending orders into Notion and update them Create templat
The product will copy all  Discord  signal   to MT5   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT5. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
Risk Manager for MT5
Sergey Batudayev
4.56 (16)
Expert Advisor Risk Manager for MT5 is a very important and in my opinion necessary program for every trader. With this Expert Advisor, you will be able to control the risk in your trading account. Risk and profit control can be carried out both in monetary terms and in percentage terms. For the Expert Advisor to work, simply attach it to the currency pair chart and set the acceptable risk values ​​in the deposit currency or in % of the current balance. Article about Risk Manager h ttps://ww
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
More from author
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
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
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
Slippage Monitor
Ziheng Zhuang
4.75 (4)
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
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 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
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
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
Filter:
JCJ
851
JCJ 2025.01.10 01:48 
 

Great tool for trading trend & support/resistance line breaks

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