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
111351 completed jobs in all languages
Sort by:
30 - 100 USD
Dear All, I think some one did on this job before i think it's easy way and fast to get the EA. This EA will based on trading signals from PipFinite Trend Pro MT5 and Trend Pro Scanner to open/close trades. Lot size for each trade will based on a success rate from the Trend Pro Scanner. Different success rates could trigger different lot size which will be set in the EA settings. Source code for this EA needs to be
Send out email alerts to users for the indicators (personal job)
30+ USD
Please add email alerts for the following two indicators: - CLA withemail.mq5 - To send out email alerts to the user when a large bubble is indicated on the trade to say for example 'Potential Buy entry on GBPUSD 5min' this will automatically send when indicated on each chart the user has the indicator loaded to. Only the large bubbles will send an email - TMA2 withemail.mq5 - To send out an email alert to the user
1 Application
(26) MQL5 Indicators Experts
Доработка 2 (personal job)
150+ USD
1) Сделать возможность задавать величины ТП, БУ, Трейлинг, Смещение усреднения и СЛ в зависимости от АТР. Формула для ТП например: ТП=АТР*множитель. Округлить до целого. В настройках предусмотреть выбор ТФ АТР, количества периодов для расчёта АТР (ТФ и кол-во периодров для АТР одни для всех величин) и размер множителя (множитель отдельно для каждой величины). Множитель может быть с одним знаком после запятой
1 Application
(9) MQL4 Indicators Experts
Add rules to last version of bewil ea 8 (personal job)
30+ USD
Hi Sergey, can you please make another few adjustments to the existing EA from last order, see attached: 1) add a 2nd MA (incl all setting and rules as the first MA) to enable responsiveness to longer trends. 2) RSI: a) open buy position when RSI rises above lower threshold b) open sell position when RSI falls below upper threshold c) for closing positions switch between using i) SL/TP/trail stop or ii) close buy
1 Application
(18) MQL4 Experts
30+ USD
1. EA should be for MT4 2. Parameters: int TP(default 50 points), int Slippage(default 10 points), bool SELL(default false), bool BUY(default false), no magic numbers! 3. on tick EA should check if parameter SELL is true, then check if SELL order for the symbol is already open, if no, then open SELL order for the symbol with TP 4. on tick EA should check if parameter BUY is true, then check if BUY order for the
3 Applications
(2) MQL4 Experts
30+ USD
Hello Programmers, I want to update an indicator that I am using from the Code Base called The Turtle Trading Channel so that it can be used in an Expert Adviser to be built afterwards. I also want to add a condition with an Input by how many pips the close or break above the channel needs to be. Also need the normal full range of alert Inputs to be added. Full details will be provided to the programmer and a Custom
9 Applications
(3) MQL4 Indicators
Indicator that calculate levels of open charts for dashboard (personal job)
60+ USD
to sum it up: there is an ongoing trade: gbpusd it will open the charts and monitor right? next, the new window will monitor the levels and alert # 2019.07.30 20:33 EN reply i think it should be alright since i will be putting this in a different terminal. # 2019.07.30 20:46 EN reply and i will limit the timeframes, there wont be many open trades as well maybe 3 time frames compare 3 charts # 2019.07.30 20:47 EN
1 Application
(74) MQL4 Indicators Experts
30 - 100 USD
can be applied to any pair Can be applied to any timeframe Following variables can be set in ea settings: Stop loss Take profit ratio. Example: stop loss is 50 pips and tp ratio is 2, tp should then be 2x50 = 100 pips. Multiplier. If multiplier = 2 the lot size should be doubled after tp ratio trades. Example. Multiplier is 2 and tp ratio is 3. If 3 losses in a row (tp ratio) increase next trade by 2x. If multiplier
13 Applications
(1) MQL4 Experts Forex
EA (personal job)
50+ USD
1: In higher time frame 50% rule will not be applied on RSIOMA. And the rules will be same like Stochastic of higher time frame. It means if in higher time frame RSIOMA is below or above (whatever) 50% area, and heading up (means at current candle the value is higher than previous value), then it will take take buy trade (if all other rules are matching in lower time frame.) But this rule for RSIOMA will only be in
1 Application
(1) MQL4 Experts
Experts with custom indicator (personal job)
40+ USD
As mentioned from last conversation, everything is included in attached file. Please refer and if there's anything thats need more detail, please do not hesitate to contact me. As discussed, the expert will fully based on the custom indicator as base. And i would like to have the panel that last time you included into the last expert
1 Application
(8) MQL4 Experts
Indicator with custom indicator with alarm (personal job)
60+ USD
Hello, Let's continue our conversation here. First of all, sorry to have been lost in touch, because 2 days i am driving out of town. And to answer your question " "Y+0.5 > x" :So how we can determine the price on chart?its value is for stoch level." Yes, it is the value of stoch, not the price of the chart. Thanks
1 Application
(1) MQL4 Experts
Modification of EA (personal job)
30+ USD
Could you remove the candlestick pattern as a rule of entering a trade , which means that a entry of a trade should be made when 1. Stoch RSI is at a high or low price. 70 or higher for a SELL trade / 30 or lower for a BUY trade 2. PTL changes from Bullish to Bearish. The Entry should be place when the Dot is formed The Exit strategies need to remain the same I have attached a PDF showing you examples of entries on a
100+ USD
The Renko Price EA is a expert adviser system that works similar to the Renko chart, measuring in volume instead of time. Its main objective is to place orders in the direction of price, for example if price is moving up and the TP is set to 30pips then soon as it goes up 30 pips in profit it should close the open order and reopen a new order in the following direction. If the trend changes and the SL is hit then it
30+ USD
Wanted source code for MQL5 based on the number of days high and low. Based on turtle system.Trade lot 1. Buy and sell orders automated. Buy when reach the highs over a certain number of days and sell when reach low over certain number of days. Source code ONLY as I will compile
2 Applications
(1) MQL5 Experts
Hedging additon to existing EA (personal job)
250+ USD
Adding hedging strategy to existing EA To add the hedging first some functions have to be taken out of the existing EA. For this version u can delete first: -Trading Mode 3x3=9 -Next Trade Lot Size section -Monitor Equity section This takes away a lot of complexity. I only need the multiplier mode to stay in the EA Specification of the hedging addition to the EA: 1. The hedging consists of 2 legs, a sell and a buy
1 Application
(16) MQL4 Experts
30+ USD
I have an existing MQL4 indicator that I need converted to MQL$ as well as extended Conversion - This is straight forward, The conversion should be an exact match visually as well as input variables. - The code can be modified or re-written from scratch, whichever is easiest, as long as the numbers are identical. Extension Currently the indicator has no buffers for strength and heat price. As you will see all
2 Applications
(1) MQL5 Indicators Converting
30 - 50 USD
trade opening open buy trade when up arrow appears open sell trade when down arrow appers trades closing and mangement if i set my total lot to 0.5 for example i need EA to open 3 trades together 60% of 0.5 trade 1 = 0.3lots 20% of 0.5 trade 2 =0.2lots 20% of 0.5 trade 3 = 0.2 lots so total lots is 0.5lots trade mangement stop loss - stop loss will be set or when an opposite signal occurs trades should be closed
18 Applications
(24) MQL4 Experts
EA with 4 strategies with 2 different martingale strategies and graphical objects with more then 100 different trading strategies (personal job)
30+ USD
Upgraded expert advisor with 4 strategies with 2 different martingale strategies and graphical objects with more then 100 different trading strategies with signal filter to minimise loses and risk ratio in all trades
1 Application
(13) MQL4 Experts
Fix my M&W pattern indicator from repainting along with the dashboard signals (personal job)
100+ USD
My M&W indicator sometimes repaints, alot of the time it repaints and i want to stop it somehow where if a valid pattern is confirmed bt the close of the last leg for the M or W it will not disapear even if i change the timeframe or anything. A Valid pattern should be the close of the last candle of the pattern that breaks the low of the center area of an M pattern or breaks the center area of a W and closes above
1 Application
(22) MQL5 Indicators Experts
Risk Indicator (personal job)
150+ USD
1. { RISK CALCULATION } - Cash ( 200$ ) - Balance ( %0.5) - Equity (%0.5) - Lot ( RISK BY LOTS ) 2. {SET THE RR LINES} Look at the risk reward and price line of indi, the way how it puted. If i select actual price, the lines is puted on actual price. If i disable this function, i cand put it enywhere. 3. { LINES MOVEMENT } freeze sl and tp When i select price line and move it, then move with it and SL and TP