Orders for converting - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
Modification of MT4 EA, conversion to MT5 and creation of MT5 scripts (personal job)
125+ USD
1. Modification of MT4 EA (Trend Chase) to add directional closure of trades thru weighted average price 2. Conversion to 2 different MT4 EAs (Trend Chase and Opp EAs for which source files have been shared) to MT5 3. Creation of multiple MT5 scripts, as per brief Details mentioned in the sheet attached and already explained to developer
1 Application
60+ USD
//convert rainbow indicator //@version=4 study("Shanky HB", overlay=true) show_Baseline = input(title="Show Baseline", type=input.bool, defval=true) show_SZ = input(title="Show SZ", type=input.bool, defval=false) show_atr = input(title="Show ATR bands", type=input.bool, defval=true) //ATR atrlen = input(14, "ATR Period") mult = input(1, "ATR Multi", step=0.1) smoothing = input(title="ATR Smoothing", defval="WMA"
2 Applications
30+ USD
Hi, I need convert bellowed mt4 coding to mt5: //+------------------------------------------------------------------------------------------------------------- int CalculateCurrentOrdersHistory() { int closed_orders=0; datetime today_midnight=TimeCurrent()-(TimeCurrent()%(PERIOD_D1*60)); for(int x=OrdersHistoryTotal()-1; x>=0; x--) { if(OrderSelect(x,SELECT_BY_POS,MODE_HISTORY) &&
9 Applications
30 - 150 USD
Please convert two MT4 indicators to MT5. Test the new MT5 indicators on a live demo account (not just in the testor) to make sure there are no issues in real time, no issues when quickly changing timeframes and no issues after the charts have been open for a long time without a shut down, etc. Test to assure the indicators do not slow MT5 and to assure they do not interfere with other indicators or with ea's. (You
20 Applications
Further development SBS recovery (personal job)
30 - 70 USD
Hi Iulian, I want to further develop the EA you built for me. The improvements I have: - Option for timeout zone when nearing next session box - not opening new trades n time when new zone is near; gut feeling says 15 to 30 minutes - New week: do not take trades on sunday/monday based on lasts weeks zone until new zone is formed. - Do not take trades after friday 5pm server time. - Display lotsize of possible next
1 Application
100 - 200 USD
Hi, I'm want to combine these 3 indicators into one : 1. Daily, Weekly, Monthly Pivots 2. Modified Bill Williams MFI 3. Currency strength meter I have an attempt mq4 indi. Someone tried to do this with no success. I also have the indicatos separate. The Strategy is simple. It's a reverse strategy. As an example : The price reaches a high point, then reverses. The indicatos will look for these 3 checks. a pivot is hit
6 Applications
45+ USD
Need to get two pine script Indicators to MQ4 To be able to use them similarly as that on Trading view. currently using the same on Trading view and are working fine. Only person with in-depth knowledge of both the scripts
4 Applications
30+ USD
The required EA should release long, short and close long , close short orders according to supertrend, tillson T3 and Bollinger bands Width indicators . I have the codes for another platform , just needs to be converted to MT5 base
2 Applications
30+ USD
I simply need to convert this MT4 indicator into MT5, it need to work the same way than it works in MT4. I tried to do it myself but I had too many issue regarding array and with the call of iMA
8 Applications
50+ USD
hi sir i want currency stealth meter remove 28pair symbol tab and added other 8th symbol,, also want index histogram change new graphics view.chart change time auto unlock current selected session i want false it i am looking soon finish this thank you
2 Applications
30 - 100 USD
Hi. I would like to convert a script using pivot points from pine script to mt5. Also include 200ema and breakeven point above bid price. One ea that runs on multiple pairs of my choosing and displays profit/loss per currency on a daily, weekly, monthly, and total basis
2 Applications
100 - 200 USD
Hi There I have a MQL5 EA that I would like converted to MQL4. It is a large EA that encompasses multiple strategies and multiple currencies. I would require help testing and ensuring results are the same as MT5 version
14 Applications
Modification of EA (personal job)
40+ USD
Add other value in the table. I need to -add column to the scanner RSI+MOVING AVERAGE with print text Cross up or Cross Down (use cross when the ma cross but when ma is up 50 level print only up or down)print also the value of ma on rsi -add column distance between the price from standard moving average_1(x) -add column distance between the price from standard moving average_2(x). -add column TREND TYPE: LONG( when
1 Application
Conversion of indicator from mq4 to mq5 (personal job)
30 - 200 USD
I have a MQL4 indicator that I would like to convert to MQL5 from mql4 MQL5 source code handover required at job completion at the end The converted EA must work exactly The same As the original indicator I will upload the source code to this job at the attachments Please let me know if you have any questions about the job thanks
1 Application
30 - 1000 USD
I have a MQL4 indicator that I would like to convert to MQL5. MQL5 source code required at job completion The converted EA must work exactly The same As the original. I will upload the source code to this job. Please let me know if you have any questions. thanks
5 Applications
30 - 50 USD
3 simple indicator convert indicators from mql4 to pine script for using in tradingview exactly same of process but can change of input number it is my hand made mt4 indicator but want to convert to tradingview
2 Applications
40 USD
The script to convert to MQL4 is below, it basically computes a bench of data from the current trading account and dumps the result in a text file. I would like to get the exact same file generation in MQL4, you have a lot of materials available in the related article https://www.mql5.com/en/articles/244 //----------------------------------------------------------------------------------- //
3 Applications
Converting From C# (personal job)
99+ USD
EA description The EA uses two indicators, one for entry and one for exit. The EA should be written in the old traditional format of mq4 and not in Object Oriented. The charts to be used are RENKO. Entry indicators 1) Asym This is the main indicator whose arrows give signals to open positions. Sometimes the indicator Asym issues a normal signal and 1, 2 or 3 candles later issues for hedging purposes an opposite
1 Application
Convert 2 x Mt4 indicators to Pine. (personal job)
170+ USD
I would like 2 indicators converted to pine so that I can use them on Tradingview(.com) Testing of the indicators will be done on tradingview.com and they have to be functional with tradingview charts
1 Application
40+ USD
Hi, I need the indicator vortex trend tracker translated into mt4, it needs to be 100% the same, with histogram and colors being darker when there is a clear trend signal mql5 doesn't let me insert the link, but it is vortex trend tracker of profitprogrammers on tradingview //@version=4 study("Vortex Trend Tracker") // INPUT VARIABLES FOR VORTEX: vortexLen = input(30, title="Length for Vortex", minval=1) emaLen =
5 Applications