Orders for converting - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2728 completed jobs in all languages
Sort by:
Convert MT5 indicator to MT4 (personal job)
30+ USD
This order is for the conversion of the recently created mt5 engulfing indicator into an mt4 format. The indicator identifiies engulfing candles and the users also have the option to use a filter to show engulfing candles based on overall trend
1 Application
(72) MQL4 Indicators Converting
Converting to mt5 Okay (personal job)
100+ USD
just to convert mt4 ea to mt5 fix_lot = 0, // Fixed Start Lot 0.01 / 0.01 / 0.01 / 0.01 / 0.01 /............. Summ_lot = 1, // Summ Sart Lot 0.01 / 0.02 / 0.03 / 0.04 / 0.05 /............. Martingale = 2, // Martingale Lot 0.01 / 0.02 / 0.04 / 0.08 / 0.16 /............. Step_lot = 3 // Step Lot 0.01 / 0.01 / 0.01 / 0.02 / 0.02 / 0.02 / 0.03 / 0.03 / 0.03 / 0.04 / 0.04 / 0.04 /............ };
1 Application
(1) MQL4 Converting
150+ USD
Hi I have a strategy that I wrote using pine script, however I would like to convert this code from pine script to MQL5 for use on M5 trading platform. The proposed MQL5 code will have to be debugged for efficiency once done
12 Applications
MQL5 Converting
30 - 80 USD
I'm interested in converting 2 expert advisors from use on MT4 to MT5. Both expert advisors are related as the 2nd one is simply an updated version of the 1st and based on the same principles (just more features). Both EA's are pretty basic in the way they operate as they are from an online Metatrader beginner coding course
21 Applications
(2) MQL5 Converting
90+ USD
Dear Mr Coder Just get to the point. I need help converting pinescript into MQL5. In the following there are 3 code scripts that need to be converted: 1. https://www.tradingview ***com/script/CnB3fSph-Smart-Money-Concepts-LuxAlgo/ 2. https://www.tradingview ***com/script/yxEJ4Dxw-Swing-Highs-Lows-Candle-Patterns-LuxAlgo/ 3. https://www.tradingview ***com/script/1S2VOnJP-Liquidity-Swings-LuxAlgo/ All those indicators
4 Applications
(8) MQL5 Indicators Converting
Converting MT5 TradeCopiers to MT4 (personal job)
100+ USD
With my previous job - EA that makes 2 MT5 talk to each others via socket Ideally, I need Master and Slave EA connected via socket (use this library Socket library for MT4 and MT5 - Other - 6 September 2017 - Traders' Blogs (mql5.com) Where Master EA can inquiry Slave account, symbol and trade information such as account balance, equity, profit, symbol bid and ask price, lot open, trade open for example. Master also
1 Application
(2) MQL4 Experts Converting
MQL4 to MQL5 conversion (personal job)
30+ USD
Hi Sir, Requirements Specifications : I have an EA that I want to convert from MQ4 to MQ5. I want my EA to be ready as this link says: https://www.mql5.com/en/articles/2555 And I want both EA passes the MQL5 automatic validation, no errors, no warnings, no etc. You can rewrite the code as long as it doesn't change its meaning and function. This is private work and will remain strictly confidential. Apart from that
1 Application
(25) MQL5 Converting
Conversion of Pinescript indicator to MQL5 (personal job)
200 - 500 USD
Convert Pinescript coded Interactive ATR Stop-Loss to MQL5. Will be used to provide manual test along with the RQK indicator project just finished. Ultimately this would be combined within an EA where each time a trade is entered, IATR would simultaneously add a trailing stop loss (a requirement for some prop firms) and optionally a take profit order. Interactive ATR Stop Loss ("iATR") the "Draggable Start Point"
1 Application
(4) MQL5 Converting
Converting MT4 EA to MT5 EA (personal job)
210+ USD
converting mt4 ea to mt5 adding virtual_trailing_stop Just like the real one there //Close trades X minutes before event //Disable trading during high impact news //Disable trading during medium impact news //Disable trading during low impact news
1 Application
(1) MQL5 Converting
50+ USD
I would like to convert my tradingview indicator to the xm metatrader 4 (remembering that there is this mt4 from xm that has some details). I tried the conversion via AI but it was not possible, since the indicator is not similar and useful as it was in tradingview. //@version=5 indicator(title="JR INDEX", shorttitle="JR INDEX", overlay=false) // Input fastLength = input.int(12, title="Fast Length", minval=1)
6 Applications
MQL4 Converting
250 - 500 USD
Greetings! Experienced / expert developer to convert an open source (freely available) PineScript (TradingView) indicator to MT5. Convert Pinescript code to MT5 Duplicate user settings Test to confirm same performance with test report Provide MT5 indicator and source code I have at least 3 indictors that I would like to have converted. Subject to great work on this first project, more work will be forthcoming
11 Applications
40+ USD
I want to convert a trading view indicator to MQL5 Here is the indicator URL : The lines should be plotted as step lines screenshot1 (how step line look like) : https://d1ka0itfguscri.cloudfront.net/jeNx/2023/06/20/14/14/c01Y22VB78T/preview.jpg screenshot2 (selecting step line in trading view) : https://d1ka0itfguscri.cloudfront.net/jeNx/2023/06/20/16/05/c01YDhVBsDi/preview.jpg I need it as MQL5 Thanks
6 Applications
(1) MQL5 Indicators Converting
MQL4 to MQL5 conversion (personal job)
30+ USD
Hi Sir, Requirements Specifications : I have an EA that I want to convert from MQ4 to MQ5. I want my EA to be ready as this link says: https://www.mql5.com/en/articles/2555 And I want both EA passes the MQL5 automatic validation, no errors, no warnings, no etc. You can rewrite the code as long as it doesn't change its meaning and function. This is private work and will remain strictly confidential. Apart from that
1 Application
(25) MQL5 Converting
30 - 200 USD
I have a TradingView strategy that I want to have converted to MT5. My TradingView strategy executes trades is based off of multiple indicators which provide filters for trade setups. I have all these indicators and their settings coded within the TradingView strategy in pinescript. The main indicator is the EMA which is based off of multiple timeframes. The EMA indicators will need to plot to the chart. Once a
5 Applications
(1) MQL5 Experts Converting
Convert Pine Script (Tradingview) indicator into MQL4 indicator (personal job)
30+ USD
Here is the original Script: // @version=5 indicator ( 'TD9' , overlay = true ) show_sigs = input ( title = 'Only 9s' , defval = true ) invert_sigs = input ( title = 'Invert Colours' , defval = true ) look_back_period = input ( title = 'Look Back Period' , defval = 4 ) Count1 = 0 Count = close > close [ look_back_period ] ? 1 : 0 Count1 := Count == 1 ? nz ( Count1 [ 1 ] ) == 0 ? 1 : Count1 [ 1 ] == 1 ? 2 : Count1 [ 1
1 Application
(13) MQL4 Converting
30+ USD
I require the conversion of a TradingView Pine Editor code file to an MT5 indicator EX5 code file. The task involves translating the existing code logic, functions, and variables from Pine Editor's syntax to MT5's MQL5 syntax. The converted code should be compatible with MetaTrader 5 platform and maintain the original functionality of the indicator
6 Applications
(1) MQL5 Indicators Converting
35+ USD
Please convert the Pine Script below into MQL4 Indicator, an indicator of ADX and DI, 2 day period max: // @version=4 study ( "ADX and DI for v4" ) len = input ( 20 ) TrueRange = max ( max ( high - low , abs ( high - nz ( close [ 1 ] ) ) ) , abs ( low - nz ( close [ 1 ] ) ) ) DirectionalMovementPlus = high - nz ( high [ 1 ] ) > nz ( low [ 1 ] ) - low ? max ( high - nz ( high [ 1 ] ) , 0 ) : 0 DirectionalMovementMinus
7 Applications
(13) MQL4 Converting
100 - 200 USD
THIS IS THE NAME OF THE TRADING VIEW INDICATOR Supply & Demand / Orderblocks - Multi TimeFrame (@JP7FX) jp7fx Updated Sep 5, 2022 AS seen on the picture it indicates price on 2 time frames the source code on trading view is hidden but i have the code only apply if you can do the job
3 Applications
(3) MQL4 Indicators Converting Forex
30 - 350 USD
Hi, I need a highly skilled and experienced coder to make this conversion. If the coder was able to code also in ProBuilder from ProRealtime for further developpments that would be a significant difference. The indicator is a double top / double bottom indicator;
3 Applications
Other Indicators Converting
Convert an EA from Mql4 to Mql5 (personal job)
70+ USD
I need a MQL5 version for this MQL4 expert advisor. It has about 1300 lines of code Expert advisor attached down below Any other questions please send me a message
1 Application
(28) MQL5 Converting