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
112747 completed jobs in all languages
Sort by:
80+ USD
Looking for mql4 programmer for building customized mt4 EA with Martingale & Hedging system combination. Main Structure: The main structure of the EA is based on "hedging" & "martingale" strategy with specific lot size. There will be 3 different setup for low, medium & high balance. Each setup have 7 moves (buy/sell). Means, At first trader will choose the setup according to his/her balance then EA will get into 1st
30+ USD
I have found a supposedly working library here: https://www.mql5.com/en/forum/234164 Unfortunately it's giving 2 errors that I don't know how to fix: 'newKey' - object pointer expected = - object required If you can fix I would be very grateful :)
1 Application
(2) MQL4 Libraries Other
Modify 2 dashboards to work as standalone (personal job)
200+ USD
Here it is, as discussed earlier, i would need both dashboards to work as standalone. The indicators can stay as they are. One thing you can maybe look into for me: Right now the DoubleBottom Dashboard gives an alert on still open candle. Which is totally correct. But the colored rectangles disappear pretty fast on the dashboard. Maybe they could stay until the next candle closes and then reset to "grey" if this
1 Application
(93) MQL4 Indicators Libraries
AbuScalp Modification (personal job)
50+ USD
Remove the ADX Filter 172 input bool AdxEnabled = false; 173 input int AdxPeriod = 14; 174 input ENUM_APPLIED_PRICE AdxApplied = PRICE_CLOSE; 175 input double AdxMinTrigger = 20; 176 input double AdxMaxTrigger = 40; Modify the time setting input 187
1 Application
(9) MQL4 Indicators Experts
50 - 80 USD
I need to update my existing EA. I describe existing features that were developed in EA for you to understand easily. ************** EXISTING FEATURES *********************************************************************************************************** PART 1: CREATE SIGNAL 1/ I want an EA that have following input parameters: 2/ When running, the EA loking is like this: If RSI is below oversold level, mark it
5 Applications
(4) MQL4 Experts
INDICATOR MODIFICATION (personal job)
50+ USD
Hello, I would like to go ahead with the indicator modification that we discussed. Please feel free to let me know if you have any questions or suggestions along the way. Thank you very much
1 Application
(18) MQL4 Indicators
30+ USD
1. Place Pending Buy Order by price and Pending Sell Order by price where when one is triggered the other order is canceled (OCO) 2. Stop by pips 3. Move stop to BE after “x” pips profit 4. Lot Size 5. Slippage 6. Target 1 in pips 7. Target 2 in pips 8. Option to take partial profit at Target 1 Should trade be stopped out then the above repeats once Same Buy Order and Sell Order, Stop
6 Applications
(36) MQL4 Experts
80+ USD
I’m wanting an EA that allows me to trade using a zone-based strategy. A zone is essentially a price area at which one usually believes price is going to reverse. We commonly find them in trading referred to as “price reversal zones”, “pivots” or “supply/demand zones”. When I’m trading in a zone, I usually draw out the price at which I’m willing to buy/sell into the zone (this is my entry price) and the price that I
30+ USD
EA will use a brakeout indicator and place Buystop and Sell stop outside the indicator lines. It will have martingale option. Martingale option will be when a trade fails it will place another trade on that spot at specific lot. I have attached the indicator used and screns as to what i want. EA will also have MA option. Options I would like. -Stop Loss -Take Profit -Take profit on each trade on/off -Trailing stop
6 Applications
(4) MQL4 Experts
Hbb update ea (personal job)
60+ USD
1º). IS JUST A VERY SIMPLE CHANGE THE PENDING ORDER HAS TP/SL AND TRAILING HIDDEN, BUT NO THE PENDING ORDER IT SELF WHEN I SETTED TO GO TO THE MARKET. JUST THIS CHANGE 2º). ALSO ADD STOP LOSS/TP BY MONEY NET OF 1 ORDER, AND AL ORDERS ACTIVE.(INCLUDING SWAPS AND COMMISSIONS) 3º). ALSO ADD HEDDING ONCE PENDING ORDER HAS ENTERED IF SELECTED AFTER CERTAIN MONEY LOSS OR POINTS LOSS OF THIS ORDER. ONCE HEDDING IS ACTIVE SO
1 Application
(19) MQL4 Indicators Experts
30+ USD
Hi I need a ea that will do the following : 1) at a certain time (on 1h candlesticks) let's say 10am, then at the close of that bar it shall from, the lower of the candlestick body make a pending sell x amount of pips below that And the same goes for the upperbody of that bar, but a pending buy x amount of pips away (I want to be able to chose if I want it to include wicks or not) 2)from the calculated pending buys
8 Applications
(4) MQL4 Experts
Version 2 EA required (personal job)
80+ USD
Hi, you developed the attached EA for me last year and I now want to get a version 2 developed. It is in fact very different although the it is the same but modified strategy that drives it. I've copied the full specification below and I attach a copy of the original EA. I hope you'll be interested in developing this one. SPECIFICATION This specification is to update a robot developed previously. The updates will
1 Application
(10) MQL4 Experts
Modification of Renko Strategy (personal job)
30+ USD
Ok here are the modification to be done.. I have highlighted the Take profit, stop loss and trailing stops in the picture attached.. 1. These 3 should work ONLY FOR FIRST POSITION along with its normal functioning.. IF MORE THAN 1 POSITION IS OPENED, THESE SHOULD NOT WORK AND BECOME VOID (USELESS).. Currently their function is all messed up. 2. Now the problem is coming in the COMMISSIONS.. The EA is not taking
1 Application
(8) MQL5 Indicators Experts
Adding Spread Feature on My EA (personal job)
30+ USD
I want to add a feature in my EA to only trade when the Spread is equal to or below an adjustable number "S". Currently, the EA executes a trade regardless of how high the spread is. This eats into my gains and could result in erasing all my gains and more! This new feature should check Spread when Aroon line hits 100. If Spread is equal to or below "S", then it automatically executes a trade
1 Application
Update cam pivot ea to contain trading hours (personal job)
30+ USD
Update the existing cam pivot ea you developed for me to contain trading hour start time and trading hour end time , and also a gmt shift parameter please, thank you
1 Application
MQL4 Indicators Experts
30 - 50 USD
Hello all, I need an EA created based on the Half-Trend indicator. In it, I would like to have the following parameters: Open on new candle formation only to prevent false signals (also to reduce optimization time as every-tick would be negligible). Use a MTF Half-Trend from the next time-frame up to reduce false signals (I do have a Half-Trend MTF indicator but it is a memory hog). Trading hour restrictions w/ built
3 Applications
MQL4 Experts
50+ USD
Hi, I have a custom made dashboard based on an indicator. The indicator is quite complex with several mqh files included. I want to hide several inputs from the indicator which the dashboard is based on. I tried it myself with just deleting the "input" inside the indicator, but it seems to slow down the dashboard drastically. I need someone to improve this for me. Further information will be shared with the selected
6 Applications
(93) MQL4 Indicators Libraries
30+ USD
Modification of Trend Indictor bar, Add Input what time frame to show with default is current time frame. or dropdown list eg. current TF so if switch it check that current TF or choose M,W,D1, H4, H1 etc. Able to adjust the bar size when zoom in and out automatically MT4 account # validation Different Alerts on trend change. Show indicator name and what TF on the RH side
4 Applications
(6) MQL4 Indicators
30 - 50 USD
Looking for an EA based on a Larry Williams Price action strategy. I don't think it i will be too difficult. I will need it to work on all forex pairs, commodities and indicies within MT4 on all time frames. Let me know if you have the time to do this one for me. All rules of the system along with vixual examples will be provided to the successful applicant to make your job as simple as possible
17 Applications
(8) MQL4 Experts
I have to read the condition of 2 indicators (personal job)
60+ USD
I have to read the condition of 2 indicators Depending on their condition, I have to send an alert: with emails, notifications, screen, sound and telegram. represent it on the screen. The indicator that will be programmed will analyze the result on more time frames
1 Application