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
124263 completed jobs in all languages
Sort by:
Update script (personal job)
30+ USD
Hello, I would like for the script to monitor the equity and close all orders if equity is x in profit. Value of x profit should be adjustable via interface. When that profit target is hit the EA should close all orders and start over
1 Application
(16) MQL4 Experts
50 - 100 USD
Hi All, I am looking for someone to code a EA that looks at 6 indicators for entry and exits. The EA will look at 4 indicators to confirm a entry trade it will then look at another indicator to adjust take profit and max stop loss levels and finally it will look at the last indicator for early exits
13 Applications
(3) MQL4 Indicators Experts
30+ USD
Hello, I need an indicator/EA which will send all the signals/notifications generated on my MT4 to Telegram Channel/Group/User. It should be able to take screenshot of charts and send them to Telegram too as attachments. It should be able to run with other multiple EA I can provide Screenshot as an example. This job needs to be done quick. Thank you
6 Applications
(1) MQL4 Experts Other
Writing of an Expert Advisor (personal job)
220+ USD
When we plot two SMAs of different periods—one of a 40 period and one of a 100 period—we can then see how they cross over and create a basis for entry. As we mentioned before, when the SMA is below the price (less than the close price), we consider it a basis for support, and when the SMA is above the price (greater than the close price), we consider this a line of resistance. So, in code, we do the following first
1 Application
(107) MQL4 Indicators Experts
Modify the (1J) indicator, create new Table (personal job)
30+ USD
Hello, Create new table for 28 pairs, from using the 1J indicator ((Use the old 28 table & the 8 currencies table to get the new values)) this time pay attention how you the sum will be i attached a photo and you will understand it well here is how the sum will be / if EURUSD is negative and EUR is positive , then minus the EURUSD from USD example EURUSD -50 , USD 40 , then it will be EURUSD 10 if EURUSD is positive
1 Application
(32) MQL4 Indicators
30+ USD
This job is very simple so I would like the end product within a few hour if possible.. If price goes up by x pip--->sell If price goes down by x pip--->buy This should happen continuously and all orders should have stop loss and take profit. The input parameter for manual adjustment should look like this: Price up (short) = value in pip Price down (long) = value in pip Take profit long = value in pip Take profit
5 Applications
(16) MQL4 Experts
Additions to HMA and Market Sessions EA (personal job)
230+ USD
Additions to HMA and Market Sessions EA 1) Select days of the week to trade. Each Market Session needs to be able to select which days of the week to trade. For example, might select Monday, Wednesday, Thursday, and Friday but avoid Tuesday. 2) Select whether to trade on Public holidays. Each Market Session needs to be to select whether to trade on public holidays. Public holidays might need to be defined if not able
1 Application
(2) MQL5 Experts
A remote control ea using wavetrend (personal job)
50+ USD
this is ea using wavetrend and bollingerband 1. BUY WAVE1-CODE 1000 ea place buy when 1. wave1 send buy alert +price touch lower band or below lowerband 2. ea will also place buy if there is a bullish candle close below lower band and the last wave1 signal is a buy signal (look back 100candle) 3. averaging buy will be made if point1 or point2 occur BUT the pricelevel must be lower than the previous buy made by ea and
1 Application
(13) MQL5 Experts
30+ USD
Short description of the EA Only BUY orders for this first version. The “BUY” signal is delivered by the returned value of an iCustom indicator. The order is closed after a fixed number of minutes or by another signal from an another iCustom indicator. The value of the icustom indicator must be calculated at the beginning of every new bar (1 minute). If the value is “1” (for instance), a BUY order is send (at the
6 Applications
(3) MQL4 Experts
FIRST DOT PARABOLIC SAR EA (personal job)
30+ USD
In the EA, a buy signal or uptrend is when the FIRST DOT of the Parabolic SAR appears below the low of the bar when there is a trend change. A sell signal or downtrend is when the FIRST DOT of a trend change appears above the high of the bar. When the FIRST DOT appears it will close previous trade and open a new one in the new direction and run until the next change when FIRST DOT appears again. From FIRST DOT
1 Application
(13) MQL4 Experts
30 - 175 USD
I have 4 indicators in the attached zip file I would like converting from Metatrader MT4 to MultiCharts EasyLanguage. They should display the same way in MultiCharts so I could pull up a chart in MT4 and expect the same display for the converted indictaors in MultiCharts. Full source code for MultiCharts should be provided. I have attached an image also in the zip file how the indicators look in MT4. Please only bid
1 Application
(5) MQL4 Indicators Integration
40+ USD
I need an indicator that can send out notifications when it matches my rules. This alert notification needs to be for the desired pairs added The alert notifications needs to be independently for H4, H1 and M15 when the rules matches ALert types: push, email Alert type: Pair, Timeframe, Stochastic Value, Date, Time
5 Applications
(29) MQL4 Indicators
30+ USD
I have a drowdown indicator that measures max terminal drowdown for all the charts together But i want to modifie it to measure single chart max drowdown. I would like it with in 1 hour please Thank you
5 Applications
(4) MQL4 Indicators
Modification of EA (personal job)
75+ USD
ea needs auto lotsize partial close(in percent - 3 targets like it does now) option to select 25%, 50%, 75 100 etc or manually put in able to choose preset from dropdown on panel and can it show how much lot size its closing on the mt4 when its running for auto lot size partial close --- within the ea a yes\no option: 33\50 partial close these would be auto partial close settings close 33% of order on increment lots
1 Application
(19) MQL4 Experts
30 - 50 USD
I need a simple but effective MT4 EA for carry trades. It needs to be able to scan for positive swaps and trade in this direction for the given currency pairs. It should be able to Enable/disable trading certain days in the week. The rest of the parameters are straightforward and typical for a standard EA, like: StopLoss – TakeProfit – TrailStop - …
7 Applications
(3) MQL4 Experts Forex
Modify EA (personal job)
30+ USD
modifications in exsisting ea, the developer knows the instructions. -Hedge Percentage of all grid/last grid make it custom -if SL hedge is activated also custom Thats it For example we set 33%/40%/100% all trades and other example 100/300/500 sl for hedges (if it is activated)
1 Application
(5) MQL4 Experts
30+ USD
I need to create an array to store levels. It needs to buy when bar is lowest for current bar. Sell order for highest value of current bar. May need to use this for high and low https://www.mql5.com/en/docs/series/copylow void BarHLHFT() { double BarHigh=iHigh(0,0,0); //Highest Point of bar double BarLow=iLow(0,0,0); //Lowest point of bar if (BarHigh > Ask) { SendOrder(OP_BUY,Lot, 0, 0, 0, "Titan
1 Application
(11) MQL4 Experts
Modification of already developed EA from https://www.mql5.com/en/job/66060 (personal job)
50+ USD
From existing EA, previousley developed, i would add a filter to principal signal, from a second indicator "Advanced Price Movement Predictor Pro Edition MT4" (https://www.mql5.com/en/market/product/2732). If the indicator gives a trend UP signal, buy signal from EA will be confirmed; if the indicator gives a trend DOWN, sell signal from EA will be confirmed (indicator can gives also FLAT trend, wich confirm
1 Application
(9) MQL4 Indicators Experts
30+ USD
I need to remove text inside the blue circle (text inside the indicator ) also, i need the indicator to be light not dark (as shown in picture inside the orange circle )(its dark i cannot see the candle)
2 Applications
(8) MQL4 Indicators Other Strategy modules Forex
Equity recorder v5 (personal job)
45+ USD
I will need 2 codes 1 close 1 open trade out of two If there is two open positions (not one open trade and one pending = only 1 open trade) , a long and a short on same magic number , close the earliest trade on same symbol?yes 2 CHECK STOP LOSS and correct stop loss(allow 30 pips difference on orignal) Do nothing if orignal trade stop loss difference is less than only 30 If magic number between 101 to 150 , use stop
1 Application
(119) MQL4 Experts