Developing trading applications in MQL5 and MQL4

The largest freelance service for ordering trading robots and technical indicators — it is fast, secure and convenient. Hundreds of professional developers are ready to implement your trading strategy. Hire the best MetaTrader specialists and get custom solutions according to your needs.

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
111931 completed jobs in all languages
Sort by:
Rebuild my EA for binary options (personal job)
15 USD
Hi I want rebuild my EA for binary options. I would like to integrate into EA, new indicator. I want remove old indicator and add new indicator. I will provide files required for the job. Thanks
1 Application
(3) MQL4 Experts
50 - 100 USD
Sorry. the ea i need is for MT4 platoform. not MT5. I changed again. please tell me your price and your time again. Hi mql5 developer I need simple ea using MACD My strategy: Buy: MACD blue > MACD red Sell: MACD blue < MACD red Stoploss: Take Profit: Time filter MACD indicator i will send when i choose you. Thanks Alinton
24 Applications
MQL4 Experts
79 USD
Math EA Program performs several calculations on previous bar to determine BUY/SELL conditions. The program must work on all major currency pairs (including JPY). The program will not trade for XX minutes after market open, and XX minutes prior to market close. This must work whether I'm connected to a UTC-time server or UTC-4, UTC-5, etc. Please see the attachment for complete instructions
3 Applications
(8) MQL4 Experts
Add rsi trade condition to the ea you coded for me (personal job)
10+ USD
Hi Again, could please add RSI(relative strength index) filter to the ea you coded last week, below is what I wrote to you last time for the ea... If we could add a third filter to satisfied before any trades are open.. -RSI must be above 70 for a sell, and below 30 for a buy, and also If the "30" and the "70" could be inputs...I.E RSIbuy="30" and RSIsell="70" , so I can adjust them.Thanks. -And could we also add an
1 Application
(3) MQL4 Experts
Lag EA change (personal job)
10- USD
Ok. New job... Laguerre 74 EA change in methodology. $10 1. Cross .15 from below Buy. 2. Cross 0.75 from above Sell. 3. Enter trades on bar open next candle
1 Application
(70) MQL4 Experts
40 - 60 USD
Dear Expert Advisor Programmers, I need a very simple MT5 Expert Advisor. The entry signal is based on a Fibonacci based on the previous day's high and low (or vice versa). It will also include very simple money management rules (take profit/stop loss). Description of my EA 1. Fibonacci. If high of the previous day has been reached before the low of the previous day, draw a Fibonacci from the high to the low of the
3 Applications
MQL5 Experts
Candle Directions EA (personal job)
15- USD
I want the Laguerre indicator removed from the EA and replaced with the candle directions. I would still like the color MA option though. Basically remove the Laguerre indicator from the EA and replace it with the candle directions. All other options should stay the same. If you can get this job described here done fairly quickly I have another job $10-$15 that needs to be done right after. :)
1 Application
(70) MQL4 Experts
10 - 50 USD
Expertadvisor rules using specific indi as signal for opening trades long or short , input settings for each timeframe and chart if x chart or timeframe is true or false allow trade long or short so if just one is true and rest is false ea is trading on that one true signal if more than one is true ea trade when more than one signal is true or false Closing trade TP SL Trailing SL TL and step and closing half
4 Applications
(3) MQL4 Indicators Experts
Multi Timeframe Level Indicator - v2 (personal job)
50 - 150 USD
Hi Alex, Please find attached specifications for version 2 of the previous indicator. I have changed the logic of the algorithm slightly and added 2 further steps. If you can understand the purpose of the indicator, please let me know if you think the logic is incorrect & I will modify. Thanks as always Eddie
1 Application
(6) MQL4 Indicators
20 - 40 USD
indicator will display the calculation on chart. and expert advisor for auto trade on behalf of that indicator. Inputs for calcutions are based on pivot point. first of all we calculate the pivot point based on high+low+close/3 (daily basis) day candle for yesterday. then ea will calculation for buy or sell behalf of input. e.g. eurusd pivot point is 1.07000 and input value is 300 and result of buystop is 1.07300 and
3 Applications
MQL4 Indicators Experts
10 - 50 USD
Good Morning I need a simple Breakout Strategy Expert Advisor. You will find all informations in my Paramaeter File. I will send it to you after selection. If you can do it today that would be awesome. I need the strategy with money management, stoploss and takeprofit. Thanks and cheers Tobi
13 Applications
(9) MQL4 Experts
50 - 90 USD
The job consist in : 1. Documenting an EA. I will send the source code to you. It is very well documented, each part of the code is explained with comments. The EA is open-source and you can find online a full thread explaining the basic concept. Please notice I could ask the original developer to do this job but I want an external opinion. With time, a lot of parameters have been added in order to improve the EA
4 Applications
MQL4 Experts
10 - 50 USD
Can anyone cod me an EA that use Accelerator,Parabolic Sar and a MA working like this. Buy Trade 1:Accelerator is over zero 2: First dot in Parabolic show up under price 3:Price is over MA Need an option to use fixed or trailing stop Fixed take profit Adjustable MA If possible take the trade before last Candle Close Selltrade just the other way
4 Applications
(72) MQL4 Experts
10 - 30 USD
Current EA have only one level TP breakeven although this martin EA can open position up to 12 layer. So i need expert modified this EA to put the breakeven function, it can be choose at what layer of martin and can be set on/off as well. example: i can choose breakeven from layer 1 up to layer 5.. or i can choose from layer 1 to layer 8.. this is can be customize at what level i want. EA is martingale type. i will
3 Applications
(88) MQL4 Experts
Edit EA and Indicator (personal job)
39 - 41 USD
MasterForex Is it possible to add in an option to take the opposite trade when an entry is given. So, when the EA gives a signal for a long entry, can I make a setting that it will take a Short trade instead? ( I would like to do this with some currency pairs, but not all of them. ) And vice versa. I would like to have this added to both the EA and the Indicator. This on the HTTBOP Bin Sig EA and Indicator. Also, is
1 Application
(15) MQL4 Indicators Experts
Indicator bubble (personal job)
15 USD
INDICATOR BUBBLEJAMES PARAMETERS : P1=25 ; P2 = 40 ; P3 = 25 For D1; If (High(i)+low(i)+close(i))/3 >= (high(i-1) +low(i-1)+ close(i-1))/3 D1= 1; else D1=-1; For D2: D2=high(i)-low(i) For D3: If D1(i) = D1(i-1); D3 = D2+D3(i-1) Else D3 =D2+D2(i-1) For D4: D4(i) = VOL(i)*ABS(2*D2(i)/D3(i) – 1)*D1(i)*100 For D5: D5(i) = EMA (D4, p1) For D6: D6(i) = EMA (D4,p2) For D7: D7(i) = D5-D6 FOR JAMES: JAMES = EMA (D7,p3) For
1 Application
(3) MQL5 Indicators
New EA (personal job)
10 USD
Expert Advosor which is giving html request to my website - similar as this in attachment. I need below indicators to create a signal there (same as indicators used in my Great Indicator in attachment): Bollinger bands STR conf Turbo 5CW and: shift close price skip number of candles
1 Application
(6) MQL4 Indicators Experts
10 - 20 USD
I need an indicator that will show an entry signal (green line for a buy, red line for a sell or arrows or something else), a horizonal line for stop and target area and a box showing these prices and how many pips until they are reached. Indicators used - HMA, Stochastic, Zig Zag 1. Primary entry signal: When the HMA turns blue (up) buy signal and when it turns red (down) sell signal. 2. Secondary entry signal
7 Applications
MQL4 Indicators Experts
2-MA EA + MAR (personal job)
28 USD
All you will be doing is adding a martingail feature to the 2-MA EA you did for me a few weeks ago. See the 2 attachments for a complete description/specifications
1 Application
(68) MQL4 Experts
40 - 50 USD
I NEED EA FOR CLOSE FOR TARGET IN PERCENTAGE LOT TO 2 TP EXAMPLE SELL LOT 0.18 , FIRST TARGET IS 40 PIPS CLOSE LOT 0.06 SECOND TARGET 90 PIPS TP . CLOSE LOT TO 0.06. remaining LOT CLOSE FOr signal option afor slippage and retry close
5 Applications
(1) MQL4 Experts