• Overview
  • Reviews (2)
  • Comments (5)
  • What's new

BRiCK Convert4To5 MT5 Free

5

* 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_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.

Reviews 2
g3wang
259
g3wang 2019.09.01 04:52 
 

How to purchase a paid version? I has not find it. Thanks for you answer.

Recommended products
Exact Time — detailed time on the seconds chart. The utility shows the opening time of the selected candle. This is necessary when working with seconds charts. For example, it can be used on a seconds chart built using the " Seconds Chart " utility, which helps to build seconds chart in the MT5 terminal. Use the CTRL key to turn on/off the time display on the chart.
FREE
Volume Weighted Average Price or VWAP is an indicator wich shows different average prices on chart. This is very useful to find strong negotiation price areas and as trend following. Configurations: Day, Week and Month - Show different VWAPs according to the period. You can change each line style on "colors" tab. Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot   <3 PayPal, Skrill, Ne
FREE
LT Watermark MT5
Thiago Duarte
4.69 (16)
This indicator draw a watermark on the chart, with the timeframe and symbol name. You can change everything, including add a aditional watermark. Functions: Symbol watermark: Size -  text size. Font -  text font. Color -  text color. Background text -  watermark at foreground or background mode. Horizontal correction -  x correction in pixels. Vertical correction -  y correction in pixels. Separator period X symbol -  what will separate the period from symbol. Aditional watermark: Enable custom
FREE
Copier MS MT5 Netting Copyist MS is a fast and easy-to-use copier of trade orders; it works as an advisor in the form of a single file with switching between the Master and Slave operating modes. The current version of the adviser works only on netting accounts. Settings Type of work - selection of the operating mode: Master or Slave; Master account number - number of the trading account of the master terminal; Selective copying currency pairs - individual selection of currency pairs for copyin
FREE
Data Downloader For MT5
Mounir Cheikh
4.8 (5)
This tool will allow you to export the Historical data (Open, High, Low, Close, Volume) for any financial instrument present in your MetaTrader 5. You can download multiple Symbols and TimeFrames in the same csv file. Also, you can schedule the frequency of download (every 5 minutes, 60 minutes, etc.). No need to open a lot of charts in order to get the last data, the tool will download the data directly. The CSV File will be stored in the folder: \MQL5\Files . How it works Select the Symbols
FREE
Regua MT5
Edgar Lima Uggioni
5 (2)
Convenient tool for measuring the number of points between the prices directly on the chart. Displays in the measurement between points in percentage, points (financial) and time (bars ). Compatible with all graphical timeframes. When fixed on the chart is displayed in all timeframes. Press Ctrl, click the first point, move the mouse and will now display the measurement. Click again and fix. Very fast tool that does not occupy much space. Input Parameters Line Color Line Style Text Color Text Si
FREE
Add a watermark in the background of your charts, containing the Stock Symbol followed by the current Timeframe, and the Symbol Description below it. Have you ever seen videos or screenshots of other platforms, boasting those great looking watermarks, and wondered why your MetaTrader5 doesn't have one? Well, I did... so I tried the very few options available in the Market at the time, but I still wanted to tweak everything exactly to my taste. So I developed my own solution, and now I am proud
FREE
This indicator show the candle remaining time on the chart and/or in the corner of the window. It also display notificaton (popup and push) when a new candle is formed (optional). You configure the timer on candles and at chart corner. I don't need to explain the functions because are very simple. MT4 version:  https://www.mql5.com/en/market/product/38677 Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I
FREE
This non-trading expert utilizes so called custom symbols feature to build custom charts based on history of real ticks of selected standard symbol. New charts imitate one of well-known graphic structures: Point-And-Figure (PnF) or Kagi. The result is not exactly PnF's X/O columns or rectangular waves of Kagi. Instead it consists of bars, calculated from and denoting stable unidirectional price moves (as multiples of the box size), which is equivalent to XO columns or polygonal lines. These Poi
FREE
Copier MT5 DEMO
Vladimir Gribachev
This is a DEMO version of the copier with a restriction - copies only BUY orders. Paid version:  https://www.mql5.com/en/market/product/45792 Copier MT5  is the fastest and most reliable copier of transactions between several MetaTrader 4 (MT4) and MetaTrader 5 (MT5) accounts installed on one computer or VPS server. Transactions are copied from the MASTER account to the SLAVE account, copying occurs due to the exchange of information through a text file with a speed of less than 0.5 sec., The p
FREE
Format Charts
Vital H B Engenharia Ltda
If you use several charts open at the same time, you know how boring it is to apply formats to each chart individually. This script can change all open charts using a single command. Parameters: 1 - Choose symbol to put on charts: apply the selected symbol to all charts. If "current", it does not change the symbol; 2 - Choose timeframe or leave empty: apply the selected timeframe to all charts. If "CURRENT", it does not change the timeframe; 3 - Apply template to the charts: If true, apply the t
FREE
Trading Manager MT5
Aitor Esteban Yague
5 (1)
Welcome to the most complete and totally free position manager. Trade the asset you want, manage your positions, enter the market by marking your SL and TP, you can mark if your operation will contain Trailing SL, every few steps you want to update the position, whether you prefer BE or not. You can also select a fixed position of lots or a percentage of your balance, very useful for funding accounts. Do you want to close all trades at once or cancel all orders? With the Trading Manager you can
FREE
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration Channel: English version - Versão Inglês: https://www.mql5.com/en/channels/Mql5_Python_Integration_EN Portuguese version - Versão Português: https://www.mql5.com/en/channels/Mql5_Python_Integration_PT Free version with 5 indicators: https://www.mql5.com/en/market/product/57574 This version has 38 indicators, 5 from the free vers
FREE
SIMPLE AND QUICK CHART CLEANUP SCRIPT - FREE FOR ALL - EASY TO DRAG AND DROP ONTO THE CHART - A MUST HAVE IN MY EYES Everybody loves to draw on a chart! But cleaning is nobodies favor. Most of the time it will be faster to dump all and redraw the important part. Repetition makes you good! ALWAYS think about that! KEEP IT GROWING, ;-) I wish you a good day, Traders! If you need something, send me a message. Best wishes to you from Vienna!
FREE
MACD Colored ZeroLag
Farzin Sadeghi Bonjar
4.14 (7)
It is the MQL5 version of zero lag MACD that was available for MT4 here: https://www.mql5.com/en/code/9993 Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703 I fixed the MT4 version which has 95 lines of code. It took me 5 days to write the MT5 version.(reading the logs and testing multiple times and finding out the difference of MT5 and MT4!) My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and n
FREE
Active Symbol is a tool that works together with our Trade Panel. Since version 1.2 our panel can manage multiple symbols without having to open it in all of them, just one. This tool make this possible, because with it the actual or remote symbol information are saved for our Trade Panel to use. Remember to enable the panel control mode in the all symbols function. If you have some problemas with the shortcut buttons on chart on unpinned mode of Trade Panel try change the tickets digits option.
FREE
Server Clock
Flavio Javier Jarabeck
4.89 (9)
Many friends asked me for a simple, non-obtrusive, resource-friendly clock to track the time during their trades. It seems pretty obvious, but it is a must-have for those trading the market manually, waiting for the Market News, or just to visually know what time it is... Trading is an absorbing endeavor! So, here it is... Totally configurable, including Font Type, Font Size and Chart Location: Upper Left/Center/Right OR Lower Left/Center/Right, with a little twist of adjusting the Offset, just
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. This expert adviser OrderBook History Playback allows you to playback the market book events on the history using files, created by OrderBook Recorder . The exper
FREE
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The utility is designed for manual placement of pending orders at the high and low of yesterday. The program has a built-in trailing stop, virtual take profit and stop loss. Unworked orders are deleted at the end of the day or manually. You may be interested in my other products:  https://www.mql5.com/ru/users/vypchela/seller Settings
FREE
Shows various helpful informations lik: ATR (in Pips) Spread  (in Pips) Spread in percent of ATR (very helpful when your SL/TP is based on ATR Time left to next candle period Change in percent of last X candles (configurable) Spread warning, when its higher then 1/3 of the ATR Next-candle warning, when it appears shortly (2.5% of period) Please follow me on Twitter https://twitter.com/semager and stay up to date with the newest Indicators and EAs.
FREE
Close by percentage MT5
Konstantin Kulikov
4.86 (7)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets"   https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open   one   additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following fu
FREE
The utility draws pivot levels based on a selection from day week month The previous candlestick of the selected timeframe is taken and the values for the levels are calculated using the following formulas: Pivot = (high + close + low) / 3 R1 = ( 2 * Pivot) - low S1 = ( 2 * Pivot) - high R2 = Pivot + (R1 -S1) R3 = high + ( 2 * (Pivot - low)) S2 = Pivot - (R1 - S1) S3 = low - ( 2 * (high - Pivot)); The style and thickness for all lines are adjusted. The colors for the R, Pivot and S line
FREE
Export Deals to CSV - Excell File location: HistoryDeals/<SERVER>/<LOGIN>.<DATETIME>.csv Works as an Script, reading all DEALS in history and exporting it as a plain text CSV file There's no option to change. There's no WebRequest. There's no DLL use. I need to write 300 characters to allow this product being exposed at MQL5 market place. It's simple to use, plug it in graph and wait completion.
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker in real time. The expert OrderBook Recorder records market book changes and stores them in local files for further usage in indicators and expert adviser, including testing in the tester. The expert stores market book
FREE
Lib5 EAPadPRO for MT5
Vladislav Andruschenko
4.5 (6)
Library to add the Information Panel to your Expert Advisor for MetaTrader 5. We can not guarantee that the information and interface of the program will give you a profit on deals, but we will definitely say that even the simplest interface of the program can strengthen the first impression. Detailed description and instructions for adding our panel to your Expert Advisor are in our blog: LIB - EAPADPRO Step-by-step instruction Detailed description of our panel and instructions for using EAPADP
FREE
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration It works. *****REVISADO*****DIA 31/12/2019 (dd/mm/yyyy) - EA continua funcionando perfeitamente, apesar do comentário feedback negativo.  Simples Expert Advisory para trades feitos de forma manual. O EA coloca o Stop Loss (SL) e o Take Profit(TP) de e automática quando o Trade acontece. O EA trabalha com números inteiros e fraciona
FREE
LT Clock MT5
Thiago Duarte
5 (10)
Simple indicator that draws the market hours on chart (broker, local and GMT). Functions: Horizontal distance - from border. Vertical distance - from border. Color - text color. Font - text font. Size - text size. Corner - which chart corner will be drawn. Show seconds - show or hide seconds. Draw as background - candles front or back. Label local - text before local time. Label broker - text before broker time. Label GMT - text before GMT time. Separator - separator between label and time Objec
FREE
FrankEditorBars
Aleksei Grebenkin
Сonverter for historical data files(2 files, Ask and Bid) from external sources like ducascopy or others sources of non-standard .csv quotes. The output format is compatible with MetaTrader5 and can be imported to MetaTrader5. The script can process multiple files(batch), see parameter "Convert all files in folder Files/FrankEditor". User can choose output timeframe, specific months and other options. 2 input files should look like(UTC or EET time): GBPUSD_1 Min_Ask_2017.01.01
FREE
Trade Receiver Free MT5
Vu Trung Kien
4.17 (12)
Trade Receiver Free MT5 is a free tool to copy trades/signals from multiple MT4/MT5 accounts. The provider account must use copier to send the signal. This version can be used on MT5 accounts only. For MT4 accounts, you must use Trade Receiver Free. Reference: For MT4 receiver, please download " Trade Receiver Free " . For MT4 local provider on the same PC/VPS, please check " Auto Trade Copier " . For MT4 remote provider on different PC/VPS, please check " Trade Copier Pro " or " Unlimited Tra
FREE
Stop Out Line MT5
Sergey Batudayev
4.5 (2)
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 borde
FREE
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
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. Attention, the application does not work in the strategy tester. Manual, Description, Download demo Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics before opening.   Risk management  - The risk
Forex Trade Manager MT5
InvestSoft
4.98 (412)
Do you think that in markets where the price can change in a split second, placing orders should be as simple as possible? In Metatrader, each time you want to open an order, you have to open a window where you enter the opening price, stop loss and take profit, as well as the trade size. In trading the financial markets, capital management is essential to maintain your initial deposit and multiply it. So, when you want to place an order, you probably wonder how big a trade you should open? Wha
TradePanel MT5
Alfiya Fazylova
4.89 (112)
Trade Panel is a multifunctional trading assistant. The application contains more than 50 functions for manual trading, and allows you to automate most trading actions. Attention! The application does not work in the strategy tester. You can test the utility on a demo account to do this, download the demo version here: Demo version . Main features of the application: Works with any trading instrument (Forex, CFD, Futures and others). Works with all symbols from one terminal window. Can manage or
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . 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 MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
Trade Manager DaneTrades
DaneTrades Ltd
4.73 (22)
Trade Manager to help you quickly enter and exit trades while automatically calculating your risk. Including features to help prevent you from Over Trading, Revenge Trading and Emotional Trading. Trades can be managed automatically and the account performance metrics can be visualised in a graph. These features make this panel ideal for all manual traders and it helps to enhance the MetaTrader 5 platform. Multi Language support. MT4 Version  |  User Guide + Demo The Trade Manager does not work i
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
The MT5 to Telegram Signal Provider is an easy-to-use, fully customizable utility that enables the sending of signals to Telegram, transforming your account into a signal provider. The format of the messages is fully customizable! However, for simple usage, you can also opt for a predefined template and enable or disable specific parts of the message. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ] Setup A step by step user guide is available. No knowledge of Telegram API is required;
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
Trade copier MT5
Alfiya Fazylova
4.35 (26)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . Before buying, you can test the demo version on a demo account. Demo version here . Full instruction here . Main functionality and benefits: Supports copying MT5> MT5, MT4> MT5, MT5> MT4, including MT5 netting accounts. * Supports copying Dem
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
Trade Dashboard MT5
Fatemeh Ameri
5 (25)
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   deta
OrderManager MT5
Lukas Roth
4.88 (16)
Introducing the Order Manager : A Revolutionary Utility for MT5 Manage your trades like a pro with the all-new Order Manager utility for MetaTrader 5. Designed with simplicity and ease-of-use in mind, the Order Manager allows you to effortlessly define and visualize the risk associated with each trade, enabling you to make informed decisions and optimize your trading strategy. For more information about the OrderManager, please refear to the manual. [ Demo ]  [ Manual ]  [ MT4 Version ]  [ Teleg
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
The UTM Trade Manager is a powerful, yet intuitive trading tool offering fast, efficient trade execution and advanced features such as the "Ignore Spread" mode and a built-in local trade copier, and others. Designed to simplify your trading operations, it provides a user-friendly graphical interface and on-chart controls for seamless management. Key Features: Trade Execution: Enter trades easily with one-click by defining the entry and stop loss prices on the chart. The system automatically calc
Copy Signals from any channel that you are a member (including private and restricted) straight to your MT5.  This tool has been designed with the user in mind while offering many features you need to manage and monitor the trades. This product is presented in an easy-to-use and visually attractive graphical interface. Customise your settings and start using the product within minutes! User Guide + Demo  | MT4 Version | Discord Version If you want to try a demo please go to user guide. The Te
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
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. T
Copy Signals from any channel that you are a member ( without the need for a Bot Token or Admin Permissions  straight to your MT5. It has been designed with the user in mind while offering many features you need This product is presented in an easy-to-use and visually attractive graphical interface. Customise your settings and start using the product within minutes! User Guide + Demo  | MT4 Version | Telegram Version If you want to try a demo please go to the User Guide. The   Discord   To MT
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (64)
Trading Panel for trading in One click.  Working with positions and orders!  Trading from the  chart  or the  keyboard . With our trading panel, you can execute trades with a single click directly from the chart and perform trading operations 30 times faster than with the standard MetaTrader control. Automatic calculations of parameters and functions make trading faster and more convenient for traders. Graphic tips, info labels, and full information on trade deals are on the chart MetaTrader.
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
Multifunctional tool: 65+ functions, including: Lot Calculator, Price Action, R/R ration, Trade Manager, Supply and Demand zones Demo version   |   User manual The utility   doesn't work in the strategy tester : you can download the   Demo Version HERE  to test the product. Contact me   for any questions  / ideas for improvement / in case of a bug found If you need a MT4 version, it is available here Simplify, speed up and automate your trading   process . Expand the standard terminal capabili
Bots Builder Pro MT5
Andrey Barinov
4.75 (4)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.57 (7)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overri
Auto Trade Copier for MT5
Vu Trung Kien
4.24 (21)
Auto Trade Copier is designed to copy trades between multiple MT4/MT5 accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from the provider to the receiver with no delay. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: For MT5 receiver, please download "Trade Receiver
Trade Copier Agent is designed to copy trades between multi MetaTrader(4/5) accounts/terminals. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. This tool allows you to copy trades between multiple MetaTrader terminals on the same computer with lightning-fast copying speeds of under 0.5 seconds. Trade Copier Agent Installation & Inputs Guide Please Apply the settings on the
Hedge Ninja
Robert Mathias Bernt Larsson
Make sure to join our Discord community over at www.Robertsfx.com , you can also buy the EA at robertsfx.com WIN NO MATTER IN WHICH DIRECTION THE PRICE MOVES This robot wins no matter in which direction the price moves by following changing direction depending on in which direction price moves. This is the most free way of trading to this date. So you win no matter which direction it moves (when price moves to either of the red lines as seen on the screenshot, it wins with the profit target yo
Take a Break MT5
Eric Emmrich
4.71 (14)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Trade Assistant GS mt5
Vasiliy Strukov
5 (13)
The Trade Assistant mt5 is designed for the manual trader who needs assistance to manage orders.  First analyze the trend by using a good indicator like Gold Stuff .  Once you have established the main trend, start your orders with the Trade Assistant and use the “buy” and “sell” buttons on panel of the chart to open orders.  The trader can choose to build a grid with or without a multiplier, or just use a single trade according to the different options in the setting. Real-time results can b
More from author
* 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,
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] EntryBu
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
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) Entr
FREE
Filter:
g3wang
259
g3wang 2019.09.01 04:52 
 

How to purchase a paid version? I has not find it. Thanks for you answer.

[Deleted] 2019.01.14 08:49 
 

User didn't leave any comment to the rating

Reply to review
Version 1.25 2019.02.06
- Conversion waiting time obsolete
- Disable Custom Indicator Functions
- Disable Technical Indicator Functions
Version 1.24 2019.01.30
- Disable Trade Function
Version 1.23 2019.01.16
- Display property window when inserting script into chart
- Trade function corresponded to netting and hedging
- Added processing to return ticket number of standby order with OrderSend
- Modified the return value of OrdersTotal to match MQL4
- Modified potential override error in ArraySort
- Writed the function for migration in the footer part
Version 1.22 2019.01.09
- Modified runtime errors of predefined variable
- Modified runtime errors of OrderSend and OrderClose
- Modified return value of OrderSend
Version 1.21 2018.12.29
- MarketInfo return value correction
- Addition of ENUM_SYMBOL_CALC_MODE conversion function
- Unification of versions
Version 1.2 2018.12.28
- Fix upper limit of variable length argument to 9
- Fix iCustum function name
- Corrected garbled characters when converting files
Version 1.1 2018.12.27
- Add MQL4 constant not defined in MQL5