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
112219 completed jobs in all languages
Sort by:
30+ USD
//@version=4 study("Wave Rider 3.0 ", overlay = true) //ema ma_length = input(100, title = "EMA Length 1 ") ma_length2 = input(200, title = "EMA Length 2 ") pips = input(10.0, title = "Pips of wick apart from EMA1") * 10 * syminfo.mintick ema1 = ema(close, ma_length) ema2 = ema(close, ma_length2) plot(ema1, title="EMA1", color = color.orange, linewidth = 2) plot(ema2, title="EMA2", color = color.green, linewidth = 2)
4 Applications
(55) MQL4 Indicators Converting
30+ USD
I need EA to copy and reverse trades from one account to another. I dont know how this is possible, but it will be a great addition. I would like this a little sooner than expected, please let me know. Thank you
5 Applications
(2) MQL4 Experts
30+ USD
I need Simple EA just to monitor the daily DD and Max(Monthly) DD only, if triggered as per input configured alert will pop up at MT4. This is for the proptrading monitoring
13 Applications
(3) MQL4 Experts
New buffers for custom job #152063 (personal job)
60+ USD
Please add some Market Profile statistics as buffers to the custom job you did for me (#152063). I use it for different sessions such as 09:00-17:30 or 15:30-22:15. I would like the Point of Control TPO count for today and yesterday - the number of 30 minute bars that touched the current POC level. The second thing I would like is the rotation factor (30 minute bars) for today and yesterday. I found a definition here
1 Application
(4) MQL5 Indicators
Create an EA based on Moving averages (personal job)
40+ USD
Name of the EA: PUNO (mt5) BASED ON THREE MOVING AVERAGES, THE EA SHOULD TRADE AS FOLLOWS: BUY- when the slow moving average (red) cross BELOW the fast and normal moving average SELL- when the slow moving average (red) cross ABOVE the fast and normal moving average CLOSING OF THE ORDER AND TAKE PROFIT TP- Any open order should close when the Slow (red) MA crosses in opposite direction (this will automatically
1 Application
(5) MQL5 Experts
30 - 60 USD
Hi The objective of this job is to create or fix the next code (Mql5 APY Python) and be able to place orders base on the next conditions: if: pre == 0 do nothing pre == 1 open long pre == 2 close long pre == 3 open short pre == 4 close short The way to validate the job is to implement the code in a JupyterLab notebook runing in a vps with windows and see the results when changing the pre values In the next link you
1 Application
(2) MQL5 Scripts Design Python
30+ USD
Hello, I am looking for a programmer who can reprogram MT4 indicator for Mt5. The indicator shows a change in trend direction with a alert. Would it be possible even if I only have the .ex4 file of the indicator and not .mq4 file
3 Applications
(1) MQL5 Indicators
30+ USD
Hi, I have an indicator that draws the open line MTF, so if Im on the 1 min chart and on the indicator settings I place 15 it will draw the open line of the 15 min candle. I need the indicator to draw another line that I will explain if the job is accepted and arrows. The addition is very simple and straight nothing complicated
7 Applications
(5) MQL4 Indicators Forex
30+ USD
//@version=4 study(title="Average True Range Stop Loss Finder", shorttitle="ATR", overlay=true) length = input(title="Length", defval=14, minval=1) smoothing = input(title="Smoothing", defval="RMA", options=["RMA", "SMA", "EMA", "WMA"]) m = input(1.5, "Multiplier") src1 = input(high) src2 = input(low) pline = input(true, "Show Price Lines") col1 = input(color.blue, "ATR Text Color") col2 = input(color.teal, "Low Text
6 Applications
(55) MQL5 Indicators Converting
Coding of new EA - DETEMA Cross v1.0 (personal job)
40+ USD
This is a personal job for Charlotte Marcella. This is a simplistic EA using the DEMA and TEMA indicators. The functions of the EA are fully described in the file attached here. Just like to clarify that the "Lot Sequence" feature is applied in the usual manner, namely, that the next level is used when there is a valid reversal signal. Please ask if you need further clarification
1 Application
(11) MQL4 Experts
Archived orders support (personal job)
50+ USD
Live data EA update - Archived orders support as discussed as discussed before in the chat. Maintain the track of order profit as soon as the trade closes and then show it accordingly for today's profit/loss and last week's profit loss
1 Application
(28) MQL4 Indicators Experts
UPDATE EA To include Profit/loss tracker and extra time frames (personal job)
70+ USD
[15/07, 09:39] Farhan: So using the EA that you updated is this possible.. [15/07, 09:44] Farhan: When I start a session using the EA can it track how much profit/loss it has made on CLOSED POSITIONS and balance it against the floating profit/loss on OPEN POSITIONS? I would like the EA settings to include a PROFIT TARGET (£xx). When the combined total of the floating profit/loss and the closed profit/loss equal that
1 Application
(7) MQL4 Experts
TradeTad EA (personal job)
100+ USD
Hi there, Please kindly create a Trade Pad with a couple of trade management options like moving stop loss to breakeven after certain fixed points or pips. Partial take Profit after certain fixed points or pips in percentage. Trailing stop loss after certain fixed points or pips and trailing points or pips. Ill also send a previous Indi job for a minor adjustments. On the Indicator attached can all the alerts be in
1 Application
(16) MQL5 Experts
50 - 70 USD
I require a system that works on Moving averages. There will be three moving averages 9, 29, 99 periods respectively. Time period will be 15 minutes. I want to place an buy order when 9 period average crosses 29, 99 periods upside and want to place sell order when 9 period average crosses 29, 99 periods downside. Stop loss per order will be 10 USD and profit will book at 20 USD. if total loss reached at 50 USD then
30+ USD
my indicator has a panel, I need this panel to always be on top of any existing object in the chart I also need to put the remaining time for the candle to close (timeframe of m1, m5 and m15) more informations with the programmer
8 Applications
(20) MQL4 Indicators
Multi Currency, Recovery System (personal job)
150+ USD
Multi Currency, Recovery System, you know already the ea..i want to expand the pairs, so i want to it on the input tab...the equation of how the second postion will come out or the grid, just follow the previous ea...i want to convert also the take profit to tp line... current version is being triggered by the profit (usd) i want to convert this profit into tp line
1 Application
(9) MQL5 Converting
30+ USD
Hodrick-Prescott Channel https://www.mql5.com/en/code/191 Need the following modifications on the above indicator in MT4. 1) Need Input parameters based grid lines to be added inside/outside the boundaries. 2) HPC to be plotted back in time using end datetime function. 3) Text Display Adjusted anywhere in the screen. 4) icustom() code for EA
2 Applications
(28) MQL4 Indicators
30+ USD
Mejorando el EA Terabye ( soy propietario de este EA) Mantener intacto todo lo que hace el EA Terabye para abrir y cerrar sus operaciones, solo agregaremos un filtro para mejorar su rendimiento, el cual se podra poner en funcionamiento o dejar de usarlo a travez de una option que se habilitara en el imput del EA ( se pondra verdadero si usamos el filtro EMA de 20 y EMA de 50, si no se usa pondremos falso). Forma en
50 - 100 USD
Build an EA using 2 Moving Average lines Name: MovingAverageEA Source code: MT4, MT5 included. SETTING AssetItem: - Current chart MagicNumber: - Default: 123456789 - User can change this number MinLot: - Minimum lot when making an order - Default: 0.01 MaxLot: - Maximum lot when making an order - Default: 50 - Maximum value is 50 AccountCapital - Default: 100$ - The money amount from the account StopLoss - Pip
10 Applications
(7) MQL5 Experts
30+ USD
Dear programmer, I need simple EA for hedging, the rule is below: - when i make an order (by manual or by another EA), EA automatically place pending order buystop/sellstop with multiplier lots, variable distance pips, and preset TP&SL. - when my order closed (by manual or by hit TP/SL), EA automatically close pending order. input EA: Lots Multiplier: ----- (EA placing order with multiply lots existing order) TP
11 Applications
(5) MQL4 Experts