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.


Рекомендуем также
Бесплатный информационный индикатор-помощник Email Alert & InfoPanel. Особенно будет полезен трейдерам, использующим большое количество валютных пар или сеточные торговые системы с усреднением или Мартингейлом. Также он просто удобен, как информатор с возможность отправки сообщения на почту или мобильное приложение. Выполняет следующие функции: Рассчитывает просадку депозита по эквити и отправляет сообщение пользователю, если она больше, чем указана в настройках. Отправляет уведомление о просадк
FREE
Free automatic fibonacci - это индикатор, который автоматически строит коррекции Фибоначчи, основываясь на количестве баров, выбранных в параметре BarsToScan. Линии Фибоначчи автоматически обновляются в реальном времени при появлении новых максимальных и минимальных значений среди выбранных баров. В настройках индикатора можно выбрать уровни, значения которых будут отображены. Также можно выбрать цвет уровней, что позволяет трейдеру прикреплять индикатор несколько раз с разными настройками и цве
FREE
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
Session Shade (MT4) – Non-Trading Hours Background Shading Overview Session Shade is a lightweight MT4 chart utility indicator that visually highlights non-trading hours by shading the chart background. It is designed to help you confirm your daily time-filter window at a glance. This is a visualization tool only. It does not generate trading signals and it does not place, modify, or close any orders. Key features Shades non-trading hours (NG) on the chart background Keeps trading hours (OK) cl
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
Если вам нравится этот проект, оставьте 5-звездочный обзор. Данный показатель рисует открытые, высокие, низкие и закрывающие цены на указанные период и его можно отрегулировать для специфического часового пояса. Это важные уровни, которые выглядят многие институциональные и профессиональные трейдеры и могут быть полезны для вас, чтобы знать места, где они могут быть больше активный. Доступные периоды: Предыдущий день. Предыдущая неделя. Предыдущий месяц. Предыдущий квартал. Предыдущий год. Или
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
Real-time spread tracking and monitoring software Displays spread values in form of histograms on current timeframe of chart Convenient for analyzing spread changes, as well as for comparing trading conditions of different brokers By placing on desired chart, the spread changes at different trading times are displayed Additionally Fully customizable Works on any instrument Works with any broker
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
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
Мультитаймфреймовая версия скользящей средней Хала (Hull Moving Average - HMA). Индикатор Double HMA MTF Light совмещает на одном графике два таймфрейма. HMA старшего таймфрейма определяет тренд, а HMA текущего таймфрейма - краткосрочные ценовые движения. Индикатор распространяется свободно и не имеет звуковых сигналов и сообщений. Основная его функция – это визуализация ценовых движений. Если вам нужны продвинутые функциональные возможности мультитаймфреймного индикатора HMA (информация о пок
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)
Бесплатная программа для копирования ордеров между терминалами на одном компьютере. Копируются любые ордера в любом направлении, между любыми счетами. Принцип работы: На терминале с которого необходимо копировать - устанавливается параметр "Server". На терминале или терминалах на которых необходимо открывать скопированные позиции - устанавливается параметр "Client". Также на клиенте необходимо внести номер счета терминала "Server". В дальнейшем, планируется увеличивать функционал программы.
FREE
Самый быстрый способ поменять период. Подходит для трейдеров, использующих несколько графиков и таймфреймов. Размер форма и цвет настраиваются. Входные параметры Corner — выберите "Right lower chart corner" ("Нижний правый угол графика") в качестве угла размещения Color — цвет фона кнопки ColorText — цвет текста кнопки ColorOn — цвет фона кнопки для текущего периода ColorOnText — цвет текста кнопки для текущего периода Font — шрифт Arial, Verdana... FontSize — размер шрифта в пикселях DistanceX
FREE
VR Color Levels MT4
Vladimir Pastushak
5 (1)
VR Color Levels — удобный инструмент для тех, кто применяет технический анализ с использованием таких элементов, как трендовая линия, прямоугольник и текст. Есть возможность добавлять текст непосредственно на график и делать скриншоты. Настройки, set файлы, демо версии, инструкции, решение проблем, можно получить в [блоге] Прочитать или написать отзывы можно по [ссылке] Версия для [MetaTrader 5] Работа с индикатором осуществляется в один клик . Для этого нужно нажать на кнопку с линией, после
FREE
Индикатор Стрелки (Сигналы на Покупку/Продажу) – простой, но мощный инструмент! Версия продукта : 1.01 Тип индикатора : Сигналы разворота тренда Поддерживаемые таймфреймы : Все (Рекомендуется: H1, H4, D1) Ключевые особенности : Сигнал на покупку : Зелёная стрелка вверх () под свечой Сигнал на продажу : Красная стрелка вниз () над свечой Точное определение разворотов тренда – основано на проверенной стратегии SMA. ️ Чистый график – минималистичный, ненавязчивый стиль ото
FREE
Индикатор MACD в MetaTrader 4/5 отличается от аналогичных индикаторов в других программах. Это связано с тем, что в версии MetaTrader 4/5 линия MACD отображается в виде гистограммы, тогда как традиционно она отображается в виде линии. Также, в версии MetaTrader 4/5 сигнальная линия строится с использованием SMA, тогда как по определению она должна быть построена по EMA. В версии MetaTrader 4/5 также отличается гистограмма (разница между линией MACD и сигнальной линией). Это может быть непривычно
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
HMA Trend
Pavel Zamoshnikov
4.54 (70)
Трендовый индикатор, базирующийся на скользящей средней Хала (Hull Moving Average - HMA) с двумя периодами. Скользящая Хала является усовершенствованным вариантом скользящей средней, которая достаточно точно показывает момент разворота тренда, ее часто применяют в качестве фильтра сигналов. Сочетание двух периодов скользящей Хала полнее использует эти преимущества: HMA с медленным периодом определяет тренд, HMA с быстрым периодом - краткосрочные движения и сигналы в сторону тренда. Особенности
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
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 ограничение по лотам 0.01 Универсальный копировщик сделок с MetaTrader 4 на MetaTrader 4 ( есть версия MT5<->MT5 , при наличии двух версий - сможете копировать MetaTrader 5<->MetaTrader 4, MetaTrader 4<->MetaTrader 5, MetaTrader 5<->MetaTrader 5, MetaTrader 4<->MetaTrader 4). Фильтр спреда. Выбор лучшей цены (начинать копировать с плюсовой или минусовой позиции). Настройка лота, фиксированный или коэффициент (можно копировать сигналы поставщиков по
FREE
Простенький скрипт, в котором очень часто нуждаются трейдеры. Он калькулирует лот в процентах от депозита. Для соблюдения риск-менеджмента очень даже нужная вещь. В настройках присутствует только одна опция: MaxRisk - риск в процентах для вычисления лота. Даный помощник работает как стандартный скрипт, то есть запускается только один раз на соответствующем графике, после чего можно приступать к торговле с вычисленым лотом. Все гениальное просто! Успешной торговли!
FREE
PatternVol EA
Alexandr Gribanov
4.5 (2)
Советник PatternVol EA создан на основе многолетнего наблюдения рынка и состоит из паттернов, свечного анализа, анализа объемов свечей, а так же, советник не содержит в себе индикаторов. На данный момент, советник представляет из себя небольшой конструктор безиндикаторных стратегий, вы можете отключать и подключать каждую стратегию по отдельности, или делать сборку из нескольких стратегий. Работа над советником продолжается и по сегодняшний день, добавляются новые стратеги, улучшаются алгоритмы.
FREE
С этим продуктом покупают
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
Опыт экстремально быстрого копирования сделок с помощью Local Trade Copier EA MT4 . Благодаря простой установке в течение 1 минуты этот копировщик сделок позволяет вам копировать сделки между несколькими терминалами MetaTrader на одном компьютере с Windows или на Windows VPS с крайне быстрыми скоростями копирования менее 0.5 секунды. Независимо от того, новичок вы или профессиональный трейдер, Local Trade Copier EA MT4 предлагает широкий спектр опций, чтобы настроить его под ваши конкретные пот
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Дополнительные материалы и инструкции Инструкция по установке   -   Инструкция к приложению   -   Пробная версия приложения для демо счета Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характери
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
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.65 (66)
Копировщик позиций/сделок/ордеров для MetaTrader 4 ( Для копирования на терминал MetaTrader 4 ). Копирует сделки, позиции, ордера с любых счетов, в том числе и счетов, открытых по инвест паролю. Один из лучших копировщиков сделок COPYLOT  МТ4 - МТ4, МТ5 - МТ4 для версии  COPYLOT MT4  ( или  МТ4 - МТ5  МТ5 - МТ5 для версии COPYLOT MT5)  на сегодняшний день. Версия МТ5 Полное описание +DEMO +PDF Как купить Как установить    Как получить файлы журналов   Как тестировать и оптимизировать    Все
Copy Cat More Trade Copier MT4 (Копия Кот MT4) — это не просто локальный торговый копировщик; это полноценная система управления рисками и исполнения, созданная для современных условий торговли. От испытаний в prop-фирмах до личного управления счетами — он адаптируется к любой ситуации, сочетая надежное исполнение, защиту капитала, гибкую настройку и расширенные функции обработки сделок. Копировщик работает как в режиме Master (отправитель), так и в режиме Slave (получатель), обеспечивая синхрон
Trade Dashboard MT4
Fatemeh Ameri
4.96 (53)
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
Crystal Trade Manager PRO – Продвинутая система контроля рисков и управления сделками для MT4 Бесплатная версия: https://www.mql5.com/en/market/product/150632 Обзор Crystal Trade Manager PRO (CTM) — это полнофункциональная утилита для MetaTrader 4, предназначенная для профессионального управления рисками, автоматизации сделок и обеспечения строгой торговой дисциплины. Система защищает капитал, контролирует дневную просадку, автоматически устанавливает SL/TP, обеспечивает быстрые команды управле
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier — это профессиональная утилита, предназначенная для копирования и синхронизации сделок между торговыми счетами. Копирование происходит от счета/терминала поставщика к счету/терминалу получателя, которые установлены на одном компьютере или vps. Перед покупкой вы можете протестировать демо-версию на демо-счете. Демо-версия здесь . Полная инструкция здесь . Основной функционал и преимущества: Русифицированный интерфейс, поддержку на русском языке. Поддерживает копирование МТ4 > МТ4, МТ
Take a Break
Eric Emmrich
5 (31)
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available Take a Break has evolved from a basic news filter into a comprehensive account protection solution. It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
TradePanel MT4
Alfiya Fazylova
4.85 (92)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 торговых функций для ручной торговли и позволяет автоматизировать большинство торговых операций. Пробная версия приложения для демонстрационного аккаунта Инструкция к приложению Торговля. Позволяет совершать торговые операции в один клик: Открыть отложенные ордера и позиции с автоматическим расчетом риска. Открыть несколько ордеров и позиций одним кликом. Открыть сетку ордеров. Закрыть отложенные ордера и позиц
Equity Protect Pro: Ваш эксперт по комплексной защите счетов для спокойной торговли Если вы ищете такие функции, как защита счета, защита капитала, защита портфеля, защита мультистратегий, защита прибыли, сбор прибыли, безопасность торговли, программы контроля рисков, автоматический контроль рисков, автоматическая ликвидация, условная ликвидация, запланированная ликвидация, динамическая ликвидация, скользящий стоп-лосс, закрытие в один клик, ликвидация в один клик и восстановление в один клик,
Мгновенно просматривайте историю закрытых сделок по дням и неделям, текущие открытые сделки и экспозицию форекс на одном графике! Используйте тепловую карту для определения прибыльных сделок и текущего проседания в вашем торговом портфеле. Кнопки быстрого закрытия Используйте кнопки быстрого закрытия, чтобы закрыть каждую сделку по одному символу, закрыть отдельные сделки полностью или зафиксировать частичную прибыль или убыток одним нажатием кнопки. Больше не нужно искать сделки в списке и ду
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
MT4 к Telegram Signal Provider - это простой в использовании и полностью настраиваемый инструмент, который позволяет отправлять сигналы в Telegram, превращая ваш аккаунт в поставщика сигналов. Формат сообщений полностью настраиваем! Однако для простого использования вы также можете выбрать предопределенный шаблон и включать или отключать определенные части сообщения. [ Демо ]  [ Руководство ] [ Версия для MT5 ] [ Версия для Discord ] [ Телеграм-канал ]  New: [ Telegram To MT5 ] Настройка Шаг за
Ultimate MT4 to Telegram (UMT) sends controlled trades (via symbol, magic, comment) to your telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to any telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allows you to visualize all t
Risk/Reward Tool — это профессиональный советник, созданный для того, чтобы революционизировать способ планирования, визуализации и исполнения сделок в MetaTrader 4. Независимо от того, являетесь ли вы дискреционным трейдером, ценящим точное управление рисками, или разработчиком стратегий, которому необходимо визуально тестировать торговые настройки, этот инструмент предоставляет всё необходимое в одном элегантном и интуитивно понятном интерфейсе. В отличие от простых калькуляторов позиций, Risk
OrderManager MT4
Lukas Roth
4.73 (26)
Представляем OrderManager : Революционный инструмент для MT4 Управляйте своими сделками как профессионал с новейшим инструментом Order Manager для MetaTrader 4. Разработанный с учетом простоты и удобства использования, Order Manager позволяет вам легко определять и визуализировать риски, связанные с каждой сделкой, что позволяет принимать обоснованные решения и оптимизировать вашу торговую стратегию. Для получения дополнительной информации о OrderManager, пожалуйста, обратитесь к руководству. [
What is it? Think about it, you can send all the orders/positions info to your telegram channel or group to create your community or VIP signals on telegram. Position info means this EA forward all of your new positions open details (Open price, Open time, Position Type, position Symbol and volume), positions changes ( SL or TP modifying or pending price changes) and position close (Close price, profit or loss, position duration time) and also EA Send NEWS alert (Economic calendar event) on you
Rocket FX Trading Manager PRO Note: Once you download the manager, message me for the background files The Ultimate All-in-One Trade Management Solution for MetaTrader 4 Version:   4.5 |   Platform:   MetaTrader 4 |   Category:   Utility / Trade Manager   Overview Rocket Fx Trading Manager v4.5 is a comprehensive, all-in-one trade management system designed to transform your trading experience. This powerful utility combines   intelligent position sizing ,   multi-target order placement
This EA is fully automated , it is built based on  the method of catching the pop-up Alert event and forwarding them to Telegram Channel/Group. Parameters of the EA: -------- <EA Settings> -------- Magic Number:   The identifying (magic) number of the currently selected order. Bot name:   Name of the Expert Advisor. Allow forward Alert: Enable/ Disable Forward Alert. Do not send messages after the current time (seconds) . Number of rows to read from list (>= 4...| affect processing speed). --
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (59)
Торговая Панель для торговли в 1 клик.  Работа с позициями и ордерами!  Торговля с  чарта  (график) или с  клавиатуры . С помощью нашей торговой панели Вы можете торговать   в один клик с графика   и совершать торговые операции в   30   раз быстрее стандартного управления в MetaTrader.  Автоматические расчеты параметров и функции, которые облегчают жизнь трейдеру и помогают трейдеру вести свою торговую деятельность в разы быстрее и удобнее. Графические подсказки и полная информация по торговым с
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Copier4Fee Advanced
Vladimir Tkach
4.75 (16)
Утилита копирует сделки со счетов поставщиков сигналов (master-счета, один или несколько поставщиков) на неограниченное количество счетов-получателей (slave-счета).  Важно! Н ужно использовать идентификаторы (Provider number) одинаковой длины если вы используете несколько мастер копировщиков. Например. 1, 2, 3 или 11, 13, 22.  Копирование можно задать в противоположном направлении. Утилита может копировать сделки по инструментам, имеющим различные префиксы/суффиксы.  Утилита не копирует инструме
AW Grids Maker
AW Trading Software Limited
4.33 (3)
A W Grids Maker  служит для выстраивания сеток из отложенных ордеров. Утилита универсальная, имеет гибкие настройки и понятный интерфейс панели. Программа выстраивает сети из STOP и LIMIT-ордеров с необходимым шагом, использует мультипликатор объема позиции. MT5 версия ->  ЗДЕСЬ  / Решение проблем ->  ЗДЕСЬ  Преимущества: Использует отложенные ордера всех типов. Простая и гибкая настройка. Проработанная и многофункциональная панель утилиты. Продуманный информационный модуль Особенности работы:
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
Exp4 Duplicator
Vladislav Andruschenko
4.5 (22)
Советник дублирует позиции на Вашем счете  MetaTrader 4 , открытые Вами, другим советником или MQL. Копирует все сделки, которые открыты вручную или другим советником. Копирует сигналы и увеличивает лот с сигналов! Увеличивает лот других советников. Поддерживает функции: установить свой лот при дублировании, дублировать стоп-лосс, тейк-профит, использовать трейлинг-стоп для продублированных позиций...... Версия МТ 5 Полное описание +DEMO +PDF Как купить Как установить     Как получить файлы ж
Custom Alerts: Контролируйте все рынки и не упустите ни одного сигнала Обзор Custom Alerts — это динамический инструмент для трейдеров, которые хотят отслеживать потенциальные торговые сигналы по множеству инструментов в одном месте. Он объединяет данные от наших флагманских индикаторов — FX Power, FX Volume, FX Dynamic, FX Levels и IX Power — и автоматически уведомляет вас о важных изменениях на рынке. Теперь инструмент поддерживает все классы активов, предлагаемые вашим брокером. Вы можете н
Специальное предложение для трейдеров – скидка 40% Advanced Trade Manager – универсальное решение для более быстрой, умной и безопасной ручной торговли. Преобразуйте свою ручную торговлю с помощью NextGen Trade Manager AI – профессиональной панели на графике, которая объединяет мгновенное исполнение ордеров, визуальное планирование сделок и мощное управление рисками в один интуитивно понятный инструмент. Исполняйте ордера, управляйте рисками и защищайте прибыль быстрее, чем когда-либо, не пок
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
Другие продукты этого автора
* 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
Фильтр:
Pavel Malyshko
10438
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.

Ответ на отзыв