Orders for converting - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2567 completed jobs in all languages
Sort by:
30+ USD
I have an issue coping my trades from a signal provider, because his symbol for gold is "XAUUSD.pro" and my broker has the symbol "GOLD". I have the error "2021.03.16 17:32:02.864 Signal '42468608': symbol XAUUSD.pro not found" I need to create an EA or something related that can help me to copy those operations
4 Applications
MQL5 Experts Converting
30+ USD
I will love to convert two mt4 indicator into mt5 indicators, the source files are ready. one is on broker information and the other is on single line ichimoko lines
5 Applications
(2) MQL5 Converting Forex
30 - 100 USD
Basically have entries,exits,S/L and trail stop based around chosen ATR period, with a moving average filter. Works for any market, with risk %, perhaps pyramiding depending on how hard that is. And all the other basic inputs (spread limit, time of day, etc) Cheers
15 Applications
(4) MQL5 Experts Converting
Code Conversion from MQL4 to MQL5 and add new features. (personal job)
80+ USD
this project deals with an EA code conversion from MQL5 to MQL4 and add new features: the new features include canceling the opposite pending orders and making an icon/input to the open/close timing system
1 Application
(1) MQL5 Converting
Create martingale EA similar to fxcore100 (personal job)
35 - 45 USD
Create EA using pinescript squeeze indicator. EA should be split into 2 EAs, one for BUY only and one for SELL only. EA should have the following input settings: lot size tp (pips), where 1.0 = 1 pip magic number Rules: - When first red bar of the histogram closes (i.e wait for price to close), open one sell order (at 0.01 lots), with tp 5 pips - When first green bar of the histogram closes (i.e wait for price to
1 Application
(6) MQL4 Experts Converting
60 - 100 USD
I have a pine script strategy that I need converted into a MT4 EA. I am new to EAs, so I apologize in advance. The code must be bug free and well commented to allow for future debugging and expansion/modification
10 Applications
(2) MQL5 Converting Text translation
30+ USD
I have mt4 ea and i want to convert to mt5. It should work in MT5 as an advisor. I want the same functionalities to be retained in the MT5 version including entry, etc
9 Applications
(1) MQL5 Experts Converting
30+ USD
Make EA from pinescript indicator: -when the indicator (histogram) changes from red to green, buy after the current bar closes. close the trade when it hits a tp (tp will be an input setting set by the user) or when the green bar changes to red (no SL needed) -when the indicator (histogram) changes from green to red, sell after the current bar closes. close the trade when it hits a tp (tp will be an input setting set
4 Applications
(6) MQL4 Experts Converting
30+ USD
Hello I am looking for good programmer to convert my indicator from mql4 to mql5. I will provide the mql4 files and you need to convert it to mq5. If you are available and interested please let me know. Only experienced candidate need to apply
5 Applications
(55) MQL4 Indicators Converting
30+ USD
Hello I have a MA indicator and a trend reversal indicator that I use on MT4 and I want to convert them to MT5 and also combine them to be one indicator file. The indicators must work exactly how they work on MT4 and nothing must be changed. #Source_Codes_Available Thank you
6 Applications
(13) MQL5 Indicators Converting
30 - 35 USD
Hello there. Can someone help me translating a TradingView strategy into a MQL5 strategy? It's pretty easy and standard the strategy. Around 70 rows of code. This is the code: ------------------------------------------------------ //@version=4 strategy("RSI2", overlay=true) //inizializzazione parametri //RSI src = close len = input(2, minval=1, title="RSILength") up = rma(max(change(src), 0), len) down =
Convert a indicator (personal job)
30+ USD
Hi once again. Please convert pine script indicator attached to mt4 indicator so I can use it in EA. If there is a way of improving it of course I don't mind
1 Application
(6) MQL4 Indicators Converting
80+ USD
Hello coders, I would like you to convert this indicator from mt4 to mt5. The indicator needs to be the same, just converted to mt5. I will also need the source code. Thank you
5 Applications
(1) MQL5 Indicators Converting
30 - 60 USD
I am looking for a programmer, to convert my indicator from MQL4 to MQL5, I need the mq5 source code delivered at the end of the work, and it is necessary for the indicator to work perfectly. You also need to check my mql4 code to report any potential errors or improvements (regarding function coding) The indicator is small, about 400 lines, but many lines are blank Contact me for more information
14 Applications
(25) MQL5 Indicators Converting
30 - 90 USD
Hi, I have an indicator/strategy from tradingview (pinescript) that I would like to convert into the form of a MT4 EA. With the EA, I would like to be able to customize the following inputs: -lot size (% vs fixed lots) -trailing stop setting -time frame I would also like the EA to have a feature where it sends an email or mt4 notification when it opens/closes a trade. The EA must also allow the user to close trades
3 Applications
(6) MQL4 Converting
30+ USD
Hello, I have a robot created in a programming language different from MQL4. I would like to convert my robot to this programming language. The robot is simple, it has a time filter, an ATR filter, and it only makes one trade per day and trades close at the end of each day. It is a trend swing trading strategy. The specifications of the strategy will be given when accepting the order
10 Applications
MQL4 Experts Converting
30+ USD
I have a custom indicator in mq4 source code which I would like to have converted into a metatrader 5 indicator. I would like it to be converted to mq5 and successfully compiled to an ex5 file to be used in metatrader 5 on all timeframes. I want it to be very original and I would also like sound and visual alerts to be implemented whenever the indicator shows on the charts
Convert PINE code + upgrade MQL5 expert and indicator (personal job)
30 - 90 USD
Hi Alexander, The task is: 1) convert this pine code: "get_degrees(price, price2bar_ratio) => (180.0 / (22.0 / 7.0)) * atan(change(price) / price2bar_ratio) calculateSMMA(price, SMMAlength) => smma = 0.0 smma := na(smma[1]) ? sma(price, SMMAlength) : (smma[1] * (SMMAlength - 1) + price) / SMMAlength smma a = get_degrees(calculateSMMA(price, med), price2bar_ratio)" 2) upgrade the MQL5 indicator you made with 2
1 Application
(1) MQL5 Indicators Converting
30 - 100 USD
Looking for an experienced to convert an The Guppy Strategy from Pinescript into an EA in MT4. The Strategy needs several adjustement, mainly about the entry and exit of each trade
12 Applications
(1) MQL4 Experts Converting
30 - 60 USD
I am a complete rookie, so apologies in advance. I have a Pine Script that i need converting to MT5 that i intend to use with the MT2 autotrader. Once converted I would like the below amendment if possible. Currently buy/sell signals a generated regardless of trend direction. I would like it changed so it only produces the buy/sell signal to match the trend direction. EG Trendline going up - generate the buy signals
5 Applications
(2) MQL5 Converting