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
114217 completed jobs in all languages
Sort by:
50 - 100 USD
1. When open it will have 2 check box. If checked = I accept > can click Next button. If checked = I don't accept > can't click Next button. 2. When click Next button It will scan all metatrader on computer. Then show checklist box to install the EA. 3. If select any checkbox and click next lt will download .ex4 file from url https://drive.google.com/uc?export=download&id=0BwPx3qoEPBLmSHBiazV0M0hneU0 and placing
2 Applications
(6) MQL4 Design C++ C#
30+ USD
I have a custom stochastic indicator mq4 file. I want to add arrow to this indicator when stoch cross lines (10,20,30,50,70,80,90). But i want for example arrow appear with a color and when candle closed arrow change color to for example blue. and arrow color depend to bullish or bearish direction. Arrow should appears on chart and/or on stochastic (True/False)
10 Applications
(1) MQL4 Indicators Experts
30 - 50 USD
Could you please convert the attached mt4 indicators to mt5 RSX on Jurik Would like Moving average added similar to how it is done in Stochastic indicator and able to chose type of MA to use and period. Would like alert and arrows on chart at each cross and able to set min and max levels like Stochastic. In other words only signal alert LONG if level less than 50 for example. TMS OSCAR Is already an Mt5 indicator
2 Applications
(36) MQL5 Indicators Converting
50 - 100 USD
I am looking for an EA based on Indicator - ADX on RSX Signal AM - https://www.mql5.com/en/market/product/19660 Logic: OnInit Set an orderType variable to -1 in OnInit() or when setting up the global variable Indicator function If Indicator returns a "BUY" signal, set orderType to OP_BUY (value 0) If Indicator returns a "SELL" signal, set orderType to OP_SELL (value 1) If Indicator returns nothing, don't change
13 Applications
(5) MQL4 Experts
MACD and streamamp (personal job)
40+ USD
need alert to buy when - stream amp has a red x appear - stepstoc is green - macd blue is postive SELL - stream amp has a green x appear - stepsoc is red - macd blue is negative EA to auto trigger buy and sell based on conditions above EA to auto close buy deal when Green X appears EAto auto close Sell deal when red X appears
1 Application
(38) MQL4 Indicators
30+ USD
Hello, I have a trade management EA that has to do with a breakout strategy and hedging. Currently, I have to manually type in the price of the range for the breakout and manually type in the lot size I will be trading. I would like to make the following changes to the EA: 1) EA would read the range automatically based on time. For example, the range (high, middle, and low) of 1:00-2:00. I have a separate indicator
4 Applications
(20) MQL4 Indicators Experts
To modify the pending order EA to 1) limit it to one activation no matter how many time frames are subsequently opended and to delete the non activated order immediately afterwards. (personal job)
50 - 200 USD
The key thing is to delete the other order after first order is activated, just leaving the trailing stop loss for the activated order. If you are adjusting it and especially if it makes it easier, please adjust the EA so that it only places one pair of orders then removes itself from the chart and does not open any other orders unless it is again run
1 Application
(8) MQL4 Experts
Rules to convert Project v3.4 into a New EA (Reaper) (personal job)
50+ USD
Hi Irek, This is a simple system based on continuos hedging of open trades. There are several rules applied on previous projects that you has coded for me. I think the rules are enough clear, but if you have any doubt, please don´t hesitate to contact me. Thank you
1 Application
(19) MQL4 Experts
50 - 100 USD
ADX custom indicator (supplied) needs Push to Android phone and Email Alert added. Also Time parameter ie 8:00 to 5:00 only. Alerts now with Arrow but need Alert only if with Trend, ie Buy signal AND X Moving Average Up now vs 3 bars ago. Rangebound Exclusion, if Bollinger Bands (top and bottom) are Less than X pips apart. No Signal. Maximum One Signal per Bar!! Summary: If Buy signal AND X Simple Moving Average
8 Applications
(1) MQL4 Indicators Experts
Oscillator Cross addendums part 2 (personal job)
60+ USD
Adjust money management, entries, and exits. Add additional filters ( extra slow moving average and a new oscillator). This is the Oscillator Cross addendums part 2. It should have dynamic lot size adjustments to account for risk
1 Application
(10) MQL4 Experts
50 - 100 USD
A search of a currency pair/commodity/share, for divergence, using 1 x default MACD, 1 x Default RSI and 1 x default Stochastics. At a range of bottoms or a range of tops. When all 3 indicators give divergence a buy arrow or sell arrow is given (as appropriate) and a information/audible window/alert. to be clear: - to give a buy or sell signal along with an audible tone and/or message for the particular market signal
10 Applications
(4) MQL4 Experts
Insert macd tue to macd mtf indicator (personal job)
40+ USD
Like we say on discussion, so I have only macd mtf indicator with macd true parameters. Macd true have this parameters: extern int FastMAPeriod=12; extern int SlowMAPeriod=26; extern int SignalMAPeriod=9;
1 Application
(2) MQL4 Indicators
Dashboard (personal job)
300+ USD
Dashboard Explanation: Block: 1. signal should be calculated 3:1 ratio and it should calculate the nearest support (all except turncoat) and the TP zone based on the following important orders: 1. Proven 2. verified 3. untested 4. Weak. TP should find the most important zone if not there then it goes lower and lower plus where the current bar is and added to that all ma should meet with the same color then it
1 Application
(3) MQL4 Experts
CSEA (personal job)
100+ USD
EA trade multipair with averaging system. EA trade signal based on weak vs strong currency, it analyze from 28 forex pairs The parameter and details as has been discussed and will be available in the job file
1 Application
(16) MQL4 Experts
Modify OVERLAYindies and SymbolInfo (personal job)
30+ USD
Minor thing: (hopefully) The indi is syncing with a specific candle at a specific time. For example the 7:10 candle on a 1-minute chart. Sometimes this candle is missing. Because there has been a fall out of price information from the broker. In this case the indi should use the candle next to the missing candle. Or, the last known price. Whichever method you think is best. Probably last know price is best. Can you
1 Application
(20) MQL4 Indicators Experts
40+ USD
1. I NEED TO DEVELOP AN EXPERT ADVISOR WHICH OPEN ENTRY WHEN THERE IS A SIGNAL AT HIGHER TIME FRAME. ENTRY WILL BE AT SMALLER TIME FRAME. 2. EXAMPLE, IF SIGNAL AT H1, ENTRY AT M15. FOR SIGNAL M15, ENTRY AT M5. 3. THERE WILL BE A FILTER FOR ENTRY FOR EACH TIME FRAME. 4. CUSTOMISED INDI WILL BE PROVIDED. 5. VIDEO HOW TO ENTRY WILL BE PROVIDED
10 Applications
(17) MQL4 Experts Forex
Additional Additions to the Oscillator Cross EA (personal job)
40+ USD
Would like to add an additional Oscillator Indicator and a 3rd Moving average to act as filters; would also like to add extra options for exiting the trades. Also need a simple money management system which will dynamically adjust lot sizes before taking trades based on a risk percentage
1 Application
(10) MQL4 Experts
Basic EA (personal job)
30 - 60 USD
EA Requirements 1. Open 2 pending orders (buy stop and sell stop) at a specific time everyday (mon to fri) with the following options a. Stop loss b. Take profit c. Trailing stop 2. The time for the pending orders to be created is to be hours minutes and seconds 3. The time for the pending orders to be deleted is to be hours minutes and seconds 4. The lot size can be either
1 Application
(18) MQL4 Experts Forex
30 - 350 USD
Hi, I am looking for someone to generate an EA with can trade BO on MT4 platform. Has the option for using martingale strategy upto 7 levels deep Money management as fixed lots or % 1M time slot and sequential bars to be utilised Uncertain of indicators to best use but would be good to be able to choose from a variety of indicators as a drop down menu that is customisable Thank you
30+ USD
Hi, As discussed I would like to add time restrictions to the attached indicator. I would only like to alert/trade during the following times: Trading times between: 00.00 - 05:00 GMT AND 09:00-12:00 GMT Thanks Please pay your attention that any jobs/orders/requests with decompiled code or jobs intended for decompliation are prohibited . In case of violation your account will be blocked
5 Applications
(20) MQL4 Indicators