BRiCK Convert4To5 MT4 Free

1

* Based on this product "BRiCK Convert4To5 MT5 Free" was created.

"Convert4To5" is a Script that converts MQL4 source files into MQL5 source files.
Experts, Indicators, Scripts, and Libraries with extension ".mq4" will be available for MT5.


Parameter

None.


Procedure

1. Open the following folder.
    terminal_data_folder\MQL4\Files\ (in the terminal menu select to view "File" - "Open the data directory")

2. Confirm that the BRiCK_Convert4To5 folder exists.
    If it does not exist, insert a script "BRiCK_Convert4To5" into an arbitrary chart and create a folder.

3. Place the source file whose extension is ".mq4" in the Input folder under the BRiCK_Convert4To5 folder.

4. Insert the script "BRiCK_Convert4To5" in an arbitrary chart.

5. Open the Output folder under the BRiCK_Convert4To5 folder and check that the file with the extension ".mq5" has been created.

6. Compile the created MQL5 source file with a MetaEditor.

7. Make sure that it compiles normally. Please correct yourself if an error occurs.

8. Test that it will be the expected movement.


Confirmation environment

[MT4]
Version: 4.00
Build: 1170
Server: Axiory Global Ltd.

[MT5]
Version: 5.00
Build: 1978
Server: MetaQuotes Software Corp.
Account: Hedge


Precautions

- The difference between the product version and the free version is as follows.

BRiCK Convert4To5    BRiCK Convert4To5 Free
 Price10 USD 0 USD
 Custom Indicator Functions Available Unavailable
 Technical Indicator Functions Available Unavailable
 Trade Functions Available Unavailable
 Watermark None Exist
 Sales of converted files Allowed Not allowed

- This product does not guarantee perfect conversion.

  I have released it since testing the conversion, but it may not be able to convert properly depending on how you write the source code.

- You can not refund or return items. Please confirm with the free version in advance.

- Direct or indirect loss due to using the product is not guaranteed.

- It may not be converted as expected due to differences in terminal version or build.

 

Remarks

- Multiple files can not be converted at the same time. Place only one file in the Input folder.

- It is necessary to match the data type defined by the function with the data type of the argument when calling the function.

- Conversion of include files with the extension ".mqh" is not supported. Paste the code into a file of ".mq4" format and convert it.

- The conversion logic assumes the MQL4 source file created after build 940.

- Event functions init, deinit, start are deprecated. It is necessary to describe the main process to OnTick for experts, OnCalculate for indicators, OnStart scripts.
  Refer to the reference for the transition from MQL4 to MQL5.

- Be sure to use "#property strict" before conversion of MQL4 source file to make sure there are no potential compile errors.

#property strict

void OnInit()
{
   Print("Hello BRiCK");
}

- The following functions can not be migrated because there is no corresponding function in MQL5.
  Returns a constant value to prevent compile errors.

Function nameReturn value
 AccountFreeMarginMode -1
 FileOpenHistory -1
 HideTestIndicators -
 iBandsOnArray -1
 iCCIOnArray -1
 iEnvelopesOnArray -1
 iMAOnArray -1
 iMomentumOnArray -1
 IndicatorBuffers false
 IndicatorCounted -1
 iRSIOnArray -1
 iStdDevOnArray -1
 MQLSetInteger -
 OrderPrint -
 RefreshRates false

- Since the following functions result in override errors, they are replaced and output.

Function nameFunction name after replacement
 FileReadDouble FileReadDouble_MQL4
 StringTrimLeft StringTrimLeft_MQL4
 StringTrimRight StringTrimRight_MQL4
 StringConcatenate StringConcatenate_MQL4
 iCustom iCustom_MQL4
 ArraySort ArraySort_MQL4
 OrdersTotal OrdersTotal_MQL4

- Since it is not implemented with variable length arguments, the number of arguments is limited for the following functions.

Function nameUpper bound of variable length argument
 StringConcatenate 9
 iCustom (iCustom_MQL4) 9

- In MQL5, when the OrderSend function fails, I added "GetLastError_Trade()" because I do not know details with "GetLastError ()" alone.
  Please refer here for the return value.


