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
112865 completed jobs in all languages
Sort by:
MA Divergence (personal job)
50+ USD
So basically what i want to do. This indicator with no delay candle (ND) combine with indicator with delay (D). When candle close with signal (ND) alert with possible buy/sell will appear. Then when next candle(D) is forming and in meantime push above/below previous candle open alert with buy/sell will appear. When candle close (D) and still divergence will be valid alert with buy/sell permanent will appear
1 Application
(5) MQL4 Indicators
30 - 60 USD
I have an indicator, REPAINT but not a problem, a cross appear, and would like EA open position after the next candle. Its possible a new cross appear after, the EA open Too. I use base setting of the indicator, but just change BandsDeviations to 2,5 or 3. I would like with this indicator create an ea who integrate a hedge or grid system. I need a developper who has ideas, who has already designed grid or hedge
3 Applications
(6) MQL4 Experts
30 - 100 USD
I need a qualified and cooperative designer to design me an MT4 EA that works according to the sample images and make a Requirements Specification for it. I give you complete freedom to use any indicator and design it as good as you can
10 Applications
40 - 60 USD
I have an dashboard indicator which I would like to convert to a dashboard EA. Please see the attach. I will give full description of the requirement when the job is accepted
8 Applications
100 - 200 USD
Hello, I need someone to create for me an EA that is simple but it will be the base of a new robot that i want to create. The EA will be based just on one indicator non lag moving average long entry: nlma changes to green. after candlestick completes and color change is definite, the robot should enter long at the opening price of the next candle. short entry: nlma changes to red. after candlestick completes and
11 Applications
(1) MQL5 Experts
32+ USD
Get a line to display on the charts from an EA that gets its x/y coordinates from a database table. This will be a modification to the existing EA that I have modified that the developer has built for me in the past
1 Application
(7) MQL4 Indicators Experts
30+ USD
Hello, I would need the following EA to be "repaired". It had the initial function to draw arrows instead of making orders. It seems like it does not work, at least it does not draw arrows for me when enabled. Let me know if it is possible to be fixed. I would like to have the EA working that, if you disable Auto Sell/Buy and enable draw Arrows, that it just draws the arrows accordingly
2 Applications
(93) MQL4 Indicators Experts
33+ USD
Hello I need to develop my strategy and make it AUTO to buy and close the orders. Its very simple. Chart on 15 min RSI(14) is below 30 And MACD Below -1.5 Buy 0.01 IF price continue decreasing then buy again when MACD is below -3 Buy 0.03 IF price continue decreasing then buy again when MACD is below -4.5 buy 0.06 Close order when RSI(14) is above 50 please If you can do it just tell me. Thanks
12 Applications
(3) MQL4 Experts
RMI EA Changes. Random risk implementation. (personal job)
30+ USD
Under general settings: Increase lots TRUE/FALSE Increase mode LOSS/PROFIT/RANDOM Increase type SUM/MULTIPLY Increase coefficient (number, ex. 0.01 SUM will add 0.01 as each increase step) Under grid: Remove Martingale 1,2,3 Grid Increase type SUM/MULTIPLY Grid Increase coefficient (number, ex. 0.01 SUM will add 0.01 as each increase step)
1 Application
(70) MQL4 Experts
35 - 40 USD
When HMA Trend (12/55) gives a Red Arrow then there are 3 indicators that must agree which will then give arrow to indicate direction. The specification / detail will be given to the selected candidate
13 Applications
(9) MQL4 Indicators
Creation of a personal zigzag indicator (personal job)
50 - 80 USD
Hi Irek ! I would need a zigzag indicator that automatically draws level lines. Short explannation in the doc attached, it's very simple this time . Questions, suggestions all welcome as usual. Thanks
1 Application
(42) MQL4 Indicators
30 - 35 USD
I NEED AN EXPERT THAT WILL CREATE A SIMPLE ROBOT FOR TRADING CRASH 500 IN BINARY.COM THE ROBOT WILL BE ABLE TO FOLLOW THE CANDLES AND EXECUTE A TRADE WITHIN 60 SECONDS AND ALSO THE ROBOT WILL USE TRAILING STOP TO LOCK THE PROFIT. THE ROBOT WILL BE SCALPING .I WILL UPLOAD A VIDEO EXPLAINING THE PARAMETERS OF THE ROBOT.ITS JUST VERY SIMPLE THANKS
Personal Job for Donald Reeves. Modify existing EA (personal job)
30+ USD
Hi Donald, Our project EA Candle PO needs two simple modifications. First one is instead of stop pending orders, we have to replace limit pending Orders. The second one is adding an input for Entry time and Exit time ( Hour is enough, I dont care minutes).Other inputs remain without any modification. I will guide you. Thanks
1 Application
(4) MQL5 Experts
Add stop loss Breakeven to EA (personal job)
30+ USD
This job is for Shi Jun Ng The existing EA needs to be modified to include the following: 1. Move stop loss to breakeven when price is (x) pips in profit 2. Move stop loss to (y)% of original take profit level , when price moves (z)% towards take profit. x,y and Z need to be externs i can adjust and optimize
1 Application
(2) MQL4 Experts
30+ USD
Hi All, Basic EMA cross trading strategy based on 5 EMA and 25 EMA Positions will be opened/closed upon the signals of formed bars Long position to be taken when 25 EMA crosses under 5 EMA at closure of candle. Stop loss to be set at low of candle that triggered EMA cross. 50% of position closes when TP of 10 points is reached. The remaining 50% of the trade will be closed when which ever of the below are reached
2 Applications
(9) MQL4 Experts
30+ USD
Build EA to Buy and sell when slow EMA value crosses fast EMA value clearly on the direction of zigzag and TP as the zigzag arrow opposite pop up. SL as EMA crosses opposite direction (Zigzag ExtDeth value is enter value in input). Using only MA indicator and zigzag indicator. Make EMA value and parameter available in input. Once a trade is open from a Timeframe, it must close before another trade open. Must be able
7 Applications
Fix problem with EA (personal job)
30+ USD
The following code calculates the ADR Percentage only when I set "inpADROpenPercent" at 100% or higher. Whenever I set anything lower than 100% it does not calculate properly. Please fix the code so it calculates any percentage if(inpADROpenOnOFF) { double ADROpen = iATR(NULL, adr_open_tf, inpADROpenDays, 1); double current_adr = iATR(NULL, adr_open_tf, inpADROpenDays, 0); if(ADROpen != 0 && current_adr
1 Application
(33) MQL4 Experts
35+ USD
Hello! :) Here my EA... This EA opens buy and sell orders alternating if a new candle is opening. On H1 every hour 1 Order-Send, on D1 every day 1 Order-Send... CloseLosses: If value of maximal orders is reached, the most expensive order will be deleted. TargeProfit: Function to delete all orders if new "equity" is bigger than old "equity". --- I need a new function for my EA. I call it "Zone Function"... Parameters
3 Applications
(13) MQL4 Indicators Experts
Edit for feature in MT4 Expert Advisor (personal job)
30+ USD
Hello, I'm looking to correct/edit some existing features for some logic in MT4 EA I will provide the source code with the job specification requirement/information. Thank you and I look forward to hearing from you
30+ USD
I need an experienced programmer to develop an EA using 2 indicators. there are 4 strategies in this EA. it will buy and sell according to the rules. it can trigger deals in current candle or when candle close. it can also auto close during current candle or when candle closes. will provide more details during negotiation it will have trailing option and can step at 0.1 pips it will have max spread also time filter
13 Applications
(38) MQL4 Experts Forex