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:
100+ USD
To create an EA that will use an idicator called Trend monitor for mt4 positions will be opened and close with the signal and with the trend chages no TP and NO SL , needed to with with my broker named IG group
28 Applications
(25) MQL4 Experts
40+ USD
Hello, I need a developer that can help me to convert my 2 existing MT4 Indicators to MQ5 Indicator. I have the raw codes of the MT4 I want it deliver in 3 days Max I will be looking forward for anyone that can do the conversion Regards
6 Applications
(24) MQL5 Indicators Converting
Add features to existing MT5 trading Panel (personal job)
50+ USD
I would like to add the following to the trading Panel you developed for me in the previous job: 1. Parameter for the size of the font. 2. Ability to move the panel with the mouse 3. Ability to minimise the panel with the mouse. 4. When a button is pressed it changes color to Green 5. When a button is depressed it changes color to Red. 6. Default of buttons at the beginning is depressed (Red) 7. Parameters for size
1 Application
40+ USD
Please can you Modify current Bounce EA TO STOP TAKING TRADES AFTER THE INITAL TRADE HAS BEEN TAKEN. Thankyou very much, please reply asap :) please see original description below Every option needs to be selectable so i can change the time frames, moving averages etc etc The EA needs to be multi currency (all or just some currency pairs added to the 1 chart) number of trades per currency to be selectable number of
12 Applications
(5) MQL4 Indicators Experts
EA Divergences (personal job)
200+ USD
EA Divergences The objective of this work is to rebuild a pre-existing EA, taking advantage of a set of useful features and eliminating all others, including previously coded strategies. The new strategy consists of using the classic and hidden divergences in two indicators available in MT4: the On Balance Volume and the Stochastic oscillator. The attached file contains all the necessary files as well as a detailed
1 Application
(14) MQL4 Experts
Wick (personal job)
70+ USD
Only enter a Buy if there are no open Sell trades , Only open a Sell if there are no open Buy trades , this includes trades from prior days . Can Enter additional Buy trades with an open Buy , Open additional Sell trades with an open Sell This is true for all trade types Normal arrows Existing rules remain unchanged
1 Application
(167) MQL4 Experts
50+ USD
My Bollinger Band Bounce EA currently takes a long trade, when a Bar closed below Lower band, followed by the next bar crossing and closed back above the lower band . (opposite is true for short). The following are the 2 filters I want added onto my EA (mql4): 1) overextended filter A: if "true", will check if the the width of the band has been widening for "N" bar for the respective trade signal. e.g. i only wanna
22 Applications
(30) MQL4 Experts
Add money management function - risk % of account per trade. (personal job)
30+ USD
hi andrey folowing on from the chat, here is the job order 1. . add trailing stop function 2. Add money management function - risk % of account per trade. 3. Show SL and TP so user can change them
1 Application
(24) MQL5 Indicators Experts
30 - 70 USD
dear coder, i have an simple aswell much knowing Renko strategy set-up to create as a Expert! for the infos about task please message me! principal: clera coding aswell coding to have at end a fast machine without any space-letters to make machine slow. on end provide MQl4 Source file. aswell expert file. thank you in advance
12 Applications
(5) MQL4 Experts Forex
KC + Stochastic + Martingale (personal job)
100+ USD
Overall you give me two to three separate EAs in two or three phases. Third phase depends on speed, how is possible to optimize. First phase. Improve entry with Stochastic cross. First confirmation is Keltner Channel touch and Stochastic cross gives final entry signal. Will show on next pictures ( first three pictures). If this improvement is done, I will test and control it, if good then you will give me this EA
1 Application
(2) MQL4 Experts Forex
30+ USD
Hello developers, I am looking for an experienced developer which can create an EA based on my specifications. I want to create an EA which does the following: Main indicators: SSL and Aroon (based on No Nonsense FX DNA) Goal of system is only trade buys on NAS100 . Baseline is McGinley moving average (another indicator), exits are regular moving average (indicator). If the red side SSL flips above the green, the
11 Applications
(7) MQL4 Experts
FX_cash (personal job)
30+ USD
Hello I want to code this Job In this ea, this ea will trade only two sets of currencies, they are EUR pairs and GBP pairs and these are the EURO pairs, they are: EURUSD, EURJPY, EURAUD, EURNZD, EURCAD, EURGBP, EURCHF pairs only while the GBP pairs are as follows: GBPUSD, GBPJPY, GBPAUD, GBPNZD, GBPCAD, GBPCHF pairs only. So I will set either a buy or a sell in the inputs tab, then once I attach the ea to a chart, it
1 Application
(9) MQL4 Experts
30 - 40 USD
Im using EA advisor the will give buy and sell signal to trade. I would like to add filter to execute the order but I don't have EA source code. I request external script to filter trade order of EA. Buy Filter: It will execute Buy order only if: TMA middle line greater than or equal to SMA21 Sell Filter: It will execute Sell order only if: SMA21 greater than or equal to TMA middle line. SL and TP not required, it
6 Applications
MQL4 Experts Scripts
30 - 50 USD
Need another signal generated into the indicator i already have. price could be negotiated. An amount that I enter into the setting increase and decrease from present percentage. Ex. if the signal i wanted from the indicator i wanted was 20 percent , then if it increase in 20 percent will notify me of a bullish signal and if decrease it will give me a bearish signal all from present percentage. 70 to 50, bullish 70
11 Applications
(5) MQL5 Indicators Experts
30+ USD
Create a confluence between two indicators. Indicator: A Indicator: B Logic: Indicator B, only plots a signal, if there is in the same candle a plot of indicator A. Like the example below The new indicator will keep the adjustable settings ​​same as Indicator B. All settings of Indicator B can be changed, must be respected
13 Applications
(14) MQL4 Indicators
2 New Versions of EA MoM (personal job)
80+ USD
Thank you for your great jobs before. I would like to make 2 new versions of EA MoM , i have discussed with you. I added some indicators to make better entry and exit
1 Application
(5) MQL4 Experts
30+ USD
Create a confluence between two indicators. Indicator : A Indicator : B Logic: Indicator B, only plots a signal, if on previous candle, have a plots of Indicator A. Like the example bellow The new indicator will keep the adjustable settings the same as Indicator B
11 Applications
(14) MQL4 Indicators
30+ USD
//@version=4 study(title="Stochastic", shorttitle="Stoch", format=format.price, precision=2, resolution="") periodK = input(14, title="K", minval=1) periodD = input(3, title="D", minval=1) smoothK = input(3, title="Smooth", minval=1) k = sma(stoch(close, high, low, periodK), smoothK) d = sma(k, periodD) plot(k, title="%K", color=#0094FF) plot(d, color=change(d) >= 0 ? color.lime : color.red, linewidth=2) h0 =
5 Applications
Modifying of an Existing Risk Management EA for MT5 / MT4 (personal job)
30+ USD
Previously as coded, user is able to set when the trailing SL will start and when the SL of the trail will start to protect profits.. so lets say i set 30% for my trail to start and then 5% for my SL.. it means that once prices move 30% in my favour with reference to the TP, the trail SL will be activated to protect 5% of my profits. I would want to re-code that portion of the EA -The Trail SL settings will not be an
1 Application
(45) MQL5 Experts
30 - 200 USD
Hello, my strategy is based on price action. According to the movement of points & positions, order commands should be given. There are some rules & regulations in the strategy which must be coded perfectly. Please contact if interested. Thanks