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
111041 completed jobs in all languages
Sort by:
TSI Modification (personal job)
80+ USD
Modify the TSI / MACD to eliminate repainting. Currently it is repainting and we need to eliminate this so the indicator cross appears in the correct place. There is no rush for this but once it is complete we can move on the complete the signal and ea
1 Application
MQL4 Indicators
30 - 100 USD
Logic must work with ECN 5 digit brokers Opening (Entry Signal) Open a new long position or reverse a short position 107 points below the previous low. Open a new short position or reverse a long position 107 points above the previous high. Closing (Exit Signal) Close an existing long position at the closing price of the previous bar. Close an existing short position at the closing price of the previous bar. Handling
4 Applications
(91) MQL4 Experts Statistics and mathematics Trading robot/indicator debugging Strategy optimization C++ Product Design
30 - 50 USD
I need an mt5 expert which duplicates all opened position by another EA, but with the opposite position, TP becomes SL and SL becomes TP. Also, when the original position is closed, the corresponding duplicate one is also closed. Inputs should be : 1. Lots multiplier : multiply the original deal lot for the duplicate deal. 2. Copy TPSL : True or false, which determines if TP and SL are copied to the duplicate deal
1 Application
(1) MQL5 Experts
30+ USD
Job: Improve the free "Moving Averages with Colors" Indicator (author: Mladen Racik) code: 16640 (mq5 file attached) adding code lines to a) display on chart a BUY ARROW (when a SOUND must be played), if the COLOR INDEX of the indicator is greater than a value specified by the user; b) display on chart a SELL ARROW (when a SOUND must be played), if the COLOR INDEX of the indicator is less than a value specified by
5 Applications
EA from zigzag indicator (personal job)
50+ USD
EA from the standard MT4 zigzag indicator. The EA should trade on a live account. The EA should place market orders with no stop loss and no take profit at a user definable lot size
Trade Management tool (addition) (personal job)
160+ USD
Add trade alerts at progressively larger margin requirements taking trade equity, margin, commission and swap into account. Closing trades automatically at a loss based on drawdown excluding margin, commission, swap and any other hedges that may be linked to one account
1 Application
(4) MQL4 Experts
30+ USD
Hello, I would like my order to trigger on a line I trace. Example: When the moving average to 1 touches my red line then my order this triggers as on the photo ... //+------------------------------------------------------------------+ //| test35.mq4 | //| xxx | //|
2 Applications
(25) MQL4 Experts C++
50 - 500 USD
I want to be able to know if the indicator repaints or not. The input will be a mq4 file. And the script/program have to tell wich buffer repaints. You can use a command line you can use a script you can use image comparaison , you can use all what u want, but i want to know wich buffer repaints
4 Applications
(2) MQL5 Integration
Modifications MT¤ indicator (personal job)
40+ USD
The job will consist of modifying an existing indicator that detects different types of price action patterns. Modifications will expand the type of pattern to be singaled as well as adding new filters that will increase the number of possible conditions to be met in order to allot to trigger signal
1 Application
(5) MQL4 Indicators Forex
100 - 150 USD
EA over view: This EA has 6 indicators and has basic entry rules. It has a hedge and martingale strategy. Operation: First the EA is signaled by the indicators. All indicators must have true or false input so that all indicators work together or just one as I select what indicators work together. A simple dashboard in top right corner. I have included an example. Martingale Operation: When the trade goes (option
6 Applications
(27) MQL4 Experts Trading robot/indicator debugging Forex
Indicator to draw lines on a chart (personal job)
30+ USD
We need new indicator with three inputs, start point, end point, difference point. and then we will give these inputs to draw the horizontal lines. we will use this indicator to draw horizontal lines in different currencies. so make input format in a way so it cover all currencies. Lines will be customizable
1 Application
(5) MQL4 Indicators
50 - 100 USD
I want EA working with all pairs to give me monthly income form 70% to 100% of my capital amount working with money management take a profit I prefer 5 m 15m time frame important it should work in real account and should be given good result in backtesting in monthly basis thanks
2 Applications
(4) MQL4 Experts
50 - 100 USD
Hello, I need to create an EA based on the PipFinite Trend Pro indicator. - Take Profit Options - TP1, TP2, or a specific number of points (TP1 and TP2 are specific to the pipfinite trend for the indicator) - Stop Loss Options - The next signal in the opposite direction, or a specific number of points - the ability to enter a shop according to the rate of statistic success (for example: 70%) - Breakeven. (Parameter
9 Applications
(4) MQL4 Experts
Camarilla expert advisor (personal job)
30 - 150 USD
camarilla expert advisor required to trade the fx markets intraday. particular attention requried for trade entry conditions and risk management. a full specification will be provided upon job acceptance with the developer
1 Application
MQL4 Experts
30+ USD
Please fix a problem: I marked wrong block on the picture, I want that EA display the NEXT 20 candles after the similar block and in a little popup display the similar block. I attached the picture, I marked the next 20 candles after the similar block with thick red square. When its done, please deliver also the source code
3 Applications
(2) MQL5 Experts
Indicador SupportResistance (personal job)
40+ USD
Olá, sou o Fernanando que conversou com você via e-mail. Conforme conversamos, favor desenvolver uma versão do seu indicador SupportResistance que criou na versão C # para uma versão MT5. Além disso, a instalação de uma configuração pode ser feita quando houver a instalação de alertas de suporte e resistência
1 Application
(1) MQL5 Indicators
30 - 200 USD
One EA will operate on 14 and 5 day periods while the other operates on periods of 55 and 20 days. The larger numbers open the trade (long or short) while the smaller number is one of 2 potential closing triggers. Both strategies will utilize the ATR for closing and adding to trades. If the EAs are intended for live trading once thaey pass backtesting and demo trading with live data. Basic Rules… Opening trade
9 Applications
(1) MQL4 Experts Forex
50 - 100 USD
hello, I would like an EA that works with two indicators : heinken hashi candle and a particular TIME filter. I also need a Money Management with the EA. Sorry my english is not perfect so I join you some screen to explain my strategy .thank you screen 1: at the end of the time filter one sell stop and one buy stop have to be place. at the end of the day the stop orders not executed have to be removed . TP
9 Applications
(12) MQL5 Experts
30 - 40 USD
Hi experts, please write usage of a trend line indicator. The indicator must have parameter "perio"(count periods) and shift. Insed of my EA i need the slope of the trend line. Definition: slope of two points (of a line): slope = (y0-y1)/(x1-x0) Example with falling price: slope = (10000 - 10010) / (10 - 0) = -10/10 = -1 Example with rising price: slope = (10010 - 10000) / (10 - 0) = 10/10 = 1
5 Applications
(51) MQL4 Indicators Experts
H4 EMA15 Indicator on M15 (personal job)
40+ USD
We need an indicator to install on M15 - MT4. That will be H4 EMA15 on our M15 chart? Would that be possible. Please note that we don't want to use M15 EMA240 as it don't give exact values
1 Application
(5) MQL4 Indicators