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
112219 completed jobs in all languages
Sort by:
Take Profit and Partial Close Upgrades to MACD EA (personal job)
20 - 30 USD
Job is to add Dynamic take profit and partial close to existing MACD EA. 1. Take profit based on existing EA parameters. 2. Two stage partial close based on R multiple. Thank You F
1 Application
(10) MQL5 Experts
10 - 35 USD
Existing EA needs clean up/modification- This is 2 of 2 Stage modification. Coder applying for this job needs to take all 2 jobs. If any of the jobs listing (Stage 1, Stage2, ) doesn’t interest you, please do not apply. Existing EA needs fixing/modifying. This project is multiple work orders in one, but in order to achieve what I want to see this in progression. In the past, when I had this types of coding
3 Applications
(8) MQL4 Experts
10 - 15 USD
Existing EA needs clean up/modification- This is 1 of 2 Stage modification. Coder applying for this job needs to take all 2 jobs. If any of the jobs listing (Stage 1, Stage2, ) doesn’t interest you, please do not apply. Existing EA needs fixing/modifying. This project is multiple work orders in one, but in order to achieve what I want to see this in progression. In the past, when I had this types of coding
3 Applications
(8) MQL4 Experts
Need a EA that deals with these indicators: (MACD Histogram -(12) Fast Exponential Moving Average - (26) Slow Exponential Moving Average) - Heiken Ashi chart, EMA and adx Must be able to buy or sell when all indicators match and be able to determine if 20 EMA is in uptrend or downtrend request for details, and leave price, thank you
8 Applications
(7) MQL4 Experts
Breakout email notification (personal job)
10 - 15 USD
SEND ME EMAIL NOTIFICATION IF the candle making value (oppening and close only) Timefrarame : 15 minutes xau/usd = 40 pips movement (UP/DOWN) GBP/USD = 30 PIPS movement (UP/DOWN) GBP/JPY = 35 PIPS movement (UP/DOWN) GBP/CAD = 35 PIPS movement (UP/DOWN) GBP/AUD = 35 PIPS movement (UP/DOWN) GBP/NZD = 35 PIPS movement (UP/DOWN) AUD/USD = 30 PIPS movement (UP/DOWN) USD/CAD = 30 PIPS movement (UP/DOWN) USD/JPY = 30 PIPS
1 Application
(1) MQL4 Experts
Trade Manager Expert Advisor (personal job)
15 - 20 USD
Hi, I need the EA to have these input parameters. The EA will be attached to Renko chart. The EA will manage manual trades. It should NOT open a trade. 1. Manage all pairs: True or false (if True, it will manage all existing different pairs. If false, The EA will only manage the pair the EA is attached) 2. Stop Loss 3. Target Profit 4. Use trail: True or false if True 5. Pips profit to start trail If false 6
2 Applications
(12) MQL4 Experts
10 - 500 USD
Full bar trader All will be with the specification all of issues will be discussed privately bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar bar
1 Application
(1) MQL4 Experts
Building or Rebuilding of BDB with Golden and Lockout function EA Part 1 (personal job)
265 USD
This is part one of the task for SergieK and Andrey Tambur The description what is wanted and discussed. is attached. It is my understanding that the details are only available to the developer I chose not the entire community. Trying to avoid reading more about more of everyone claiming something was someone else's idea and such
1 Application
(4) MQL4 Experts
Update EA (personal job)
40 USD
Hello, I would like to have some updates on my EA. As we talk on messages, there will be an update which consist in adding a Trailing Stop. The second think it will be an new EA with the features that I described in messages. I hope you will have a Happy New Year and we will be able to keep working as well next year. Have a good day, Christian
1 Application
(3) MQL4 Experts
Overview: Create a graphical indicator to use on MT4 if possible - otherwise MT5. Video demonstration: http://youtu.be/xLkDIh31NJk 1. User inputs 2 points using a mouse event. 2. Graphical has the capacity to hold up to 30 values in the array. 3. Indicator can be freely moved on the chart. 4. Has the capacity to adjust vertical line height
5 Applications
(19) MQL4 Other
10 - 15 USD
I need an indicator based bollinger bands and 2 linear weighted ma. Indicators must show some stats: good signals at the end of the signal bar + 1 Need to be in mt4 and I need this indicator in 2 days
3 Applications
(5) MQL4 Indicators
EA limit order (personal job)
10 - 80 USD
hi when I open a manual trade, I need the EA open a trade limit. the trade limit is in the opposite posision. example= i open buy trade, the EA open sell trade. for more details contact to me
1 Application
(33) MQL4 Experts
30 - 80 USD
EA required for Forex trading and for Binary options trading on mt4 platform. Using 2 indicators. Same indicators for both forex and binary options. Using 1 minute charts. EA for binary options is on 1 minute charts and to place 5 minute trade when the two indicators are going in the same direction. EA for forex trading uses the same two indicators, need SL, TP, trailing stop loss, fixed lot size. to trade 09.00 -
12 Applications
(7) MQL4 Experts
Modify EA (personal job)
20 USD
Hi Nikolay, As explained to you, I would like to modify my EA to confirm entry based on provided ADX criteria. I hope we can finish this ASAP. Thank you for your help Ramy
1 Application
MQL4 Experts
MAVariation EA add new functions (personal job)
10 - 100 USD
I need new modifications for EA that you have developed for me. MAVariation Expert. I would like to add alternative entries rules and new grid management. I send you the file doc with all the specifications. Thank you
1 Application
MQL4 Experts
50- USD
Hello I need someone to code this Trend indicator into an EA/Robot for MT4. Indicator file is EX4. Thanks -------------------------------------------------------------------------------------------------------------- Indi Inputs Var. upColor= Lime dnColor= Red nColor= DimGray Rules: 1.)Time Frame- All. 2.)Currency Pair/Metal- any . 3.) Buy- (open) after closing the 1st Lime indi Bar. 4.) Sell- (open)
11 Applications
(1) MQL4 Experts
INotifier4 (personal job)
10 - 25 USD
iNotifier4 is a utility that keeps a trader abreast of situation or condition of the Trading Platform while the Trader is away. It does three things namely; it sends information about the
1 Application
(61) MQL4 Experts
10 - 25 USD
Hallo, I want to select the last 30 orders form my EA with the magicnumber 999999 in MQL4. Currently my code is like this which doesnt account for the MagicNumber: OrderSelect (OrdersHistoryTotal()- 30 ,SELECT_BY_POS,MODE_HISTORY); double G30 = OrderProfit(); if (G30 > 0 ) W ++; if (G30 == 0 ) G30 = 0.0001 ; if (G30 > 0 ) Wins = Wins + G30; if (G30 < 0 ) Loss = Loss +
16 Applications
MQL4 Experts Scripts
10 - 30 USD
I am looking for a developer to create an EA which uses a custom method that trades pairs of currencies in MT4. It will work using the deviation from two sets of currency pairs which should be interchangeable in the parameters of the EA. I do not want to give away too much so most of the specification will be discussed through Skype or another IM
3 Applications
(9) MQL5 Experts
10 - 20 USD
This job is specifically for developer jorandy007. I need to edit a custom indicator created to work with a single trading instrument to now work with at least 12 selected trading instrument and as well as work in multiple time frames. Also, i will like to add sound alerts to each trading instrument a different sound alert
1 Application
(2) MQL4 Indicators