Orders for converting - Forex - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
248 completed jobs in all languages
Sort by:
Looking for help to code an Expert Advisor for MT4 (personal job)
30+ USD
Hello there my strategy will be based as follows: Create a complete EA where I can select to run it either in manual or automatic mode. The program should run on several timeframes from : 5mn to 1 month Scan the market and find the best opportunities or I give a list of pairs to the program Check the type of market trend: bearish or bullish Place a Stochastic indicator A moving average Detect if the market is in a
1 Application
100+ USD
Please convert the MT4 Target Bands (TB) indicator https://www.trendfollowingsystem.com/target-bands-indicator/&amp ;nbsp; (this indicator can be downloaded, and appears to include source code) to MT5, and make it non-repainting . This TB indicator will print a star circle for some candles. Printing and erasing the star candle within (or during) each candle (before candle close) may be OK (let's discuss whether we
140 - 200 USD
I need an EA that will convert three TradingView indicators into Market Orders on MT5. BUY and SELL signals will be calculated from the indicators, as well as Stop Loss and Take Profit. Default Money Management will be included on each order from a percentage of the Account Balance and default leverage. Also, the TradingView 1.5 Risk to Reward Tool must be implemented into the EA
Convert TradingView Indicator to MQ5 (personal job)
45+ USD
Hello, please convert the indicator I designed on TradingView into mq5. As discussed, I will send you the source code again and also with an extra file containing all additional information.thank you very much
1 Application
(15) MQL5 Indicators Converting Forex Product Design
50+ USD
The allineed.ex4 attached is a Heiken Ashi expert advisor designed to trade using a Heiken Ashi indicator (allineed-HA.mq4). I need both converted to .mq5 so I can start trading using MT5. The indicator is easy and can be replaced with any already existing Heiken Ashi indicator for MT5. The EA might look hard at the beginning. It is, however, beautified and most functions are commented with explanations. This way
7 Applications
(5) MQL5 Experts Converting Forex
500+ USD
Hello Developers. I need to convert existing mql file in working pine script indicator. This indicator showing tps based on fibonacci. Indicator showing sell and buy signals when emas cross each other
10 Applications
(8) Other Indicators Converting Trading robot/indicator debugging Strategy optimization Strategy modules Forex
30 - 40 USD
I have a simple indicator in MQ4 of several lines (around 50 lines). I need to have this indicator translated and debugged in MQ5. And the creation of a simple indicator based of the first one. It should be quick and easy for a specialist of MQL5 platform. All explanations will be given in the specifications
14 Applications
(57) MQL5 Indicators Converting Trading robot/indicator debugging Forex
50 - 500 USD
Currently this EA has many features and just over 3000 lines of code. It also has include files for news filter and other functions. It is a big job that will require an non-disclosure confidentiality agreement signed before starting
90 - 120 USD
The job consists to translate from MT4 to MT5 and adapt/improve a global indicator and its associated expert-advisor. The indicator is a combination of the Hull RSI (accepting a MA method) and the MACD, the both in Multi-timeframes. One of the indicator will be drown in a separate window, the other will draw arrows in the chart window. The EA enters in trade according to the indicator signals (arrows) and managed the
30 - 80 USD
Indicator rewrite. I need to recode a forex indicator from Pine Script 4 to MQL4. This is a indicator for determining the direction of the current trend. The source code of the original version has about 500 lines without spases. Thanks in advance
4 Applications
30 - 40 USD
I would like an experienced developer to be able to convert an EA from MT4 to MT5. Source code will be provided privately. In addition to the conversion, I would like to add MT5 ID lock, expiry date and account type, demo or real
4 Applications
(1) MQL5 Experts Converting Forex
50+ USD
I need help to extend Kositsin's SmoothAlgorithms.mqh library (in his include-en.zip file) to include a new class for the standard CCI formula (e.g., similar to his CMomentum class) and to create an Mql5 indicator based on that class that emulates the MT5 internal iCCI indicator. Furthermore, I need help to convert the attached HG.mq4 indicator to Mql5 using the existing CMoving_Average class and the new CCI class
50 - 1000 USD
Looking for people who want full time or just job by job work. Need help bringing over all my indicators and bots onto this platform. I also have a couple new products I would love to create. Pine script & MT4 Strategies and Advisors to MT5 EA conversions. I also am looking for someone who can build me a product like myfxbook so I can host it on my website to track all trading account progresses. Let me know what
30+ USD
i need convert indicator from mt4 to mt5 , the indicator work fine on mt4 but i want to convert it to work on mt5 metatrader please help ,thank you for your support
5 Applications
(2) MQL5 Converting Forex
Convert TradingView Indicator to MQ4 (personal job)
30+ USD
Convert below indicator to MT4 study(title="MACD crossover while RSI Oversold/Overbought", overlay=true, shorttitle="MACD Cross + RSI Oversold Overbought") //MACD Settings fastMA = input(title="Fast moving average", type = integer, defval = 12, minval = 7) slowMA = input(title="Slow moving average", type = integer, defval = 26, minval = 7) signalLength = input(9,minval=1) //RSI settings RSIOverSold =
1 Application
(45) MQL4 Indicators Converting Forex
30+ USD
I need to convert about 6 trading view indicators to mt5 indicators. I need them to function the same way. I can send you their pine code if needed. Let me know how much it will cost me
30 - 1000 USD
Hello Community. I have MQL4 file with Indicator, who showing Momentum(explosion line) and wolumen. I need convert it in working Pine Script. Im attaching MQL4 file. Please check it and let me know if You are free to make it, also send Your offer, as i will left open range to choose best offer. Thanks
4 Applications
(8) MQL5 Indicators Converting Trading robot/indicator debugging Forex Stocks Options
50+ USD
I have a simple indicator which function is to draw lines on chart , which change every 4 hours, daily, weekly, monthly according to the input I choose i want to convert it to mql5 and pine script
Convert Indicator from MQ4 to MQL5 (personal job)
30+ USD
Convert Indicator to mq5 from mq4 and make comments in open source where change error. Indicator attached - in job /////////////////// Always need white this///////huuuuh.... Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square Gann Full Square
1 Application
(28) MQL5 Indicators Converting Forex
30+ USD
I need to convert a Trading view indicator (Pine Script) to MQL4. It is a trend indicator. It signals where to place a buy or a sell order. In the end, both indicator (original and the mql4) should present the same results. Here is the script from trading view //@version=3 study(title="ATR Smoothed (By dysrupt)_BuySell version", shorttitle="ATR_SM_BuySell", overlay = true) //Modifyed by @guikroth
1 Application
(45) MQL4 Indicators Converting Forex