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
    Crypto_Forex Indicator "WPR and 2 Moving Averages" for MT4, No Repaint. - WPR itself is one of the best oscillators for scalping. - "WPR and 2 Moving Averages" Indicator allows you to see Fast and Slow Moving Averages of WPR oscillator. - Indicator gives opportunities to see the price corrections very early. - It is very easy to set up this indicator via parameters, it can be used on any time-frame. - You can see Buy and Sell entry conditions on the pictures. - Consider Buy signal conditions:
    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
    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.
    Master Scalping M1 is an innovative indicator that uses an algorithm to quickly and accurately determine the trend.The indicator calculates the time of opening and closing positions, the indicator's algorithms allow you to find the ideal moments to enter a deal (buy or sell an asset), which increase the success of transactions for most traders. Benefits of the indicator: Easy to assemble, does not overload the chart with unnecessary information. Can be used as a filter for any strategy. Works on
    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
    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 (5)
    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 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" v
    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
    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
    ANTI SCALPING TRADER EA - is an advanced automatic trading system based on the latest price action research! This is "set and forget" Expert Adviser which is doing all trading job for you! 20 Set_files available! Use Set_files v25.12 from "Comments" section for using/testing the EA Trading idea is based on totally new Price Action pattern which I found by myself! ANTI SCALPING TRADER is very good investment - it will work years and years for you, because all Set_files have positive mathemati
    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,
    Matrixs
    Andriy Sydoruk
    Matrix is a Forex arrow indicator. Displays signals simply and clearly! The arrows show the direction of the transaction, and are colored accordingly, which can be seen in the screenshots. As you can see, trading with such an indicator is easy. I waited for an arrow to appear in the desired direction - I opened a deal. An arrow formed in the opposite direction - closed the deal. The indicator also displays the lines with the help of which the arrow signals are formed, taking into account the int
    Gann Lines Driver
    Oleg Pechenezhskiy
    С этим драйвером вы можете превратить трендовую линию в линию Ганна, поместив значение угла в виде NxM в ее описании, например 4x1, где N - это количество поинтов, а M - количество таймфреймов на текущем графике. Драйвер автоматически отображает значение угла в виде метки у правого конца линии. По умолчанию, размер поинта равен размеру пипса, но в настройках вы можете сами указать подходящий вам размер поинта. Вы можете комбинировать этот индикатор с индикатором  Colored Channels , разделяя проб
    As it is known, one of the winning parameters in Forex market is Money Management, which is more crucial than a good strategy. So it is good to know that there is a hidden fact in the market, so called pip's value. Most traders pay no attention to this fact. Here comes an example to brighten up. If you have an EUR account, pip's value for each 0.1 lots on EURGBP is around 1.10380 (it depends on the current rate) and on EURUSD is around 0.85050, it means if you take a trade on each of these curre
    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
    Buyers of this product also purchase
    Trade Assistant MT4
    Evgeniy Kravchenko
    4.44 (186)
    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 characteris
    Forex Trade Manager MT4
    InvestSoft
    4.98 (412)
    Welcome to Trade Manager MT4 - 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 MT4 adapts to your needs, offering flexibility across all markets, from forex and indice
    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
    Exp COPYLOT CLIENT for MT4
    Vladislav Andruschenko
    4.69 (64)
    Trade copier for MetaTrader 4.   It copies forex trades, positions, and orders from any accounts. It is one of the best trade copiers   MT4-MT4, MT5 - MT4   for the   COPYLOT MT4   version (or   MT4 - MT5 MT5 - MT5   for the   COPYLOT MT5   version).        MT5 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 Copier  version for      MetaTrader 5  terminal ( МТ5 - МТ5, МТ4 - МТ5 )-  Copylot Cli
    Grid Manual MT4
    Alfiya Fazylova
    4.71 (17)
    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. Ful
    News Filter EA MT4
    Rashed Samir
    5 (6)
    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
    Copy Cat More Trade Copier MT4   is not just a simple 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 pend
    PZ Trade Pad Pro MT4
    PZ TRADING SLU
    5 (2)
    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. One of the key features of the Trade Pad Pro EA is its focus on risk and position manageme
    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
    The MT4 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 ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. No knowledge of T
    TradePanel MT4
    Alfiya Fazylova
    4.84 (88)
    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
    Everything for chart Technical Analysis indicator MT4 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 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. Price to
    The News Filter
    Leolouiski Gan
    5 (24)
    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
    The product is used to trade base on any Alert signal in MT4 Easy to setup, simple format with custom keyword All option to management orders as trailing stop, breakeen, partial close, time filter, news filter ... Option to auto open grid orders How to setup and guide: Let read all details about setup and download indicator for auto get Alert Signal   here Do not buy if you even can not install demo EA to your VPS ( some VPS block download EA from mql5 market) We always bring customers high qua
    Patrex Pro MT4
    Chioma Obunadike
    Patrex Pro: Maximize Your Trading Potential Patrex Pro is an advanced trading bot designed to help traders optimize their trading strategies and maximize their potential returns. With its cutting-edge technology and user-friendly interface, Patrex Pro is the ultimate tool for traders seeking to elevate their trading game. Get MT5 version Key Features: 1. Position Hedging: Patrex Pro allows users to hedge their positions based on their individual risk tolerance and market analysis. 2. Advanced R
    Trade Manager MT4 DaneTrades
    Levi Dane Benjamin
    4.09 (11)
    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 4 platform. Multi Language support. MT5 Version  |   User Guide + Demo The Trade Manager does not work
    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
    Risk Manager for MT4
    Sergey Batudayev
    4.6 (10)
    Expert Advisor Risk Manager for MT4 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. Version for MT5 -  https://www.mql5.com
    Telegram To MT4 Receiver
    Levi Dane Benjamin
    4.2 (5)
    Copy Signals from any channel that you are a member (including private and restricted) straight to your MT4.  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  | MT5 Version | Discord Version If you want to try a demo please go to user guide. The Tel
    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
    EasyInsight AIO MT4
    Alain Verleyen
    3 (1)
    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
    EasyInsight MT4
    Alain Verleyen
    5 (1)
    EASY Insight – Smarter Trading Starts Here Overview What if you could scan the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds, with no manual chart screening at all? EASY Insight is your all-in-one export engine for AI-powered trade analysis. It gathers data from the most relevant indicators – including both 8 standard indicators and, if installed, your licensed Stein Investments tools – and transforms it into a clean, structured CSV format that’s perfect for backte
    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 a second.  In new version, in remote mode , the copy operation can be performed with a delay of milliseconds or zero . After purchase, ask how to activate it MT4 Version (Only Loc
    Multiple Orders
    Opengates Success International
    5 (1)
    MULTIPLE ORDERS UTILITY Multiple Orders Utility is created to give easy profits-making trades with a little movements and without going long distance to get it all. This Utility opens multiple orders as many trades as the number specified by the User or as many as permitted by your Broker in the same direction on the same currency pair simultaneously. The idea behind it, is that instead of running after 100 - 200 pips which may not likely be attainable in the record time or may NOT even be re
    VirtualTradePad mt4 Extra
    Vladislav Andruschenko
    4.86 (58)
    Trading Panel for trading in 1 click.  Working with positions and orders!  Trading from the chart or the keyboard. Using our trading panel, you can trade in one click from the chart and perform trading operations 30 times faster than the standard MetaTrader control. Automatic calculations of parameters and functions that make life easier for a trader and help a trader conduct their trading activities much faster and more conveniently. Graphic tips and full information on trade deals on the chart
    Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated with support and resistance zones so you can check the candlestick patterns in the most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M30,D1,W1 timeframes and 20 symbols of Market Watch window) Read the
    The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
    Effortlessly manage multiple trading accounts The Local Trade Copier EA is a solution for individual traders or account managers who need to execute trade signals from external sources or who need to manage several accounts at the same time, without the need for a MAM or a PAMM account. It copies from up to 8 master accounts to unlimited slave accounts . [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 100% self hosted Easy to install and use It can copy from MT4 to
    The Risk to Reward Ratio Manager tool is a comprehensive trading visual orders tool and position size (lot) calculator that provides an intuitive panel for efficient and informed decision-making. It is versatile, working seamlessly with various symbols, including currency pairs, indices, metals, commodities, and cryptocurrencies. Risk to Reward Ratio Manager Tool streamlines the trading process by offering visual tools, automated calculations, and customization options, providing traders with a
    Transform Your Trading with the MT4 to MT4/5 Local Trade Copier. Seamlessly bridge the gap between two trading platforms with a user friendly interface for a easy to use copier. User Guide + Demo  |   MT5 Version Local Trade Clone MT4 does not work in the Strategy Tester. For a   demo   please go to the   User Guide To Copy to MT5 you will need to purchase the MT5 version separately  Features Copy trades across MT4 and MT5 in any combination (MT4>MT4, MT4>MT5, MT5>MT4, MT5>MT5). Easy to use G
    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
    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 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
    Filter:
    No reviews
    Reply to review