Orders for converting - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3118 completed jobs in all languages
Sort by:
30+ USD
Hello, Total lines of code : 2300 Original MQL4 Source code have very operation and function. no need to change anything (Removal or addition) EA Type : Grid EA Short description : This EA have multiple features like News EA (Fetching from forexfactory) and much more. I want MQL5 EA to perform exactly as current MQL4 EA. i do not want operational change
21 Applications
(1) MQL5 Experts Converting
Convert silverbullet EA from MT4 to MT5 with a some modifications (personal job)
50+ USD
1. make the minumum sl feature work like that of the wick rejection strategy 2. split trade feature just like you did for the wick rejection strategy 3. valid fvg must satisfy displacement rules for its candle 2 (middle candle) 4. BE and partial rule just like wick rejection strategy 5. Entry in the middle of fvg
50+ USD
I need to convert TV indicator to MT5. Indicator should function logically and visually exactly same. I'm aware of the MT5 colour limitation other than that everything should be same. required buffer for the indicator as well /
23 Applications
(41) MQL5 Indicators Converting
32+ USD
The job is just to convert an indicator written in MQL4 into MQL5 The indicator is just an adaptation of the i-Reg regression indicator, with a pourcentile calculation added There are many PolyFit indicator, this one should be easy to convert
23 Applications
(18) MQL5 Indicators Converting
100+ USD
MQL4 EA Conversion Project – XAUUSD (Gold) I am looking for a professional MQL4 developer to convert and optimize my existing cAlgo cBot into a fully functional MQL4 Expert Advisor , specifically optimized for XAUUSD (Gold) . This is not a generic EA. I have a portfolio of multiple iterations of the same cAlgo bot with small variations, so I need the MQL4 version written cleanly, modularly, and professionally
4 Applications
(1) MQL5 Converting
30 - 200 USD
Attached is the source file for an Expert Advisor (EA) that I got developed for MT4 platform. I am currently trading on an MT5 platform and would like the attached EA to be converted so it can be used on MT5 Platform (MQL5) I have included the original programme description / parameters on which the MT4 EA is based
16 Applications
(2) MQL5 Experts Converting
MT4 to MT5 EA Conversion + Custom Take Profit System (Source Code Required) (personal job)
30 - 40 USD
MT4 to MT5 EA Conversion + Custom Take Profit System (Source Code Required) Project Overview I have a fully working MT4 Expert Advisor (EA) with MQL4 source file (.mq4). I need this EA to be properly converted to MT5 (MQL5) with additional functionality, and prepared for commercial selling on the MQL5 Market. This is not a simple recompilation — full logic compatibility and stability are required. Main
23 Applications
30+ USD
The job consists of 2 tehcnical parts : - take the code of the expert advisor from this thread https://www.mql5.com/en/articles/20361 (I put it also in attachment) - convert it into langage mql4 (which should be simple) - add the classical functions (jumpstoploss and trailingstop)
5 Applications
(18) MQL4 Experts Converting
Mq5 to Mq4 converter (personal job)
33+ USD
Requirement Specification : I have an EA that I want to convert from MQ5 to MQ4. I want my EA to be ready as this link says: https://www.mql5.com/en/articles/2555 I want both EA passes the MQL5 automatic validation, no errors, no warnings, no dll. You'll send me MQ4 and MQ5, so I can upload to MQL5.com After the two files pass validation from mql5, then I just consider the job done. This is private work and will
1 Application
(54) MQL4 Converting
Need a consultation on an IDEA (personal job)
63+ USD
I need your guidance on how to navigate an indicator that repaints and how to finalize the finished product. you have extensive knowledge in indicator creation and am looking for how we can make this air tight. As it stands Im looking for an alert on am MA cross, but i need it to do a few other things while the MA crosses
1 Application
(19) MQL5 Indicators Converting
40+ USD
convert arrow indicator with stats panel from mt4 to mt5 keep same functions as mt4 indicator version,,,same exact logic with same objects...etc,,,also make sure the panel looks well space and text doesnt lab over each other or be outside panel boarder
25 Applications
(49) MQL5 Converting
Convert mq4 to mq5 indicators (personal job)
33+ USD
Requirement Specification : I have an Indicator that I want to convert from MQ4 to MQ5. I want my Indicator to be ready as this link says: https://www.mql5.com/en/articles/2555 I want both Indicator passes the MQL5 automatic validation, no errors, no warnings, no dll. You'll send me MQ4 and MQ5, so I can upload to MQL5.com After the two files pass validation from mql5, then I just consider the job done. This is
1 Application
(54) MQL5 Converting
Convert a small indicator from MQL4 to MQL5 (personal job)
50+ USD
i want all this indicator to me converted to mt5 and i want it to work good and fine i need done fine you can also chat with me if you need au question
1 Application
(5) MQL5 Converting
50+ USD
i need to convert this type of indicator from pinescript (tradingview) to mt5 exactly with same view and settings, the only addon is to set visible price where the zone start and where the zone and near the zone
32 Applications
(5) MQL5 Indicators Converting
Continuation of Sending Advanced Indicators to OpenCL (personal job)
200+ USD
Build the OpenCL with its associated kernels such that the following advanced indicators are calculated through the available GPU Send the below calculation for the indexes to OpenCL kernel, detect how many GPU is on the computer 1) Reversal Index 2) Bull Bear index 3) Breakout index 4) Trending index 5) OBOS Index Pass these calculations to OpenCL and create the kernel and GPU management and backtest
1 Application
MT5 Line Chart with Markers (Like TradingView) (personal job)
30+ USD
Hi. Please can you create a Line Chart option with Markers for MT5, which marks the Open and Close of the candles. TradingView has an option called 'Line with Markers' to give you an idea what I am trying to achieve. I can send you examples if necessary. Please let me know if you have any questions
1 Application
(1) MQL5 Indicators Converting
30 - 90 USD
hello Devloper i have a tradingview strategy and want to convrt it to meta5 EA so lets go . i am looking for an smart devloper that understand what adjustment i want to make
30+ USD
Dear MetaTrader 5 specialists and programmers, I will provide you with the existing source code. Your task is to add new functions 1- Opening Points adjustment Currently, the system is programmed to open the first pending order always with the difference set in Opening Points. I need to adjust it to open all pending orders by the same number of points specified in Opening Points. For example: 20,31,65 points. The
31 Applications
(3) MQL5 Converting
Calculate the cummulative probability of an Event based on M1-D1 (personal job)
175+ USD
these are the weightages for each state // Trending/Momentum → H1/H4 ↑, M15 slight ↑, M1 ↓ w[TF_H1] += 0.30*s_tr + 0.20*s_mo; w[TF_H4] += 0.28*s_tr + 0.15*s_mo; w[TF_M15] += 0.10*s_tr + 0.10*s_mo; w[TF_M1] -= 0.10*s_tr; // Squeeze with low Vol → M15/H1 w[TF_M15] += 0.20*s_sq - 0.10*s_vol; w[TF_H1] += 0.10*s_sq; // Volatility high → M1/M5 ↑, H4/D1 ↓ w[TF_M1] += 0.28*s_vol; w[TF_M5] += 0.18*s_vol;
1 Application
(15) MQL5 Experts Converting
Convert TradingView to MT4 (personal job)
100+ USD
Hello, I need someone that can code this from Trading view prescript to MT4 using this one indicator in the screenshots, blue buy red for sell it is that simple? The EA needs to exit the previous trade direction and take the new colour direction each time of course. I need a 50 pip stop loss, this is for Gold only XAU/USD. I need a 15 pip spread filter
1 Application
(62) MQL5 Converting