Cross Trend Line to Trade

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 MQL4/Files/Cross Trend Line to Trade folder.
  • EA can be used in the strategy tester . Please try it out in the strategy tester before paying for it.

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 MT4 or load EA to the chart, the EA will pause for 3 seconds because the chart is being updated at the moment MT4 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.

//---


    Recommended products
    TradePilot
    Hossein Khalil Alishir
    TradePilot Expert Advisor (EA) for MetaTrader 4 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 4 (MT4) . It simplifies automated trading , risk management , and trade execution using a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation . Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys. Smart Risk Management: Supports percen
    Trendiness Index
    Libertas LLC
    5 (3)
    "The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
    Semi Auto Trade Manager
    Shahrull Hissham Bin Saad
    AZ Semi Auto Trade Manager MT4 is a professional one-click trade management tool designed for traders who prefer manual entries while automating risk management and trade protection. This Expert Advisor allows traders to open BUY or SELL positions directly from the chart using dedicated trading buttons and automatically manage open trades with Stop Loss, Take Profit, Break Even, and Trailing Stop functions. The EA does not generate trading signals. Instead, it focuses on efficient trade executio
    Fibonacci System
    Maksim Neimerik
    The system applies Fibo levels. Apart from basic Fibo levels (23.6; 38.2; 50.0; 61.8; 100.0;), the EA features custom levels (34.0; 36.0; 64.0; 66.0;). You can decide the levels trading is to be performed from. Sample trade: when the market is bullish and the price rolls back to the levels (as we remember, we select the levels on our own), the EA opens buy orders. The opposite is true for sell orders. The EA can work in three modes. Each of the modes is a separate Fibo levels construction method
    Point61 Indicator
    Evgeniy Machok
    5 (1)
    The Point61 indicator is the result of many years of monitoring of price behavior of currency pairs and metals. It is not a secret, that in times of uncertainty, traders are looking for possible levels of support and resistance - the point, where price should stop its movement. There are 2 possible scenarios at these points: 1. Reverse (correction) to the opposite direction; 2. Breakthrough to continue movement. Very often these points are used to set stop orders - TakeProfit or StopLoss
    hello friends bollinger Bands signal traders. I am happy to announce that I have completed the robot that follows the market according to the signal that the closing candle is above the upper Bollinger Bands and the closing candle is below the lower Bollinger Bands, the robot will send the image to Telegram then you will check see if it is a signal that matches your order opening rules. because I find the signal system really useful for traders, so I am trying to complete many products to serve
    Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
    Magic Point Calculation System Support, resistance, target position... Use scientific calculations to help your trades Find the corresponding and low points Through our observation of the current chart, find the corresponding high and low points Enter the high and low points and calculate Enter the high and low point at the corresponding positions and click calculate to get the support, resistance, target, etc. Pre-order and wait for the result Pre-order at the price calculatedthe risk of ext
    VR Cub
    Vladimir Pastushak
    VR Cub is an indicator for getting high-quality entry points. The indicator was developed to facilitate mathematical calculations and simplify the search for entry points into a position. The trading strategy for which the indicator was written has been proving its effectiveness for many years. The simplicity of the trading strategy is its great advantage, which allows even novice traders to successfully trade with it. VR Cub calculates position opening points and Take Profit and Stop Loss targe
    Daily Candle Predictor is an indicator that predicts the closing price of a candle. The indicator is primarily intended for use on D1 charts. This indicator is suitable for both traditional forex trading and binary options trading. The indicator can be used as a standalone trading system, or it can act as an addition to your existing trading system. This indicator analyzes the current candle, calculating certain strength factors inside the body of the candle itself, as well as the parameters of
    Auto Fibo Pro m
    DMITRII GRIDASOV
    "Auto FIBO Pro"   Crypto_Forex  indicator  - is great auxiliary tool in trading! Indicator automatically calculate and place on chart Fibo levels and local trend lines (red color). Fibonacci levels indicate key areas where price can reverse. Most important levels are 23.6%, 38.2%, 50% and 61.8%. You can use it   for reversal scalping  or for zone grid trading. There are plenty of opportunities to  improve your current system using Auto FIBO Pro indicator as well. It has Info Spread Swap Displa
    Virtual SL TP Trailing Pro for MT4 – Client-Side Stop Loss / Take Profit and Trade Management Looking for MetaTrader 5 version?  I t is available separately in the Market:   Virtual SL TP Trailing Pro MT5 Public channel:   CLICK HERE Virtual SL TP Trailing Pro for MT4 is a trade management utility that keeps Stop Loss (SL) and Take Profit (TP) levels on the client side instead of sending them to the trading server. It is designed to help you manage exits in a structured way using a clear on-cha
    TradePanel MT4
    Alfiya Fazylova
    4.84 (95)
    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
    Vizzion
    Joel Protusada
    Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
    For sure, this indicator has become very popular amongst traders. Through coding this indicator will give you the most accurate levels possible for your trading analysis. We have also added in the ability for you to receive alerts when the price breaks above or below a Support or Resistance lines! HOW TO USE The red rectangles represent your resistance/supply zone. The green rectangles represent your support/demand zone.  BONUS FEATURES We coded this indicator with the ability to switch between
    Smartility
    Syed Oarasul Islam
    This utility is designed to help you with your Manual Trading. It allows different ways of closing trades. It can display total number of BUY and SELL orders individually and also their individual profits. It can enter trades without stopl loss and take profits. However upon selecting UseStopLossTakeProfit from the settings it can use best possible stop loss and take profits based on the market conditions. Upon selecting the CloseOppositeTrades  from the settings it can close opposite trades. Fo
    Trading Helper
    Siarhei Vashchylka
    Trading Helper - Program for trading and money management. It works with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Manual (Be sure to read before purchasing) Advantages 1. Comfortable trading in a few clicks. Immediate and pending orders are available in the panel 2. Fixed percent method. The panel can select the lot size based on a predetermined risk 3. Trading with a fixed lot. In a few clicks, select a lot and open a Trade 4. Posi
    Gann Square of 144
    Taras Slobodyanik
    5 (6)
    The Gann Box (or Gann Square) is a market analysis method based on the "Mathematical formula for market predictions" article by W.D. Gann. This indicator can plot three models of Squares: 90, 52(104), 144. There are six variants of grids and two variants of arcs. You can plot multiple squares on one chart simultaneously Parameters Square — selection of a Gann square model: 90 — square of 90 (or square of nine); 52 (104) — square of 52 (or 104); 144 — universal square of 144; 144 (full) — "full
    Risk Commander
    Adisorn Soodkanueng
    Product Name: Risk Commander: Trade Assistant & Strategy Simulator Risk Commander is more than just a trade panel—it is a complete Manual Trading Ecosystem . It serves two powerful purposes: Live Assistant: Helps you execute trades with speed, precision, and perfect risk management in real-time markets. Training Simulator: Fully compatible with the Strategy Tester (Visual Mode) , allowing you to practice manual trading on historical data without risking a cent. NEW! Built-in Simulator Mode Stop
    Infinity Trend Pro
    Yaroslav Varankin
    1 (1)
    This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
    Phase Analytics Pro: Advanced Cyclic Market Analyzer Phase Analytics Pro is a sophisticated technical tool designed for traders who prioritize mathematical precision over lag-heavy traditional indicators. Based on the principles of digital signal processing, this indicator decomposes price action into phase and quadrature components to identify the dominant market cycle. How it works: The algorithm calculates the instantaneous phase of the market, allowing it to distinguish between trending and
    Space Phoenix EA
    Zenzile Jetro Siwela
    1. TrendLine Monitoring : The EA can detect immediate breaks above or below any specified trend line drawn on the chart. It can monitor up to 25 trend lines simultaneously. 2. Automatic Take Profit and Stop Loss : The EA includes functionality for setting predetermined levels of take profit and stop loss. This feature helps to establish and maintain favorable risk-to-reward ratios. 3. Trailing Stop : A trailing stop mechanism is implemented, allowing you to secure profits by automatically adj
    Auto SLTP Maker MT4  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
    OneClick VZ
    Kusuma Nungki S
    Simple panel of trade on your chart with OneClick VZ . This trade panel will make it easier for you. Equipped with several functions that make it very easy for you. You can try Trial Version OneClick V1 in here . This version includes: Open Order Buy Open Order Sell Open Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] Close ALL orders Close Order Buy Close Order Sell Delete Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] Order Management: Stop Loss Take Profit Trailing S
    FreqoMaster
    Stanislav Korotky
    The main idea of this indicator is rates analysis and prediction by Fourier transform. The indicator decomposes exchange rates into main harmonics and calculates their product in future. The indicator shows 2 price marks in history, depicting price range in the past, and 2 price marks in future with price movement forecast. Buy or sell decision and take profit size are displayed in a text label in the indicator window. The indicator uses another indicator as an engine for calculations - FreqoMet
    Hello traders! I present to you Argo Gold Edition - 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 or 3
    H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
    Automated Forex Trading Program - Stochastic Indicator Strategy with Customizable Settings Key Features: Stochastic Indicator Strategy : Utilizes a sophisticated trading strategy based on the stochastic indicator, which is a momentum oscillator. The algorithm identifies potential reversal points at overbought or oversold levels, providing precise trade signals. Customizable Settings : Adjust key parameters like stochastic periods, overbought and oversold levels, as well as Take Profit and Stop
    Stepping Trend
    Mpendulo Chiliza
    The Stepping Trend Indicator     The Steppi ng Trend indicator uses the  average true range  (ATR indicator) in its calculation. This gives you control to set your own average true range period, I set the Default as 10.   Indicator Details. Green Arrow Up: This means you are at the starting point of a new bullish trend, it’s time to buy.   Red  Arrow  Down : This means you are at the starting point of a new  bearish  trend, it’ s time to sell .   What if you miss the Arrow Signal?   No prob
    VN Trade Panel II
    Vyacheslav Nekipelov
    4 (1)
    The new version of the trading panel, which now has the ability to separately close Buy and Sell orders, display targets for all orders on the chart, as well as the ability to use the panel to trade with brokers working on the FIFO rule. Also, the new version adds option buttons for separate management of open orders. It has a convenient visualized interface and intuitive control without a lot of additional tabs to which traders have to be distracted and switch their attention. Thanks to this,
    Buyers of this product also purchase
    Forex Trade Manager MT4
    InvestSoft
    4.98 (443)
    Trade Manager MT4 is an advanced position size calculator and trade management tool for MetaTrader 4, 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, or crypto, Trade M
    Zone Trader MT4
    Lee Samson
    5 (1)
    Trade support and resistance or supply and demand zones automatically once you have identified the key areas you want to trade from. This EA allows you to draw buy and sell zones with a single click and then place them exactly where you expect price to turn. The EA then monitors those zones and will automatically take trades based on price action you specify for the zones. Once the initial trade is taken, the EA will then get out in profit at the opposite zone you place, which becomes the target
    News Filter EA MT4
    Rashed Samir
    5 (10)
    News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
    Automatic profit locking when target profit is reached EquityTargetCloser   — is a utility expert advisor for MetaTrader 5 that automatically closes all market positions and deletes pending orders as soon as   equity exceeds the current balance by a specified profit amount . After all positions are closed, the target automatically increases: the new threshold = new balance + specified profit. The EA does not open trades, it only manages existing positions, helping to reliably lock in profit and
    DrawDown Limiter MT4
    Haidar Lionel Haj Ali
    5 (8)
    Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
    Telegram to MT4 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 4. 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 MT4 terminal. An MT5 version is also available. Setup guide and app
    Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
    The product will copy all telegram signal to MT4   ( 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
    PZ Trade Pad Pro MT4
    PZ TRADING SLU
    3.67 (3)
    Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] One of the k
    MT4 to Telegram Signal Provider   turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
    A professional panel for manual trading that keeps the whole trade cycle in one window on the chart, from a precise entry to protecting your account. Size every position strictly to a defined risk, build the trade with lines directly on the chart using the RR Tool, and place market and pending orders, grids and OCO. The panel takes position management off your hands: partial closing across up to five levels, six types of trailing stop, breakeven and Virtual SL/TP. Daily, weekly and monthly limit
    TradeMirror is a trade copier EA for MT4/MT5 platform. Tutorial Please click the Trademirror Tutorial link to view more tutorials. Why TradeMirror We understand the importance of security, stability and privacy for financial software, so we've gone the extra mile to harden these three elements in detail: Provides a user-friendly graphical interface that is easy to operate Focus on privacy and security, suitable for various financial scenarios with privacy requirements for order distribution Prec
    Trade Copier Global
    Laszlo Tormasi
    5 (15)
    Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
    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
    Trade panel Sniper
    Andrey Kaunov
    5 (4)
    Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
    Auto Trade Copier
    Vu Trung Kien
    4.76 (85)
    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 MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
    Trader Evolution MT4
    Siarhei Vashchylka
    5 (2)
    " 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 MT5 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
    Telegram to MT4 Coppy
    Sergey Batudayev
    4.09 (11)
    Telegram to MT4: The Ultimate Signal Copying Solution Streamline your trading with Telegram to MT4 , the cutting-edge utility designed to copy trading signals directly from Telegram channels and chats to your MetaTrader 4 platform—without the need for DLLs. This robust solution ensures seamless execution of signals with unparalleled precision and customization options, saving you time and boosting your efficiency. [ Instructions and DEMO ] [ FAQ ] [ How atach logs properly ] [Settings descrition
    Custom Alerts AIO: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
    MACD Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find regular and hidden divergences between price chart and MACD indicator. This divergence scanner is integrated with support and resistance zones so you can check the MACD divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->  
    The News Filter
    Leolouiski Gan
    5 (25)
    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 here onwards
    EasyInsight AIO MT4
    Alain Verleyen
    4 (2)
    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
    RSI Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find divergences between price chart and RSI indicator. This divergence scanner is integrated with support and resistance zones so you can check the RSI divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1 timeframes) Full description of scanner parameters ->   click here . How to get
    Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
    Coppy Master MT4
    Sergey Batudayev
    4 (3)
    Coppy Master MT4   is a trade copier tool for MetaTrader 4 and MetaTrader 5 terminals. It supports copying in both directions: from MT4 to MT5, from MT5 to MT4, as well as between accounts of the same type MT4 to MT4. To work correctly, all terminals must be running on the same PC or VPS. [ Instruction  and Demo ]  For copying to MetaTrader 4, a separate version —   Coppy Master MT5   — is required. Main Features: Copying Modes Supports both Master and Receiver roles. Flexible setup for sending
    ManHedger MT4
    Peter Mueller
    5 (2)
    THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before   BUYING  and watch my video about it. Contact me for user support or bug reports, or if you want the MT5 version! MT5 Version I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own   Zone Recovery   strategy to capitalize on trending markets. Create   Grid   trading strategies, to profit from ranging markets. Place orders easil
    Trade Manager MT4 DaneTrades
    Levi Dane Benjamin
    4.09 (11)
    DaneTrades Trade Manager is a professional trade panel for MetaTrader 4, 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
    Close by percentage MT4
    Konstantin Kulikov
    5 (1)
    Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
    VirtualTradePad PRO SE MT4 — advanced trading panel and chart workspace for MetaTrader 4 VirtualTradePad PRO SE is a professional trading panel and trade-management workspace for MetaTrader 4 . It helps traders open, manage, protect, close and analyze trades faster from one chart-based interface. The product was created for active manual traders who need more than a simple set of buttons. PRO SE combines one-click execution, pending orders, position control, partial close, basket profit/loss log
    Elevate Your Trading Signals with Our Advanced Telegram Bridge EA It’s time to captivate your audience with real-time trading updates that are both professional and visually appealing. Contact me to receive a trial and see the demo channel! We have significantly invested in user friendly features that create a unique experience for customers and providers.  SIGNAL BRIDGE is able to deliver 100% COPIER FRIENDLY SIGNALS for all business cases, even bypassing Metatrader logics where other EAs stru
    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
    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 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
    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:
    No reviews
    Reply to review