Orders for converting - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
2563 completed jobs in all languages
Sort by:
Dashboard with 3 indicators / combine 3 indicators (personal job)
95+ USD
Scoring and Dashboard for 3 indicators. The three indicators have been attached. In each case, the indicator gives a reading of -4 (all timeframes short) up to +4 (all timeframes long). The indicators need to be combined. The options for each indicator individually, need to be preserved. Further details as provided in spec
1 Application
(16) MQL4 Converting
I need to edit previous jobs. Thanks. (personal job)
30+ USD
Hello Francis, I need again your help to edit some previous job you coded for me. As always I'm working with you due out mutual trust. See you soon for this new project
1 Application
MQL5 Converting
30 - 150 USD
I need help building EA based on a TradingView system. Just need to convert. EA must give the exact same results compared to TradingView indicator. EA must be error free. I have a source of pine script, need convert, the script only contains 12 lines. The source of EA is my property. Ask me any questions. Thanks. Att, Cheider
11 Applications
(3) MQL4 Converting
30 - 40 USD
Hi, can someone convert a .csv file that Sierrachart generates into a MT5 readable format? I need a small and quick software or something that would do that. It is for the purpose of getting a futures data into an MT5 for Strategy tester use. Sierrachart data in .csv format sample below. Price and time negotiable. Thank you
6 Applications
(11) MQL5 Converting
40+ USD
Hello, I need an EA who manage settings, entry / hidden exit, TP / SL from the indicator “ PipFinite Trend PRO “. With filters and some options. EA must be provided with source code. https://www.mql5.com/en/market/product/26888 https://www.mql5.com/en/blogs/post/713938 https://www.youtube.com/watch?v=GXN0P2_uwjk Trade Setup / Filters Enter a trade on signals, can be filtered by : · Spread · “ Success
6 Applications
(4) MQL4 Experts Converting
Convert indicator from mt4 to mt5 (personal job)
35+ USD
Please convert the dual stochastic MT4 indicator to MT5. I have discussed this job on a private message. I use stochastic indicator on two time frames (current and higher time frame) Buy Arrow on main chart: Current Time frame: When the stochastic %D line cross above the %K line. Higher Time frame : Stochastic %D line ALREADY crossed above the %K line ( Please note: on higher time frame the Stochastic %D line must
1 Application
(19) MQL5 Indicators Converting
50+ USD
MT4 to MT5 data feed. (mt4 to mt5 connection bridge) i need mt4 to mt5 data feed connection bridge, and mt5 to mt4 trade copier. xxxxsddxdf ggcv hvb hgvhjv jjhvfgm gvfgfgh fsxedtsxdt rfdryfjdc thank you
7 Applications
(10) MQL5 Converting
30+ USD
Need to convert my EA from MT4 to MT5. EA reads HST file in MT4- Must know the HST file format in MT5. Nothing needed to fix in EA and has no import other than kernal 32 dll
3 Applications
(60) MQL5 Experts Converting Forex
30 - 100 USD
Hello, I have 2 indicators in pine script programming language. I've given a go at converting to MQL but not able to do so. I'm looking for help to do the following - 1) Convert 2 indicators to MQL4 - One of it is custom London breakout strategy. 2) Develop a scanner to scan the pairs based on one of the indicators you'd develop above and create a dashboard from it based on the criteria/logic of the indicator. One of
7 Applications
(7) MQL4 Indicators Converting
MT5 robot adjustments + conversion to MT4 (personal job)
30 - 50 USD
Hi Hamed, As we discussed in our previous job, I'm listing below the requirements for our new job, which will comprise of: 1- Adjust MT5 code based on the conditions below 2- Convert final MT5 code to MT4 language. Thank you and I'm looking forward to hearing back from you. Requirements : Section A – clarify meaning. I did not capture these in your video 1- Clarify meaning of “Allow modification of signal settings” –
1 Application
MQL4 Converting
50 - 150 USD
I'm after a coder experienced in .mq4 who can convert the attached Pinescript (from TradingView) indicator. It isn't overly complex, so hopefully it should be a fairly quick and easy job. Happy to pay a premium for a quick turnaround. The Pinescript code has multi-time frame functionality. This would be great to have in the conversion. Let me know if you have any queries or questions. Thanks, DreamsDefined
7 Applications
(1) MQL4 Converting
30+ USD
Please, help me for convert simple script to mq5. Make menu sound for color volume highvol1 and highvol2 study(title="Vol color bars", shorttitle="VolBar", overlay=true) std_len = input(40, minval=5, title='Deviation lenght') thresshold1 = input(200, minval=0, title='Thresshold 1') / 100 thresshold2 = input(300, minval=0, title='Thresshold 2') / 100 thresshold3 = input(50, minval=0, title='Thresshold Low 1') / 100
5 Applications
(17) MQL5 Converting
Conversion of two indicators in Pine (LSMA and BB%B) to MQL4 (personal job)
50+ USD
I would like two indicators from Pine converted to MQL4. The first indicator is Bollinger Band % B. The code is freely available from Tradingview: //@version=3 study(title = "Bollinger Bands %B" , shorttitle = "BB %B" ) length = input ( 20 , minval= 1 ) src = input (close, title= "Source" ) mult = input ( 2.0 , minval= 0.001 , maxval= 50 ) basis = sma(src, length) dev = mult * stdev(src, length) upper = basis + dev
1 Application
MQL4 Indicators Converting
30 - 50 USD
Hi there! I have a Pine Script with a Trading View Strategy and I am looking for someone helping me to convert this into a Meta Trader 5 Expert Advisor
4 Applications
(2) MQL5 Converting
40+ USD
I have a SubWindow CCI Indicator that I would like to convert from MQL5 to MQL4 It is a combination of Woodies CCI and ZIGZAG CCI In addition I would like to add the option for a second ZIGZAG line that can be displayed in the same subwindow so that there are 2 ZigZag's displayed. It would look like this Thanks
3 Applications
(14) MQL4 Indicators Converting
30 - 60 USD
This is a pretty basic modification. Create an alert when: 1.Alert when the higher tf changes 2.Alert when the lower tf matches the higher time frame 3.only alert when the direction of the half trend and the Keltner band oppose each other (bounce or pullback) http://prntscr.com/lnledu I'd like to create a push notification via the mt4 mobile app to signal for any market I run this indicator on too
8 Applications
(1) MQL4 Indicators Converting
40+ USD
Hi, I have a Regression Indicator and an EA that calls the indicator. Both built in MQL4. Both work fine. I would like someone to convert the code to MQL5. I have attached the Indicator so you can take a look. The EA is a pretty standard template which calls a few arrays from the indicator. The EA has other pretty standard features - take profit, stop loss, trailing stop, breakeven, time filtering, labels etc. Will
2 Applications
(2) MQL5 Converting
30+ USD
Need to convert my EA to mql5, just need to add a condition to it and complete it. If it is done to my satisfaction two more EA's are waiting to be converted. Thanks in advance
4 Applications
(2) MQL5 Experts Converting Forex
30 - 50 USD
I have a super simple pine script script that I want to be able to run on MT4 and MT5. Pretty sure I just need it turned into MQL5. The strategy enters at the market on the signal. There is a StopLoss and a Trailing Stop. I want to start off running the strategy on the NQ on a 5 minute time frame. I need to have a copy of the source code and be directed how to change symbol used, time, StopLoss, and Trailing Stop
3 Applications
MQL5 Converting Futures Forex
30+ USD
Conversion of the built in indicator with exactly the same input parameters from Pine inTradingview to MQL4 for MT4. This indicator is going to be a part of an EA and as such I will need to be able to use and change the input parameters. The code from Tradingview is freely available and looks like this: //@version=3 study(title= "Stochastic RSI" , shorttitle= "Stoch RSI" ) smoothK = input ( 3 , minval= 1 ) smoothD =
3 Applications
MQL4 Indicators Converting