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:
50+ USD
Hello, Is it possible to develop a script that when I draw a line (ie: support/resistance) that it automatically duplicates to other charts for the same pair but different timeframes? So if I am trading EURUSD and have an H1, M15 and M5 chart open, if I plot a line on one of them it applies to all the others? The same would happen if I have another pair open as well
16 Applications
(1) MQL5 Indicators Scripts
Update in Hedging Strategy and Pending order Expert (personal job)
100+ USD
Pending order Expert The Expert set unlimited buy stop orders start at a specific price this orders with take profit and set unlimited sell stop orders start at a specific price this orders with take profit and if pending order get take profit the advisor will reopen closed deal Parameters requirement: 1- Parameter name "LotSize": Lot size for all orders 2- Parameter name "StartSpecif icBuyPrice": it's mean
1 Application
(12) MQL4 Experts
Hello mate, I need to add 2 things on my Multicurrency EA and Indicator you had been already working on it (personal job)
30+ USD
Hello mate, I need to add 2 things on my Multicurrency EA and Indicator you had been already working on it. 1- is fixing a suffix problem related to the currency pairs of both indicators and EA 2- is adding a condition when the EA take the trades in order to avoid to open 2 times the "same" trade Many thanks
1 Application
(69) MQL4 Indicators Experts
30+ USD
1. Place buy/ sell stop order above and below hour, remove them after x hours. To be removed end of day though, as on new day this new levels doesn't come to play. 2. Make user choose as limit or stop order 3. Cleanup the EA, backtest the strategy on Gold. 4. Use currency strength indicator as to whether to place those stop orders as a boolean variable 5. Place SL, TP as measured
13 Applications
(13) MQL4 Indicators Experts
MT5 EXPERT (personal job)
30 USD
I want an EXPERT with just one indicator. The indicator below is in MQL4 language . Buy Condition When the indicator turns blue and an arrow appears after a closed candle, we enter buy with the next candle. The lot size should be calculated according to the stop loss. The stop loss should be on the most recent low, before the market changed to a buy trend. Sell Condition When the indicator turns red and an arrow
1 Application
(8) MQL4 Experts
30+ USD
I'm looking for someone that willl advance our trading robot security, subscriptions and licensing. (Weekly, monthly and yearly subscriptions that can be purchased directly from our website. I currently have one but it has proven to be weak. As soon as the robot is purchased on our website, we would like a product key to be automatically generated and that will stay active for the purchase period. Allow the option
2 Applications
50+ USD
Create an arrow that calculates 1 candle (Any time frame -say 1 hr chart time 10:00 through 18:00) dates calculated 11/10/21 - 3/10/22 . Whatever direction of Candle over 50% an arrow is displayed in that direction at candle open or just prior and the probability % also displayed below the arrow. see attached pic
7 Applications
(2) MQL5 Indicators Forex
150+ USD
Personal job for you based on our previous discussion. Pls kindly strictly follow rule made by this website for transaction I need unlimeted and unprotected ex4 file. Share your setfiles for GBPUSD and other pairs. Pls kindly explain the logic of the EA, since I have to understand the logic before use it
2 Applications
MQL4 Experts
Add trailing stop functionality to my existing MT4 EA named PAS1 that you coded earlier this year (personal job)
100 - 150 USD
Hi Irek, I would like to add a trailing stop function with 4 different options to my existing PAS1 MT4 EA that you coded for me earlier this year. I suppose you still have copies of the final code you sent me? The final versions were PAS1_EA_v1.1 for the EA and PAS1_Indicator_v1.1 for the indicator. Please let me know if you need a copies of the code files. PLEASE NOTE: THE CURRENT METHODOLOGY FOR SETTING THE INITIAL
1 Application
(5) MQL4 Indicators Experts
50+ USD
//my pinescript tolerance=0.05/100 dojiLong=(open<close and open>close*(1-tolerance)) dojiShort=(open>close and open < close*(1+tolerance)) ema50=ta.ema(close,50) atr = ta.atr(14) if (dojiLong) stopLoss = low - atr * 1 takeProfit = high + atr * 4 strategy.entry("long", strategy.long, 1, when = close>ema50 ) strategy.exit("exit", "long", stop=stopLoss, limit=takeProfit) if (dojiShort) stopLoss = high + atr *
6 Applications
(1) MQL4 Experts
45+ USD
convert the following indicator to MQ5 Currently the indicator works very well on MT4 but i want to use it on MT5 and keep the same features Keep all the alerting features and settings that come with the indicator one of the amazing things in the indicator is when the trend is about to change the bars become smaller and smaller I would like to preserve that feature for visual aid
8 Applications
(49) MQL5 Other
30+ USD
Hi Developers, I would like to have a hedging EA that can cover up other EA’s opened positions. Below are the expected EA to functions: 1. User settings for user to input: · “Drawdown in $ to start” · “Hedging multiplier” · “Stop loss in pips” -> just for this EA alone, not for other existing trades · “$ profit to close all positions” -> to close all trades within the same chart/pair
3 Applications
MQL4 Experts
Trend pull back system (personal job)
50+ USD
This is a trend pull back system designed to take trades on pullbacks. For sell: 1. On chart red 2. A green Cyberzing fx volume alert bar that signifies a pullback (must close and stay because it repaints)(I am okay with even waiting a bar or two so theres full confirmation) 3. Vertex buy (green) volume below designated line. (sell/red volume can be above the line because it only gives further confirmation) For buy
1 Application
(53) MQL4 Indicators
Last programming step before the control panel (personal job)
200+ USD
Hello Irek, I hope you are doing well. First of all thank you again for the last work you have done, the result is perfect. This is the last programming step for the indicator before moving on to the panel control step. The documents are still long to be able to explain everything in detail, for better readability I have divided into 3 parts: PART 1: LABEL & ALERT PART 2: ZONE COLORS PART 3: FLASH & SIGNAL Please
1 Application
(11) MQL4 Indicators
100+ USD
We need to EA open order as alert message from indicator (no code) 1. Select time frame to open or use multi-time frame (m1/m2/m3) 2. Set number of order (1-3) for each alert message with SL and TP 3. Close when take TP or opposit position message Ex we open "Buy" when buy message alert. and indicator alert sell message close "Buy" and open "Sell"
11 Applications
(6) MQL5 Experts
Debug indi and convert Mt4 indi to MT5 (personal job)
150+ USD
As presented to you on the video I would like to fix the bugs from the indicator and review the codes to make sure it is free of issues. There are also additions I would like to make to the EA on MT5 version: - exit types - TP and SL calculation based on ADR % (like we have on the other EA) rather than only pips - addition of possibility to add to the initial position (similar to what the other EA does but with
1 Application
(24) MQL5 Indicators Experts
250+ USD
Requirements: - Dashboard with multiple pairs on multiple time frames - Each timeframe must have its own parameter settings for each indicator - Have Mq4 files for TMA but not for future volume. Let me know if you can code it. - TMA repaints so if the signal appears its should record it
1 Application
MQL4 Indicators Experts
Amendment of EA (personal job)
67+ USD
Hi, ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------
1 Application
(31) MQL4 Indicators Experts
30+ USD
Hello dear developer, please help me make a PROFESSIONAL 1:1 conversion of the 3 very famous indicators - half trend - mladen tma+cg mtf NoRePaint TT - Spearman Rank Correlation from mql4 to mql5. I will send .ex4 and .mq4 after first contact. Thank you
6 Applications
(15) MQL5 Indicators
30+ USD
Convert Hull Moving Average (HMA) Indicator to EA This is reposted. previous request got an issue. Require an Indicator to be turned into an EA see attached file change HMA period from 34 to 15. -need to run on all timeframes - Set TP -Set SL - Set lot size open buy trade when the color changes from red to blue with blue color arrow up and open sell order when color change to blue go red with down arrow. close open
6 Applications
(4) MQL4 Indicators Experts