Orders for converting - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
3034 completed jobs in all languages
Sort by:
90+ USD
I am looking to get an indicator I use on TradingView (Pine Editor) converted into an MT4/5 Expert Advisor. It has around 100 lines of code in Pine and opens long and short positions when several conditions are met. It is coded in a way that it is always in a trade at any given time on whichever currency pair, index, or cfd it is used. It needs to be working for all timeframes/markets and it must also work on various
8 Applications
(1) MQL4 Indicators Converting Forex
33+ USD
I need to convert this EA in MQL4 to MQL5. The EA works well but I just need a MQL5 version. I also request the person doing it to use Functions as in the MQL4 program
2 Applications
(2) MQL5 Converting
30 - 200 USD
Hello. I just have some indicators that I liked using in mt4(mql4) that I would like to be converted into thinkorswim(TOS) indicators. Hoping to save some time so I don't have to figure it out myself in the little spare time that I have. There's 4 of them that I attached... I also have a stock screener I'd like to be coded if your familiar with the stock hacker scanner in TOS
Pine script to MQL4 (personal job)
50+ USD
--- SUPER TREND Make ATR 2 as default, not 3. Please add "Alert" once buy/sell appear or once trend change color. ----SUPPORT RESISTANCE MTF---- ; Make Period 60 as default, not auto. I'd like to have it exactly the same as in pine script. Looking forward to it
1 Application
(16) MQL4 Indicators Converting
Job for Irek Gilmutdinov (forexmts) (personal job)
50+ USD
Job for forexmts Irek Gilmutdinov Convert current project to 5 from 4. “Darkness cannot drive out darkness: only light can do that. Hate cannot drive out hate: only love can do that.” ― Martin Luther King Jr
1 Application
(19) MQL5 Indicators Converting
30+ USD
Convert MT4 EA to MT5 EA , Final product has to be without errors and fully function on MT5 with all functions as on MT4. EA is simple: without idicators and trade strategies , only price action and TP , size 10,2kB added important info: multicurrency ea , trades from one chart
5 Applications
(2) MQL5 Experts Converting
Convert indicator to mq5 (personal job)
30+ USD
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hi, I
1 Application
(28) MQL5 Converting
35+ USD
study(title="Madrid Trend Trading", shorttitle="MTT", precision=2) src = hl2 // Input parameters fastMALength = input(34, minval=1, title="Fast Length") slowMALength = input(89, minval=1, title="Slow Length") signalMALen = input(13, title="Signal MA") fastMA = ema(src, fastMALength ) slowMA = ema(src, slowMALength ) trendStrength = (fastMA - slowMA)*100/slowMA signalMA = sma(trendStrength, signalMALen) momentum =
9 Applications
(8) MQL4 Indicators Converting
30+ USD
I'm looking for a 1:1 conversion of two indicators, from pinescript (trading view), to mt4. The indicators are ATR Z score, and TWAP (time weighted average price). The source code for the two are attached below in the file. The link for the indicators are below as well. many thanks, teddy
3 Applications
MQL4 Converting
30+ USD
Hi dear coders, I would like you to convert ny ea from mql4 to mql5. Source code will be needed. I am writing this additional text because 30 words are required, but i the title of the job says it all Best regards
11 Applications
(26) MQL5 Experts Converting
Please convert this mq4 code to mq5 (personal job)
30 - 50 USD
Please convert the code in the attached file from MQL4 to MQL5. And please answer the following questions about the capabilities of MQL5: 1. Is it possible for an expert to take information from different TIMEFRAMES? 2. Is it possible for an expert to take information from different PAIRS? 3. Is it possible for an expert to take information from different STOCS? The questions are about our future work
1 Application
(14) MQL5 Experts Converting
30+ USD
I have an ADX cross EA which I converted to mq5 with the code guidelines on the forum, but the mistakes is to many (102) I need someone who can do a proper conversion for me or correct the mistakes Thank you
15 Applications
(10) MQL5 Converting
50+ USD
There are about some lines of functions in a small program that uses kernel32.dll to call the functions. Now, I want the functions to be rewritten using built-in file functions of mql4. After being rewritten, the program should produce the same number as it should with kernel32.dll. I attach herewith the program for your reference
2 Applications
(1) MQL4 Converting
Converting pinecode to mql4 (personal job)
30+ USD
Please convert TradingView (pinecode) short long indicator to mql4 indicator. Don't mind if you can improve it so it's more precise catching tops and bottoms avoiding false signals in between
1 Application
(6) MQL4 Indicators Converting
Convert MT4 custom indictor into Mt5 custom indicator (personal job)
30+ USD
Please convert the Cycle Identifier custom indicator by Roy Kelly from MT4 into MT5 to work and display exactly the same in MT5 as it is in MT4. Please compare the finished product in MT5 with MT4 that it displays and functions the same. Thanks
1 Application
(6) MQL5 Indicators Converting
30 - 100 USD
Looking for converting this indicator from MT4 to MT5 with adding new modifications rules features: - dots will show when oversold/overbought, on the low/high of candle - the dots are measure as 50 ATR when - the indicator gives confirming signal will add bigger size dot as 2x of the ATR - and only show dots when using 200EMA with 50EMA as up/down trend - dots has color option settings also indecision signal, while
5 Applications
(1) MQL5 Indicators Converting
Convert tradinview indicator to mt4 and mt5 (personal job)
30+ USD
The task is to create a copy of indicator from tradingvie. It is support and resistance indicator. This indicator detects large swings/ pivots in historical price action to highlight tops and bottoms which might act as future levels of support or resistance. The code by default detects the last 3 significant swing highs and the last 3 swing lows. It then places lines on the chart to highlight those levels. Source
1 Application
(50) MQL5 Converting
Conversion of file (personal job)
45+ USD
Conversion of Mq4 file to Mq5 in order to bactest strategy in MT5 The EA is in mq4 format and this could not be tested on MT4 because of the Multi pairs. I need the file to be converted to MT5 so the strategy can be backtested
1 Application
(5) MQL5 Converting
30+ USD
Hi, I want to get this Pipe script to mql4 //@version=2 //creator: @yasinipek83 //author: @fr3762 KIVANÇ //Modified by Maped, buy sell signals only for a cleaner chart ! study( "Heikin Ashi Smoothed Signals" , overlay= true ) EMAlength= input ( 50 , "EMA Length" ) src=ohlc4 haOpen= 0.0 haOpen := (src + nz(haOpen[ 1 ]))/ 2 haC=(ohlc4+nz(haOpen)+max(high,nz(haOpen))+min(low,nz(haOpen)))/ 4 EMA1=ema(haC,EMAlength)
2 Applications
(1) MQL4 Converting
PINESCRIPT TO MQL4 CONVERSION (personal job)
30+ USD
//@version=4 strategy( "TP V2" , shorttitle= "TP V2" , overlay= true , pyramiding= 1 ) leftbars = input( 100 , minval= 1 , title= 'Pivot Detection: Left Bars' ) rightbars = input( 15 , minval= 1 , title= 'Pivot Detection: Right Bars' ) // Pivots ph = pivothigh(high, leftbars, rightbars) pl = pivotlow(low, leftbars, rightbars) phv1 = valuewhen(ph, high[rightbars], 0 ) phb1 = valuewhen(ph, bar_index[rightbars], 0 )
1 Application
(3) MQL4 Experts Converting