Recommended products
Email Drawdown Alert
Roman Starostin
5 (12)
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Rainbow MT4
Jamal El Alama
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
FREE
This indicator help to mark the high and low of the session Asian,London,Newyork , with custom hour setting This indicator is set to count from minute candle so it will move with the current market and stop at the designated hour and create a accurate line for the day. below is the customization that you can adjust : Input Descriptions EnableAsian Enables or disables the display of Asian session high and low levels. EnableLondon Enables or disables the display of London session high and
FREE
High Low Open Close MT4
Alexandre Borela
4.81 (21)
If you like this project, leave a 5 star review. This indicator draws the open, high, low and closing prices for the specified period and it can be adjusted for a specific timezone. These are important levels looked by many institutional and professional traders and can be useful for you to know the places where they might be more active. The available periods are: Previous Day. Previous Week. Previous Month. Previous Quarter. Previous year. Or: Current Day. Current Week. Current Month. Current
FREE
Position Selective Close MT4
Francisco Manuel Vicente Berardo
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input pa
FREE
SL and TP Setter
Giacomo Barone
4 (1)
You can manually open a trade (one click), and this EA will take care of setting the SL and TP. SL and TP are set based on the number of pips you specify in the input screen. You can also choose monetary SL and TP. SL and TP are determined based on the weighted average price (WAP), so if you open a new trade, SL and TP will be updated according to the new WAP. The WAP is not unique but differentiated between buy and sell trades (this is useful only if you open opposite trades on the same chart)
FREE
Buffer Finder Tool
Afsal Meerankutty
4.75 (4)
CyberZingFx Buffer Finder Tool Developed for Finding Buffers of Indicator to use in Universal Indicator EA . This is Not an Indicator or EA CyberZingFx Buffer Finder Tool is utility tool designed specifically for MetaTrader 4 (MT4) users. It is a standalone application that helps you easily find the buffers of any MT4 indicator, allowing you to use them in your Universal Indicator EA. With the Buffer Finder Tool, you no longer have to search through the data window to find the buffers you need.
FREE
Trendline indicator
David Muriithi
2 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
TrendPlus
Sivakumar Subbaiya
4.07 (14)
Trend Plus   Trendplus  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red candle indicate the buy and sell call respectively. Buy: When the blue candle is formed buy call is initiated. close the buy trades when the next red candle will formed.   Sell: When the Red candle is formed Sell call is initiated. close the Sell trades when the next blue candle will formed.   Happy trade!!
FREE
The Saz_Timer indicator belongs to the Saz_Forex suite of professional indicators designed by Traders, for Traders. This indicator will show minutes and seconds of real time on the chart window. The indicator uses the OnTimer() event so it can update even while no ticks received on the chart. The text is shown toward the bottom right of the chart, encircled red in the screenshot. Inputs: Text Colour, allows selection of the colour for the text.
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
4 (1)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
Pairs Navigator
Suvashish Halder
5 (2)
Pairs Navigator is a simple and easy-to-use tool that allows you to view all of your charts in a single window. This eliminates the need to open multiple charts from the Market Watch window, saving you time and effort. Pairs Navigator is also very lightweight, so it will not put a strain on your RAM or cause your MT4/5 platform to hang. To use Pairs Navigator, simply drag and drop the currency pairs you want to view into the Pairs Navigator window. You can then easily switch between charts by c
FREE
Copy MT4 simply
VLADIMIR SHEVCHENKO
4 (1)
A free program for copying orders between terminals on the same computer. Any orders are copied in any direction, between any accounts. The principle of operation: On the terminal from which you want to copy, the "Server" parameter is set. On the terminal or terminals where the copied positions need to be opened, the "Client" parameter is set. It is also necessary to enter the account number of the "Server" terminal on the client. In the future, it is planned to increase the functionality
FREE
Period Change Button
Rainer Albrecht
3 (1)
Fastest way to change the period. Suitable for traders who use many charts and timeframes. Size, shape and color can be customized. Inputs Parameters Corner — Choose corner placement Standart is "Right lower chart corner" Color — Background color of the button ColorText — Text color of the button ColorOn — Background color of the button for the current period ColorOnText — Text color of the button for the current period Font — Arial, Verdana... FontSize — Size of the font in pixels DistanceX —
FREE
RetraceX Scalper
Mazhar Ul Hassan Noorul Hassan Noor Ul Hassan
4.5 (2)
Overview RetraceX Scalper is an advanced pullback scalping bot that utilizes Support & Resistance levels to identify high-probability retracement entries. It ensures precise trade execution with minimal risk and maximum reward, making it an ideal tool for traders who focus on quick pullback opportunities. Key Features Support & Resistance Detection: Identifies strong market zones for accurate trade setups. Pullback Entry Optimization: Scans for high-probability retracement entries to maximize
FREE
TradeMirror is a trade copier EA for MT4/MT5 platform. 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 Precise replication of orders, millisecond distribution Support full platform, M
FREE
VR Color Levels MT4
Vladimir Pastushak
5 (1)
VR Color Levels is a handy tool for those who apply technical analysis using elements such as trendline, rectangle and text. It is possible to add text directly to the chart and take screenshots. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can read or write reviews at [link] Version for [MetaTrader 5] Working with the indicator is carried out in one click . To do this, click on the button with the line, after which a trend line will appear unde
FREE
SMA Indicator
Nitu Brijesh Yadav
Arrow Indicator (Buy/Sell Alerts) – Simple Yet Powerful Tool!             Product Version: 1.01           Indicator Type: Trend Reversal Signals           Timeframes Supported: All (Recommended: H1, H4, D1)           Key Features: Buy Signal: Green upward arrow () appears below the candle  Sell Signal : Red downward arrow () appears above the candle Accurate Trend Reversal Detection – Based on tried and tested SMA strategy. ️ Clean Chart View – Minimalist, non-i
FREE
Traditional MACD MT4
Daniel Lewis
4.58 (55)
MACD indicator in MetaTrader 4/5 looks different than MACD does in most other charting software. That is because the MetaTrader 4/5 version of MACD displays the MACD line as a histogram when it is traditionally displayed as a line. Additionally, the MetaTrader 4/5 version computes the Signal line using an SMA, while according to MACD definition it is supposed to be an EMA. The MetaTrader 4/5 version also does not compute a true MACD Histogram (the difference between the MACD/Signal lines). This
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Trend Catcher with Alert
Issam Kassas
4.69 (68)
The Trend Catcher: The Trend Catcher Strategy with Alert Indicator is a versatile technical analysis tool that aids traders in identifying market trends and potential entry and exit points. It features a dynamic Trend Catcher Strategy , adapting to market conditions for a clear visual representation of trend direction. Traders can customize parameters to align with their preferences and risk tolerance. The indicator assists in trend identification, signals potential reversals, serves as a trail
FREE
HMA Trend
Pavel Zamoshnikov
4.59 (68)
A trend indicator based on the Hull Moving Average (HMA) with two periods. The Hull Moving Average is an improved variant of the moving average, which shows the moment of trend reversal quite accurately. It is often used as a signal filter. Combination of two types of Hull Moving Averages makes a better use of these advantages: HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. Features The movement d
FREE
EA Scalping Expert
Gerard Valldosera Gomez
3 (1)
This is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. This EA can't run in the same account. If you want an Expert Advisor that trades daily this is not because it requires patience to wait for a few days or weeks on the right opportunity for it to trade. It takes advantage of the volatility of the price movement.
FREE
Trend Mate Scanner
ANGEL CALLE CRUZ
5 (1)
This product is based on the single indicator TREND MATE. Link: https://www.mql5.com/es/market/product/50082 The aim of this EA is to watch for all pairs in a single panel in order to have a quick view of changes or new uptrends/downtrends. It is possible to watch from your mobile by sending push notifications when changes appear. If you want to have all push notifications for even exit trends you may receive multiple messages.
FREE
Work logic Stop Out utility is a simple but very convenient indicator showing how many points are left to the Stop Out level / Its benefit lies in the fact that many traders deliberately overestimate the risk in trading in pursuit of profit, use the available margin at the maximum, and for this case it is very important to know where the broker can forcibly close your positions. Just place the indicator on the chart and depending on the open position in Buy or Sell, you will see the border m
FREE
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
This indicator alerts you when/before new 1 or 5 minute bar candle formed. In other words,this indicator alerts you every 1/5 minutes. This indicator is especially useful for traders who trade when new bars formed. *This indicator don't work propery in strategy tester.Use this in live trading to check functionality. There is more powerful Pro version .In Pro version,you can choose more timeframe and so on. Input Parameters Alert_Or_Sound =Sound ----- Choose alert or sound or both to notify y
FREE
Copy MT4 copier Demo
Andriy Motuzka
1 (1)
Demo version of the paid product - Copy MT4 copier , limited to lot size of 0.01 Universal copier of deals from MetaTrader 4 to MetaTrader 4 ( MT5<->MT5 version is available ; with both versions, you can copy MetaTrader 5<->MetaTrader 4, MetaTrader 4<->MetaTrader 5, MetaTrader 5<->MetaTrader 5, MetaTrader 4<->MetaTrader 4). Spread filter. Select the best price (start copying positions with a profit or loss). Configure the lot size, fixed or ratio-based (provider signals can be copied with an inc
FREE
Buyers of this product also purchase
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (184)
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 (410)
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
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (95)
Experience exceptionally  fast trade copying with the Local Trade Copier EA MT4 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the Local Trade Copier EA MT4 offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking to inc
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
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
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
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
Exp SafetyLock PRO
Vladislav Andruschenko
4.57 (28)
SAFETYLOCK is a powerful tool that enables traders to shield their positions from sudden market reversals by automatically placing an opposite order for any open trade. When a trader or an Expert Advisor (EA) initiates a position, SAFETYLOCK immediately sets a corresponding pending order (Buy Stop or Sell Stop). If the original position starts incurring losses, the pending order is triggered, creating a protective lock that helps mitigate risk. This Expert Advisor offers flexibility, allowing y
Averaging Helper
Sergey Batudayev
5 (2)
Averaging Helper - This sort of trading helper instrument will help you average out your previously unprofitable positions using two techniques: standard averaging hedging with the subsequent opening of positions according to the trend The utility has the ability to sort out several open positions in different directions at once, both for buy and for sell. For example, you opened 1 position for a sell and the second for a buy, and they are both unprofit, or one is in the unprofit and one is in
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
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
The News Filter
Leolouiski Gan
5 (26)
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
Telegram to MT4 Coppy
Sergey Batudayev
5 (4)
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 ] [ DEMO ] Key Features Direct Telegram API Integration Authenticate
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
Mentfx Mmanage
Anton Jere Calmes
5 (15)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
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
Trade Dashboard MT4
Fatemeh Ameri
4.96 (50)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
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
Exp Averager
Vladislav Andruschenko
4.81 (21)
Exp-Averager  is designed to Average your trades that have received a certain drawdown by opening averaging trades. The advisor has the ability to open new positions in on trend or against the current trend.  It also includes a smart trailing stop feature that applies to a series of positions.  The advisor can increase or decrease the lot size of the positions.  This is a widely used strategy for bringing losing positions to the average price.        MT5 version Full Description +DEMO +PDF   H
KT Equity Protector MT4
KEENBASE SOFTWARE SOLUTIONS
3.4 (5)
Safeguard Your Trading Capital Effortlessly Protecting your trading capital is just as important as growing it. The KT Equity Protector is your personal risk manager, continuously watching your account equity and automatically stepping in to prevent losses or lock in profits by closing all active and pending orders when predefined profit targets or stop-loss levels are reached. No more emotional decisions, no guesswork—just reliable equity protection working tirelessly on your behalf. KT Equity
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
Custom Alerts MT4
Daniel Stein
5 (7)
Custom Alerts: Monitor Multiple Markets and Never Miss a Key Setup Overview Custom Alerts is a dynamic solution for traders who want a consolidated way to track potential setups across multiple instruments. By integrating data from our flagship tools—such as FX Power, FX Volume, FX Dynamic, FX Levels, and IX Power— Custom Alerts automatically notifies you of crucial market developments without juggling multiple charts or missing prime opportunities. With support for all asset classes your brok
Multi Copy
Kaijun Wang
5 (1)
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Basic functions: The normal interaction speed of copy trading is less than 0.5s Automatically detect signal sources and display a list of signal source accounts Automatically match symbols, 95% of commonly used trading symbols on different platforms (special cases such as different suffixes) are automatically matched, basically no manual settings are requ
Equity Protect Pro: Your Comprehensive Account Protection Expert for Worry-Free Trading If you're looking for features like account protection, equity protection, portfolio protection, multi-strategy protection, profit protection, profit harvesting, trading security, risk control programs, automatic risk control, automatic liquidation, conditional liquidation, scheduled liquidation, dynamic liquidation, trailing stop loss, one-click close, one-click liquidation, and one-click restore, Equity P
Copy Master mt4
Evgenii Aksenov
5 (5)
This utility will allow you to copy any trades from one terminal with the Master setting to other terminals with the Slave setting At the same time, you can choose which pairs to copy, set the size of the copied order by several parameters. Set the limit losses by DrawDown or copy only profitable trades You can copy deals from MT4/MT5 to MT4/MT5 other brokers Now it will not be difficult to copy the signals of any Expert Advisor working in MT4 to the MT5 terminal or back Use Copy Master to copy
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
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
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
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
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.86 (29)
Closing positions in MetaTrader 4 upon reaching the total profit/loss with the profit trailing function. You can enable the Virtual stops (Separate Order) , Calculating and closing for BUY and SELL positions separately (Separate BUY SELL) , Closing and calculating all symbols or the current symbol only (All Symbols) , Enable trailing for profit ( Trailing Profit) Close on total profit and loss in deposit currency, points, or % of the balance. The application is designed for use on any account t
KopirMT4 Copy trades for MT4
Alexandr Gavrilin
4.53 (80)
The adviser has been withdrawn from sale  KopirMT4 (CopierMT4) - transaction copier for the MetaTrader 4 terminal, copies (synchronizes, duplicates) transactions from any accounts (copier, copy dealers).  Supports copying: MT4 <-> MT4, MT4 -> MT5 Hedge, MT5 Hedge -> MT4 Support:  https://www.mql5.com/ru/messages/01c3f341a058d901 Why exactly our product? The copier has a high speed and is not dependent on ticks. Copy speed - less than 0.5 sec. Transactions are copied with high accuracy, the sc
More from author
* This product was converted using  "BRiCK Convert4To5 MT4 "  based on the MQL4 source file of  "BRiCK Convert4To5 MT4 Free" . "Convert4To5" is a Script that converts MQL4 source files into MQL5 source files. Experts, Indicators, Scripts, and Libraries with extension ".mq4" will be available for MT5. Parameter None. Procedure 1. Open the following folder.     terminal_data_folder\MQL4\Files\ (in the terminal menu select to view "File" - "Open the data directory") 2. Confirm that the BRiCK_Conv
FREE
* This product was converted using  "BRiCK Convert4To5 MT 5 "  based on the MQL4 source file of  "BRiCK TradeByArrow MT4 Free" . BRiCK is a simple and versatile utility.   By combining Experts, Indicators and utilities like the Lego block, various trading styles can be realized. "TradeByArrow" is Utility that executes order processing when an arrow object is created on the chart. Combined with Indicator which outputs arrow object, it can be used like Expert. Parameter [ArrowName] EntryBuy: A
FREE
* The product for MT5 converted using  "BRiCK TradeByArrow MT4"  is  here. BRiCK is a simple and versatile utility.   By combining Experts, Indicators and utilities like the Lego block, various trading styles can be realized. "TradeByArrow" is Utility that executes order processing when an arrow object is created on the chart. Combined with Indicator which outputs arrow object, it can be used like Expert. Parameter [ArrowName] EntryBuy: Arrow object name for buy order (partial match) EntrySel
FREE
BRiCK is a simple and versatile Utility.  By combining Experts, Indicators and utilities like the Lego block, various trading styles can be realized. "BetByTrade" is a utility to automatically add / close positions when trading. If you open the position in the trade pool, if the calculation result of the betting method exceeds the initial lot, the utility will order additional. If you close the position in the trade pool, if the position that was additionally ordered by the utility remains, it w
FREE
Filter:
Pavel Malyshko
10040
Pavel Malyshko 2019.07.02 01:40 
 

файлы мт4 преобразовываются в мт5! но они не работают в мт5! открыв полученный код выводит кучу ошибок и это при том что в советнике нет никаких индикаторов.. которые не преобразовываются. автор не отвечает на вопросы. в общем потеря времени.

MT4 files are converted to MT5! but they do not work in mt5! opening the received code displays a bunch of errors and this is despite the fact that there are no indicators in the advisor .. which are not converted. The author does not answer questions. generally a waste of time.

Reply to review