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
112222 completed jobs in all languages
Sort by:
30+ USD
Hello, my strategy works with the DEMA indicator. buy conditions: A) Price should go above DEMA indicator, not by candle close, I want the strategy to work by the moment the price goes above the DEMA indicator. B) DEMA indicator's slope should not be towards down, it should be going upwards or straight. A and B need to happen in order to open a buy order, if only one of them happend so a buy order should not open
12 Applications
(5) MQL5 Experts
Merging two indicators into one (personal job)
30+ USD
I would like an indicator developed , that will be a combination of the indicator you already developed for me “ Rectangle_Position_Changer.mq5 ” and another indicator "AdesColourLevel" I will also Like additional check boxes added 1. To toggle scale a chart : Which can be found in the property of a chart menu in MT5. I have checked and I think it can be accessed with the following code
1 Application
(7) MQL5 Indicators
30 - 100 USD
I would like to order an improvement of my one indicator. It draws rectangle areas - support/resistance, on a chart but it doesn’t have a colour index. I need the colour index to use this new custom indicator in EA which I have. It is unwiseFX_Strategy_Builder_RWS In this EA I can use many custom and common indicators. But they should have a colour index. My indicator also has a source code and for developer who
6 Applications
Change money management to work on gold, Make a trailing stop for trades (personal job)
90+ USD
Change money management to work on gold usd , it works on forex pairs well but not gold at the moment. The trailing stop in the ea doesnt work. I want the trailing stop in points to work as the following: EG ; The trailing stop hits setpoint say 3 pips it will bring the SL up to 2 pips if the trailing step pips are set at 1 and then if price increases it moves with price but if price recedes it hits the last SL point
1 Application
(8) MQL5 Experts Strategy optimization
30 - 40 USD
1-current candle high low close pivot calculate, 2-next candle must break high then close pivot below , next candle high break buy,-calculation candle low sl with 2pips extra spread... 3-next candle must break low then close pivot above, next candle low break sell,-calculation candle high sl with 5 pips extra spread sl calculation candle high or low or pivot closed candle whichever is high or low .....5 pips extra
6 Applications
(20) MQL5 Experts
Add Trailing Stop to New_Dream_Turbo_EA_v6 (personal job)
60+ USD
Quick one, do you think it is possible to add a button the one of the PAR SAR EAs you built for me that enables it to follow the PREVIOUS Par Sar as trailing stop as in picture below? It needs to have the padding option as well. Button: ‘Follow Previous PAR SAR’: TRUE\FALSE ‘Padding’: XXX Points If this is ‘True’ normal Trailing Stop function should be disabled
1 Application
(5) MQL4 Experts
30+ USD
ADDITIONAL ENTRY CONDITIONS TO PRICE MOVE STRATEGY MT5 AND MT4 1. USE MOVING AVERAGE (TRUE/FALSE): MA VALUE 200 IF THIS IS SET TRUE EA APPLIES THIS FUNCTION TO THE ENTRY CONDITION OF PRICE MOVE STRATEGY; IF FALSE EA WILL NOT USE THIS FUNCTION BUY ORDER: A BUY ORDER MUST BE DONE ON A BUY CANDLE THAT OPENS ABOVE THE MOVING AVERAGE BUY ORDER MUST NOT BE DONE ON A BUY CANDLE THAT OPENS BELOW THE MA SELL ORDER: A
Can you add an input called "Select Mode" with different options (A & B) (personal job)
30+ USD
Can you add an input called "Select Mode" with different options (A & B) If mode A is selected the calculations for the auto risk modes will be: Extreme: 0.01 / 1000 Aggressive: 0.01 / 2500 Standard: 0.01 / 5000 Moderate: 0.01 / 7500 Passive: 0.01 / 10000 Passive+: 0.01 / 15000 Conservative: 0.01 / 20000 Serenity: 0.01 / 40000 ==================================================================== If mode B is selected
1 Application
(3) MQL4 Experts
30+ USD
I have made a youtube video to go over the details. Please check this video https://youtu.be/keTJeIaxVDs #property copyright "Aleksey Semenov 2012-2022" #property link " https://www.mql5.com/ru/users/cemen4yk " #property version "3.6" #property strict string EAversion = "3.6"; enum mode1 { STNDRT = 0,//Fix TP + manuall //MATP = 1,//MA TP + TP multiplier PROGRES = 2 //Auto TP in $/pips }; enum
7 Applications
(12) MQL5 Experts
EA version from MT4 to MT5 (personal job)
50+ USD
Hi there, I want MT5 version of EA that you created for me previously and change some inputs with new strategy settings and remove some old settings. Let me know if you can implement multipair trading settings. Thank you
1 Application
(2) MQL5 Experts
30+ USD
1. If Candle one is Bullish 2. Candle 2 low must not be lower than CANDLE 1 low and CANDLE 2 High must not be higher than CANDLE 1 high. 3. CANDLE 1 and 2 must be the same direction. 4. At the close of CANDLE 2 if pattern is bullish EA take buy position SL below CANDLE 2 Low and Take profit=the distabce between Entry and Stop loss is the Take profit (1:1 RR) with default lot size. 5. Recovery trade- For Example; If
6 Applications
(55) MQL5 Experts
50+ USD
looking to create an EA on mt5 for boom 1000 strategy 1 trade per minute sell entry will be 0.2 points below previous 1m candle. close trade 55 seconds later adjustable lot size
5 Applications
MQL5 Experts
Fold ATS and PR indicators into existing momentum indicator (personal job)
180+ USD
You once did for me a complex momentum indicator for me. Later you created a PR and ATR indicator. I was wondering if you could incorporate PR and ATR Indicator into the momentum indicator
1 Application
(31) MQL4 Indicators
30 - 40 USD
I want a trading robot that will be based on candle sticks patterns. I will provide all details on a short videos. I want a situation where once i put the robot on the chart and chose buy or sell and the number of trades to open then it will only buy or sell in that particular direction only. That is if I put the robot on the chart and chose buy, number of trades to open 2 and chose the 1 hour time frame then if at
9 Applications
(1) MQL5 Experts
40+ USD
At the close of a bullish candle, if the length of the candle wick is greater than or equal to x pips, the indicator should print a buy arrow. At the close of a bearish candle, if the length of the candle wick is greater than or equal to x pips, the indicator should print a sell arrow. The arrows should have buffer numbers so the indicator can be used in developing other trading strategies. The Indicator should have
7 Applications
Make updates on entry (personal job)
60+ USD
Update to be made, add entry method to EA, previously described. After signal it will enter order on the next candle. Must make entry methods turned off and on. The previous one and the new one that is being added
1 Application
(24) MQL4 Experts
30+ USD
Hi, I need someone to write a simple MQL5 EA with modifiable values. Nothing complicated, no indicators, just buy and sells orders, with trailing stop losses. Please contact for more info. Thanks
23 Applications
(2) MQL5 Experts
Mohit pad (personal job)
250+ USD
mohit pad for activation of pending order for sell stop, buy stop, sell limit and buy limit i want four option to be added in CLP setting for placing auto pending order just after auto delete facility given there. the option should be there auto pending order for sell stop, buy stop, sell limit and buy limit separately, so that i can active one or more option simultaneously. note : Activation of auto pending order
1 Application
(1) MQL5 Experts
Update to Slave EA (personal job)
30 - 50 USD
I would like some updates to the existing Trade Copier. I would like an optional field for a Magic Number on the Slave EA. If this check box is enabled and a Magic Number entered into a text field, then this should be compared to the magic number from the Master Account. Only if these magic numbers are the same will the Slave EA process the trade. Please advise me on the cost and the timescale so that I can set up
1 Application
(22) MQL5 Experts
30 - 50 USD
I need a EA on the crash 500 index. I am still new to trading and want someone that will be able to code me a robot for the crash 500 index. I have no idea on specifications for the trading robot on how it must work and when to put in trades and exit a trade. I want the trading robot to do the following for me. The robot has to put in buy and sell trades automatically and close trades automatically in profits. The
6 Applications