Orders for converting - Strategy optimization - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
145 completed jobs in all languages
Sort by:
56+ USD
The payment is $50 non-negotiable. 1. Convert one indicator from Pinescript (open source 76 Lines of code) to both mql4 and mql5 2. An indicator that draws a range on the NYSE open candle depending on the timeframe i'm on. In other words, if i'm on M15 and NYSE opens, when the NYSE M15 candle closes, draw a line on the high of the wick of the candle and the low of the wick of the candle (both mql4 and mql5) Pictures
30 - 50 USD
I have a mt4 stochastic indicator that i need to be turned into a mt5 EA for deriv step index. its a 4 time stochastic indicator that displays 4 stochastic on one chart. The EA implements the following entry strategies, that can be enabled or disabled at will BUY SCENARIO - The ea will open a buy order when all colours are green and align across different timeframes SELL SCENARIO - The ea will open a sell order when
Converting of MT4 project to MT5 (personal job)
35+ USD
Looking to convert the previous project that we did to Mt5 and fix the trail stop function of the EA. Other additions to the project will be discussed as troubleshooting process is done, if there is a major change in the project based on that troubleshooting I will raise the budget to reflect the new items added
30 - 40 USD
Hello there, Looking for a professional who can convert my tradingview indicator to mt4. Only if you know that you can convert this message me and all requirement will be given to you. Thanks
3 Applications
Conversion to MT5 of an indicator (personal job)
30 - 60 USD
This usual indicator have to be translated to MT5. All details will be given in the specifications. This specific should be translated with all the parameters. If any difficulties don't hesitate to contact me. Best regards
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
150+ USD
The job consists to translate 2 indicators from mql4 to mql5. It will have to be done in a proper and regular mql5 language. The final indicator must not repaint
70+ USD
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Hello, I'm looking for someone who have experience converting a tradingview/PineEditor strategy into a MT5 Expert Advisor. The result
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
120+ USD
I have source file with buy and sell signals. Need to convert it to working pinescript code. All jobs need to be done as previose ones. If You think You can do it just start it now
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
50 - 100 USD
Hello there, I need an expert developer who can convert my tradingview indicator in to MT4, and also develop an EA base on that custom indicator. For the conversion : I'll provide the pine script source code of the indicator from TradingView ( SuperTrend by KivancOzbilgic) You'll find attached a screenshot of the indicator. For the EA : Once the indicator is done, an EA should be built based on the previously
5 Applications
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
Make strategy Mq5 (personal job)
30 - 300 USD
hello, I have a project for you. freelance. you have done work for me before. https://www.mql5.com/en/job/146775 name "PR-032" I need you to make MQL5 version of the EA you made for me. Rules must be Exactly the same with no change in the strategy or trade conditions. Let me know if you can and how much
30 - 50 USD
The source code of the new MT5 indicator must be provided. Indicator: Automatic FixedScale with Top/Bottom Margins This code was written as an indicator. It adds top and bottom margin to the chart. Both can be adjusted separately. This gives some breathing space to top and bottom of the chart for drawing. It's changing chart scale to fixed scale, then finds Highest and Lowest price visible on the chart. Then adjust
Modify custom indicator (personal job)
78+ USD
Hi as we discussed I'd like you to modify my custom indicator by changing the lead indicator and replacing it for a new lead indicator. To go through the code of the indicator and see that the code is clean and running optimally and as best as it can. All details and required information will be provided in the requirement specifications. Thank you
Convert MT4 Indicator to MT5 (personal job)
40 - 50 USD
This is an existing MQL4 indicator. I need it converted to MQL5 with same functions. i. All settings, functions and calculations as included in the original MQL4 version. ii. Ensure to debug the converted indicator. PLEASE ENSURE THAT THE CALCULATION IS AS ACCURATE and TIMELY AS THE ORIGINAL VERSION AND THE INDICATOR IS NOT MAKING THE SYSTEM REDUNDANT OR SLOW. iii. Commit to revision of the indicator for error
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 =