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
110926 completed jobs in all languages
Sort by:
Add new indicator to EA (personal job)
16- USD
Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA Add new indicator to EA
1 Application
(12) Experts
EA upgrade (personal job)
40 - 50 USD
A fix... Ensure more than two pending orders/orders can be placed (currently it stops at 2) The 'calculated amount' of pips... 15 x ATR divided by 3. Then minus 20% of 15 x ATR. If ATR is 10, the amount is 20 pips. Heres how I worked it out... 15 x ATR divided by 3 = 50 Then 15 x ATR minus 20% = 20 --------------------------- 50 - 20 = 30 Signals... If under 100SMA, enter a short position at the 'calculated amount'
1 Application
(4) Indicators Experts
10 - 40 USD
Attached is a file of the indicator called ¨Snake Force alert written in mq4 and the way it works is giving a sound and pops up window each time a double width bar is produced after the closing price for any time frame. I need to customize it so that the alarm is produced only when a double width bar -red or green- appears without single line width bars at the other side of zero line level like those you can see in
2 Applications
(1) Indicators
As discussed (personal job)
10 USD
As discussed
1 Application
(4) Indicators Experts
350 - 400 USD
Переписать декомпилированный исходник 80Кб в нормальный(читаемый). так чтобы за его доработку брались программисты. + 2 доработки.Желательно уложится в 3-4 дня, лучше сразу пишите точное время необходимое для завершения проекта и вашу цену
3 Applications
Scripts
30 - 40 USD
Hi, I need an MQL4 EA that can be used on all charts and timeframes. The EA should be compatible with as many brokers as possible (4 and 5 digit, ECN/Non-ECN) The general coding required is that it fades the prior bar high/low depending on a generic trend direction indicator (provided later). 2 postions to be entered. It should incorporate stop loss / take profit / trailing stops / or close of bar exit for each
2 Applications
Indicators Experts
60 - 120 USD
I need a simple data conversion script that will use daily historical data in .csv format to update the DAILY WEEKLY and MONTHLY data files that I am using in a manual/visual backtesting environment. Please see attached package comprising a written description plus a 7 page .pdf file of screenshots showing exactly what I want see happen to DAILY WEEKLY & MONTHLY bars as they update; I am using MetaTrader4 so I need
1 Application
Scripts
30- USD
Hi I have this bollinger band type indicator I'd like a coder to merge the band on smoothed (preferably with jurik smoothing ,I have the Jurik.) detrended price(+ 0 -) I have a sample code of bollinger band on detrended price oscillator if it is any help
1 Application
(10) Indicators
Candle Stick All Time Frame Indicator Alert (personal job)
60- USD
Creating a layout where the indicator can show bearish engulfing or bullish engulfing on multiple timeframes 5m 15m 30m 1h 4h d1. Alert signal when the pattern presents itself "EURUSD - engulfing bearish - SELL - 5min @ .3485" Creating a layout where the indicator can show bearish engulfing or bullish engulfing on multiple timeframes 5m 15m 30m 1h 4h d1. Alert signal when the pattern presents itself "EURUSD -
1 Application
(45) Indicators Experts
150 - 300 USD
DAX Trading Strategy (Nov 2011) Settings: - Working on Meta 4 - PerTrade = 0.01 Lot till 1 Lot, meens with money Management - Timeset is (MEZ) (GMTvariable) - TP / SL will not be visible for brokers The Strategy based on Timesettings and differnd from before dayli close and prices at time at 10.00h next day. please look at Rules txt file
7 Applications
(2) Experts
10 - 20 USD
I need a fragment of mql4 code that I can insert into a loop: int start() { int limit; int counted_bars=IndicatorCounted(); if (counted_bars< 0 ) return (- 1 ); if (counted_bars> 0 ) counted_bars--; limit= Bars -counted_bars; for ( int i= 0 ; i<limit; i++) { ExtMapBuffer0[i]=something; } for (i= 0 ; i<limit; i++) { TurningPointBuffer[i]=...; } return ( 0 ); }
1 Application
(7) Indicators
30 - 40 USD
OK this is the final call for this EA -- see the attached pdf My limit is 40 bucks -- absolutely no more! This job has to go through mql5 --- absolutely no other way... I need the following EA, it enters a trade on whatever chart I put it... on the open of the ny session, london session, syndey session. and I should be able to choose all or 2 or even one of these sessions using a tick feature. then at the open of
1 Application
Experts
Combing 2 or 3 Indicators (personal job)
40- USD
Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator Combining Job... Indicator
1 Application
(45) Indicators Experts
Updates on Existing Job (personal job)
20- USD
Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job.... Updates on Existing Job
1 Application
(45) Indicators Experts
Hi, Coders I want an EA using 3 indicators which are buy sell arrows based. I need the EA to have the input fields of all Indicators with true or false options to use them. For example EMA high, low or close + candlesticks under EMA low or over EMA High+ fibonacci with parameters I need to be multiframe, muticurrency Regards, Andrés
1 Application
Integration Other
40 - 60 USD
Hi all, I am looking for a ZigZag indicator for MT4 that shows a reversal leg based on point/percentage reversal. I dont want "ExtDepth", "Ext Deviation" and "Ext Backstep" but instead "point reversal" and "percentage reversal" (user can choose one of them). Say the indicator is set to reversal = 50 points (or 10%) and its last leg is upward, the indicators will keep repaint its last leg on every higher point until a
2 Applications
(1) Indicators Scripts
Stochastic StopOrder Strategy (personal job)
50 - 80 USD
I wish to get an Ea written for MT4 and MT5 which places Orders at a certain Stochastic level and if this is not reached on the next bar then the order is amended and so on. I wish to have long and short versions and to have one filter only consisting of MA crossover
1 Application
Experts
150 - 180 USD
Scalp.EA 1) When I start the EA, it often makes a quick Open/close Order BUG, which it should not do. Maybe it would be possible to make it start another way, like setting the first highest/Lowest mark without open an order ? 2) While the EA is working it suddenly makes small Open/Close order BUGs, and often they appears when a price crosses one of the Bolinger bands. 3) We have a minDistance setting, which the EA
1 Application
(14) Experts
10 - 30 USD
I need a simple indicator. I need it to be used on a daily chart. When price crosses and closes the 10sma I would like an email alert sent. This means I should get alerts only once a day at the close of the candle. I will be using this on several currency pairs. The 10sma needs to be red in color and a thickness of 3. I would like for it to have a green arrow pop up when candle crosses above the 10sma and a red arrow
2 Applications
(5) Indicators
Bonus Payment for Investeo (personal job)
10 USD
Thank you very much for helping me out. Greatly appreciate all your hard work and dedication. Thank you very much for helping me out. Greatly appreciate all your hard work and dedication
1 Application
(19) Scripts