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
111711 completed jobs in all languages
Sort by:
EA that scans multiple Rs based on a previous strategy (personal job)
1467+ USD
Creation of a strategy that uses different R charts to search for an entry based on the previous project (that uses R candles and different PSARs to get an entry and exit). All properties of the previous EA should be implemented in this one (as already discussed, document will be added), as this one is an extension of the previous one
1 Application
(3) MQL5 Experts
80+ USD
I have a request of making 1 new indicator.. There are 2 indicators used and this work is to make 1 new indicator and finally new indicator will work alone properly without 2 pre-made indicators. And new indicator will have 3 buffers in data window likely as below. v1 Up Signal v2 No Signal v3 Down Signal When v1 Up Signal == 1.0, v2 No Signal == 0.0 and v3 Down Signal == 0.0 When v2 No Signal == 1.0, v1 Up Signal ==
2 Applications
(178) MQL4 Indicators
50+ USD
MA close values must be used. Buy when Fast MA crosses Slow MA from the bottom and sell when Fast MA crosses Slow MA from the top. The EA settings are shown in the table below Entry Settings MA Type EMA/SMA Fast Moving Slow Moving Use Filter true or false MA Trend Filter Position Management Close trade on opposite signal true or false Stop Loss in points Take Profit in points Trailing Stop in points Break Even in
18 Applications
(3) MQL5 Experts
55 - 125 USD
I am working on a concept for a high probability trade signal indicator. And, I will need your help to code this indicator. This indicator request is based on a breakout concept from two slower MA indicator settings and one fast MA indicator settings using a type of T3 indicator. (T3 Fatl). There are additional filters from other over-bought/over-sold indicators used to help increase the likelihood of a successful
7 Applications
NEW EA (personal job)
50+ USD
New EA, work with MACD. When MACD signal chart cross price chart to up open positions1 "buy", and then When MACD signal chart cross price chart to down open positions2 "sell" . - - - * close all positions, when they reach total Profit or total Lose. * when all position closed, EA should start again from the beginning. Input: 1- first position1 size. * Position2 size= position1*2 * Position3 size= position2*2 *
1 Application
(10) MQL4 Experts
Modification of Expert Advisor - Add and fix some bugs (personal job)
45+ USD
Hi there, as discussed before, there are some changes that I would like and a few errors that need to be fixed. There are a few errors that I noticed in testing and the options we discussed before to be fixed. I look forward to working with you
1 Application
(7) MQL5 Indicators Experts
50 - 120 USD
I have a logic in my mind that needs to be built on already existing indicator. I will share both my logic and the indicator that will be the foundation of this project. Strategy needs to be done in pinescript. Please ask anything. Thank you
7 Applications
55+ USD
EA dashboard review : This EA alerts a three pattern combination examples are 123,111,232,222,121 etc There are only 3 types of candle: 1. Inside candle - The candle is entirely within the high and low of the previous candle. An inside candle shows the market is at a point of indecision. 2. Directional candle - The candle extends above or below either the High or Low, but not both, of the previous candle. 3
5 Applications
(28) MQL4 Indicators Experts
RBD/DBR & RBR/DBD modification request (personal job)
30 - 50 USD
Hi Alex, I hope you can help... I’d like to modify the existing indicators attached: RDB_DBR_v2.mq5 DBD_RBR_v2.mq5 Summary of modifications: - RBR/DBD only: Add true/false rule that states candle 1 must be larger than candle 2 - RBD/DBR only: Add true/false to 2 existing rules and modify rules ‘closes to lows’ etc - RBD/DBR & RBR/DBD: Modify rule Rename the new indicators: RBD_DBR3.mq5 RBR_DBD3.mq5 I also attach the
1 Application
(26) MQL5 Indicators C++
80 - 100 USD
Requirements Specification for Programming of MT4 EA 1. EA - entries performed when MACD's main and signal lines have crossed (after candle closed) above or below zero level. Above or below being defined by the level of the signal line of the MACD. • BUY on MACD crossing above signal line when signal line value is < 0.0000 at the close of the crossed candle. OR • SELL on MACD crossing below signal line when signal
11 Applications
(1) MQL4 Experts
Change Trailing Stop Behaviour for NDT v9 (personal job)
50+ USD
Hi Aleksei, hope you well and have recovered from your cold. Quick one, this v9 of the PSAR EA you made for me, currently it is following the current PSAR as trailing stop, which is fine. Only thing is, it only starts following it once the trade goes into profit. Is it possible that when it places the STOP order that it places the stop for that order on PSAR and then follow it, regardless if it is in profit or not
1 Application
(5) MQL4 Experts
50+ USD
Hello there . As Discussed, I have an indicator on tradingview which I will like to be convert to mt5 .kindly bid for it based on our discussion . Just want to make sure that this indicator is perfectly convert into MQL5
30 USD
Hello programmers I want to program expert for mt4 It is based on a special indicator The expert advisor opens buying and selling order based on the indicator's signal For more details, please contact
12 Applications
(25) MQL4 Experts
Modify existing EA (personal job)
30+ USD
For the martingale multiplier, instead of using just one multiplier, I want to be able to use use a series of multiplier, so example when EA loses, I will set, 2, 3, 3,3 , so the lot's size after loss will be x2, x3, x3, x3, x3 then back to normal lot size. you can leave the existing martingale option too, so i will have option to choose between the two
1 Application
(24) MQL4 Experts
30 - 100 USD
Looking for an EA that can close trades if it reaches 5 or 6 trades. and also to turn off auto trading. It should close all postions at the certain amount of trades in a loss or profit and turn off auto trading. I would like to to a trail before buying. Thank you
9 Applications
30 - 50 USD
Looking for an experience developer to create an EA based on two EMAs. The EA must be adjustable on the parameter box and the timeframe also can be adjusted. During high impact news the EA must stop trading for 1 hr and this setting can be disabled or enabled. More details will be shared
14 Applications
MQL5 Experts
RSI with Augmented Bollinger Bands (personal job)
45+ USD
MT5 Use the following code to add upper and lower bands (augmented bollinger) to a normal RSI. Code from tradingview is: lookback = 40 std = 2 ma_high = ta.wma(high, lookback) ma_low = ta.wma(low, lookback) standard_deviation_h = ta.stdev(high, lookback) standard_deviation_l = ta.stdev(low, lookback) upper_augmented_boll = ma_high + (std * standard_deviation_h) lower_augmented_boll = ma_low - (std *
1 Application
(14) MQL5 Indicators
30 - 50 USD
i have a pinscript strategy and i need an expert to help me to convert the code to mta5 EA i dont have experince but i think its not complicated code i hope it can be done in 1 day and i have other plans for the ea so if the devloper is good we can work on other ea
1 Application
(4) MQL5 Experts
Transformar un indicador en EA (personal job)
40+ USD
El programador se compromete a crear la EA “SKYNET” , permitiendo así el correcto funcionamiento de esta. Para su correcto funcionamiento se realizará la entrada en el momento que el indicador manda la alerta. Los parámetros de inputs que queremos poder modificar son los siguientes: - TP - SL - Lotaje - Breack Even - Trailing stop - Reversal - Cierre parcial de las posiciones: ejemplo si abro una posición en 0.1 de
1 Application
(2) MQL5 Experts
One day limit trades (personal job)
100+ USD
1- Copy trades EA - Max number of buy trade, max number of sell trade: trades extra from master after max number will never be opened on slave. - Not open trade when margin level on slave>1000% - Slot base on equity on slave
1 Application
(8) MQL4 Experts