• Genel bakış
  • İncelemeler (1)
  • Yorumlar (4)
  • Yenilikler

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.


Önerilen ürünler
Email Drawdown Alert
Roman Starostin
5 (15)
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 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
4 (4)
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
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
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
TrendPlus
Sivakumar Subbaiya
4.21 (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
2.5 (2)
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 a
FREE
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
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 functiona
FREE
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
çalışma mantığı Stop Out yardımcı programı, Stop Out seviyesine kaç puan kaldığını gösteren basit ama çok kullanışlı bir göstergedir / Avantajı, birçok tüccarın kâr peşinde alım satım yaparken riski kasıtlı olarak fazla tahmin etmesi, mevcut marjı maksimumda kullanması ve bu durumda komisyoncunun pozisyonlarınızı zorla nerede kapatabileceğini bilmek çok önemlidir. Sadece göstergeyi grafiğe yerleştirin ve Al veya Sat'taki açık pozisyona bağlı olarak, bu işlem için fiyatın sınır işaretini g
FREE
VR Renk Seviyeleri, trend çizgisi, dikdörtgen ve metin gibi unsurları kullanarak teknik analiz uygulayanlar için kullanışlı bir araçtır. Grafiğe doğrudan metin eklemek ve ekran görüntüsü almak mümkündür. Ayarlar, set dosyaları, demo versiyonları, talimatlar, problem çözme, adresinden edinilebilir. [Blog] İncelemeleri şu adresten okuyabilir veya yazabilirsiniz: [bağlantı] Sürümü [MetaTrader 5] Göstergeyle çalışma tek tıklamayla gerçekleştirilir. Bunu yapmak için, çizginin bulunduğu düğmeye tı
FREE
Traditional MACD MT4
Daniel Lewis
4.59 (69)
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
4 (13)
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 Yakalayıcı: Alarm İndikatörü ile Trend Yakalayıcı Stratejisi, piyasa trendlerini ve potansiyel giriş ve çıkış noktalarını belirlemede yardımcı olan çok yönlü bir teknik analiz aracıdır. Piyasa koşullarına uyum sağlayarak trend yönünün net görsel temsili için dinamik bir Trend Yakalayıcı Stratejisi sunar. Tüccarlar tercihlerine ve risk toleranslarına göre parametreleri özelleştirebilirler. Gösterge, trendleri tanımlamaya yardımcı olur, potansiyel ters dönüşleri sinyaller, trailing stop m
FREE
HMA Trend
Pavel Zamoshnikov
4.6 (80)
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
FREE
EA Scalping Expert
Gerard Valldosera Gomez
2 (2)
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
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.25 (4)
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 not
FREE
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
This simple but useful script calculates the lot in % of the deposit. It is indispensable for risk management. There is only one customizable parameter: MaxRisk - risk in % for lot calculation. The product works as a standard script. Launch it once on an appropriate chart and start trading using the calculated lot value. Genious is simplicity! Happy trading!
FREE
PatternVol EA
Alexandr Gribanov
4.5 (2)
The PatternVol EA is based on its own observations of the market and consists of patterns, candlestick analysis, analysis of candlestick volumes, and also, the EA does not contain indicators. At the moment, the advisor is a small constructor of my non-indicator strategies, you can disable and enable each strategy separately, or make an assembly from several strategies. The work on the advisor continues to this day, new strategies are added, algorithms are improved. In the future, it will be a l
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
MetaTrader 4'te Nasdaq 100 piyasasında gezinen yatırımcılar için vazgeçilmez bir yardımcı olan NAS100 Auto SL ve TP Maker ile StopLoss ve TakeProfit ayarlarını bir daha asla kaçırmayın. Bu araç, StopLoss ve TakeProfit seviyelerinin yönetimini otomatikleştirmek için sorunsuz bir çözüm arayanlar için tasarlanmıştır. Temel Özellikler: Zahmetsiz Otomasyon: StopLoss ve/veya TakeProfit olmadan Nasdaq 100 işlemlerini otomatik olarak izler. Kullanıcı tarafından yapılandırılan ayarlara göre seviyeleri d
FREE
Scalping Day Trading Support Utility Scalping One MT4 free One position is displayed with one button. View P & L, Lot, and Point in real time. It is possible to switch the display of positions of only chart currencies and all currency pairs.  (The free version has only 3 positions) Supports automatic identification in Japanese and English   Account currency notation corresponds to dollar, euro, pound, yen (automatic identification) The timeline drawing function can be linked with the clock dis
FREE
Wise Men Indicator demo
Bohdan Kasyanenko
3.67 (3)
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligat
FREE
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Trade Assistant MT4
Evgeniy Kravchenko
4.46 (181)
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
Fiyatın saniyeler içinde değiştiği finansal piyasalarda emirleri vermekte aynı şekilde kolay olması gerektiğini düşünüyor musunuz? Metatrader programında her emir açmak istediğinizde emir fiyatını, zararı durdur emrini, kar al emrini ve işlem hacmini gireceğini pencereyi açmak zorundasınız. Finansal marketlerde işlem yaparken sermaye yönetimi sermayenizi doğru yönetmek için çok önemlidir. Bunun için işlem açmadan önce doğru işlem hacmini hesaplamanız gerekir.  Bu hesaplamaları sizin için yapabil
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (80)
Local Trade Copier EA MT4 ile olağanüstü hızlı işlem kopyalama deneyimi yaşayın. Kolay 1 dakikalık kurulumuyla bu işlem kopyalayıcısı, aynı Windows bilgisayarda veya Windows VPS'te birden fazla MetaTrader terminali arasında işlemleri kopyalamanıza olanak tanır ve 0.5 saniyenin altındaki şimşek hızında kopyalama hızları sunar. Başlangıç seviyesinde veya profesyonel bir tüccar olsanız da, Local Trade Copier EA MT4 , spesifik ihtiyaçlarınıza göre özelleştirmek için geniş bir seçenek yelpazesi sunar
TradePanel MT4
Alfiya Fazylova
4.91 (87)
Ticaret Paneli çok işlevli bir ticaret asistanıdır. Uygulama, manuel ticaret için tasarlanmış 50'den fazla fonksiyon içerir. Çoğu ticari işlemi otomatikleştirmenize olanak tanır. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo versiyonu burada . Tüm talimatlar burada . Uygulamanın ana özellikleri: Tüm ticaret araçlarıyla çalışır (Forex, CFD, Vadeli İşlemler ve diğerleri). Sınırsız sayıda ticaret aracıyla (semboller) eşzamanlı çalışma. İşlem başına riskin otomatik hes
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
MT4 to Telegram Signal Provider , Telegram'a sinyal göndermeyi sağlayan ve hesabınızı bir sinyal sağlayıcısına dönüştüren kullanımı kolay ve tamamen özelleştirilebilir bir araçtır. Mesajların formatı tamamen özelleştirilebilir! Ancak basit kullanım için, önceden tanımlanmış bir şablonu seçebilir ve mesajın belirli kısımlarını etkinleştirebilir veya devre dışı bırakabilirsiniz. [ Demo ]  [ Kullanım Kılavuzu ] [ MT5 Sürümü ] [ Discord Sürümü ] [ Telegram Kanalı ] Kurulum Adım adım bir kullanıcı
Trade copier MT4
Alfiya Fazylova
4.67 (30)
Trade Copier, ticaret hesapları arasındaki işlemleri kopyalamak ve senkronize etmek için tasarlanmış profesyonel bir yardımcı programdır. Kopyalama, tedarikçinin hesabından/terminalinden alıcının aynı bilgisayarda veya vps'de kurulu olan hesabına/terminaline gerçekleşir. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo versiyonu burada . Tüm talimatlar burada . Ana işlevler ve avantajlar: Emirlerin kopyalanmasını destekler: МТ4> МТ4, МТ4> МТ5, МТ5> МТ4. Emirlerin kopy
Forex portföyünüzün kontrolünü elinize alın. Nerede durduğunuzu, neyin işe yaradığını ve size neyin acı verdiğini anında görün! MT5 VERSİYONU BURADA MEVCUTTUR: https://www.mql5.com/en/market/product/58658 Trade Manager Dashboard, forex piyasasında sahip olduğunuz her pozisyonun şu anda nerede olduğunu bir bakışta size göstermek ve risk yönetimini ve para birimlerine maruz kalmayı daha kolay anlamak için tasarlanmıştır. Birden fazla pozisyon veya ticaret ızgarası ve sepet stratejileri ile kade
Riskinizi otomatik olarak hesaplarken işlemlere hızlı bir şekilde girip çıkmanıza yardımcı olacak Ticaret Yöneticisi. Aşırı Ticaret, İntikam Ticareti ve Duygusal Ticaretten korunmanıza yardımcı olacak özellikler içerir. İşlemler otomatik olarak yönetilebilir ve hesap performans ölçümleri bir grafikte görselleştirilebilir. Bu özellikler, bu paneli tüm manuel yatırımcılar için ideal kılar ve MetaTrader 4 platformunun geliştirilmesine yardımcı olur. Çoklu Dil desteği. MT5 Sürümü  |  Kullanım Kılavu
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
MetaTrader 4 için ticaret fotokopisi.       Herhangi bir hesaptan forex işlemlerini, pozisyonlarını, emirlerini kopyalar. En iyi ticari fotokopi makinelerinden biridir.       MT4 - MT4, MT5 - MT4       için       KOPYLOT MT4       sürüm (veya       MT4 - MT5 MT5 - MT5       için       KOPYLOT MT5       sürüm). MT5 sürümü Tam tanım   +DEMO +PDF Nasıl alınır Nasıl kurulur     Günlük Dosyaları nasıl alınır?     Nasıl Test Edilir ve Optimize Edilir     Expforex'in tüm ürünleri için fotokopi  
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
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 adding more 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 trad
-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
DrawDown Limiter MT4
Haidar, Lionel Haj Ali
5 (9)
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
KT Equity Protector MT4
KEENBASE SOFTWARE SOLUTIONS
3 (2)
KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
Ticaret paneli, emirleri yönetmekle sınırlıdır - hem düğmeler kullanılarak açılır hem de kullanıcı tarafından açılır. Koleksiyonda basit ve kullanışlı. Herhangi bir alıcıyı tamamlayacak. Gold Stuff göstergesiyle birlikte kullanmanızı öneririm. Alım satımı tek emirler olarak kurun ve mesafeli bir ızgara oluşturun. Standart bir ızgara oluşturmak için 10000 gibi büyük bir mesafe ayarlamanız yeterlidir. Gerçek zamanlı sonuçlar burada görüntülenebilir. Ayarları ve kişisel bir bonusu almak için s
MT4 için Expert Advisor Risk Manager çok önemli ve bence her yatırımcı için gerekli bir program. Bu Uzman Danışman ile ticaret hesabınızdaki riski kontrol edebileceksiniz. Risk ve kar kontrolü hem parasal hem de yüzdesel olarak yapılabilir. PROMO BUY 1 GET 2 FREE -   https://www.mql5.com/en/blogs/post/754725 Danışman işlevleri Bu risk yöneticisi, riskleri kontrol etmenize yardımcı olacaktır: - bir anlaşma için - günlük - bir hafta için - Bir ay için Ayrıca kontrol edebilirsiniz 1)
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
Mentfx Mmanage
Anton Jere Calmes
5 (16)
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
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
Üye olduğunuz herhangi bir kanaldan (özel ve kısıtlı olanlar dahil) sinyalleri doğrudan MT4'ünüze kopyalayın.  Bu araç, kullanıcıyı göz önünde bulundurarak tasarlanmış olup işlemleri yönetmek ve izlemek için ihtiyacınız olan birçok özelliği sunar. Bu ürün, kullanıcı dostu ve görsel olarak çekici bir grafik arayüzünde sunulmaktadır. Ayarlarınızı özelleştirin ve ürünü birkaç dakika içinde kullanmaya başlayın! Kullanıcı Kılavuzu + Demo  | MT5 Sürümü | Discord Sürümü Demo denemek istiyorsanız lüt
Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his 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 be able to receive the signal after that
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (60)
1 tıklama ile ticaret için Ticaret Paneli.   Pozisyonlar ve emirlerle çalışmak!   Grafikten veya klavyeden alım satım. Alım satım panelimizi kullanarak, grafikten tek bir tıklamayla alım satım yapabilir ve alım satım işlemlerini standart MetaTrader kontrolünden 30 kat daha hızlı gerçekleştirebilirsiniz. Bir tüccar için hayatı kolaylaştıran ve bir tüccarın ticaret faaliyetlerini çok daha hızlı ve daha rahat gerçekleştirmesine yardımcı olan parametrelerin ve işlevlerin otomatik hesaplamaları. Gra
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
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual, sipariş ızgarasıyla çalışmak için kullanılan bir ticaret yardımcı programıdır. Yardımcı program evrenseldir, esnek ayarlara ve sezgisel bir arayüze sahiptir. Sadece kayıpların ortalaması yönünde değil, aynı zamanda kazanç artışı yönünde de bir emir ızgarası ile çalışır. Tüccarın bir emir ızgarası oluşturmasına ve eşlik etmesine gerek yoktur, bu yardımcı programı yapacaktır. Emri açmanız yeterlidir ve Grid manual otomatik olarak ona bir emir ızgarası oluşturacak ve kapanana kadar ona
Bu Özel Ultimate Sniper Dashboard, orijinal Ultimate Sniper Dashboard göstergesine yapılan bir EA yükseltmesidir. Birlikte çalıştığınız bir varlık sınıfındaki bir eğilimin gerçek doğasını yakalamasını sağlamak için 98'e kadar farklı algoritma ile çalışır. Birkaç ay boyunca müşterilerimizin çoğundan aldığımız birçok öneri ve tavsiyeye doğrudan bir yanıttır.   Bu özel sürüm tamamen özelleştirilebilir. 98 ayrı özel algoritma tarafından desteklenmektedir. Çok güzel görsel arayüz sayesinde herha
The Expert Advisor will send notifications via Discord when orders are opened/modified/closed on your MetaTrader 4 account. - Send message and screenshot to Discord group/channel.  - Easy to customize message.  - Support custom message for all languages - Support full Emoji.  - Send report Daily, Weekly, Monthly ( must show all history of orders ) Parameters - Discord url Webhook - create webhook on your Discord channel. - Magic number filter - default all, or input magic number to notify with
MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
MT4 to Discord Signal Provider , ticaret sinyallerini doğrudan Discord'a göndermek için tasarlanmış kullanıcı dostu ve tamamen özelleştirilebilir bir araçtır. Bu araç, ticaret hesabınızı etkili bir sinyal sağlayıcısına dönüştürür. Mesaj formatlarını tarzınıza uyacak şekilde özelleştirin! Kolay kullanım için önceden tasarlanmış şablonlardan seçim yapın ve hangi mesaj öğelerini dahil etmek veya çıkarmak istediğinize karar verin. [ Demo ] [ Kullanım Kılavuzu ] [ MT5 Versiyonu ] [ Telegram Versiyonu
OrderManager 'ı Tanıtıyoruz: MT4 için Devrim Niteliğinde Bir Yardımcı Program Yepyeni Order Manager yardımcı programı ile MetaTrader 4 için işlemlerinizi bir profesyonel gibi yönetin. Basitlik ve kullanım kolaylığı göz önünde bulundurularak tasarlanmış olan Order Manager, her işlemle ilişkilendirilen riski kolayca tanımlamanıza ve görselleştirmenize olanak tanır, böylece bilinçli kararlar alabilir ve ticaret stratejinizi optimize edebilirsiniz. OrderManager hakkında daha fazla bilgi için lütfen
Yazarın diğer ürünleri
* 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 BRiC
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
Filtrele:
Pavel Malyshko
9855
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.

İncelemeye yanıt
Sürüm 1.25 2019.02.06
- Conversion waiting time obsolete
- Disable Custom Indicator Functions
- Disable Technical Indicator Functions
Sürüm 1.24 2019.01.30
- Disable Trade Function
Sürüm 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
Sürüm 1.22 2019.01.09
- Modified runtime errors of predefined variable
- Modified runtime errors of OrderSend and OrderClose
- Modified return value of OrderSend
Sürüm 1.21 2018.12.29
- MarketInfo return value correction
- Addition of ENUM_SYMBOL_CALC_MODE conversion function
- Unification of versions
Sürüm 1.12 2018.12.28
- Fix upper limit of variable length argument to 9
- Fix iCustum function name
- Corrected garbled characters when converting files
Sürüm 1.11 2018.12.27
- Add MQL4 constant not defined in MQL5
Sürüm 1.10 2018.12.26
- Fixed as overloading of MQL4 function
- Fix overriding MQL4 function
- Added function to enable predefined variables
- Overall fix for the release of MT5 version