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
111286 completed jobs in all languages
Sort by:
20 - 25 USD
custom indicator gives out buy/sell signal and value EA needs to follow the buy /sell value and open trade Need a simple EA with lot size/ tp/sl/ timer clock/magic # only one indicator is used. please quote your fees. MT4 only Thanks
4 Applications
(12) Experts
Improving a current indicator (personal job)
60- USD
Creating a layout on the screen that shows the 5min 15min 30min and 60min support resistance and zone size. In addition an alert will trigger when the price is broken on the support or the resistance
1 Application
(45) Indicators Experts
Job for Marcin (personal job)
Job for Marcin
1 Application
Experts
Number of bars since last new high or last new low (personal job)
30 - 40 USD
I have a custom indicator called HH_LL.mq4: it calculates the moving maximum and moving minimum of the close price over a window (of 20 periods). I need a custom mql4 indicator with 2 buffers: buffer 1 is a counter that counts the number of bars since the last new increase of the moving maximum (HH_MA). So anytime since that last new increase that this buffer goes sideways or down, the counter goes up by 1. If the
1 Application
(7) Indicators
15 - 30 USD
I need an indicator where I can paste a time & date into paramaters and it displays on the chart as to whether... - Price was over or under XX SMA on XX timeframe - Profx06 was green or grey - Profx01 was up or down. Chart display example... 11.04.2011 12:42 - OVER, GREEN, UP 09.29.2011 15:45 - OVER, GREY, DOWN Format to be used MM.DD.YYYY HH:MM. I need 20 field entry boxes in parameters
2 Applications
(4) Indicators Experts
30 - 40 USD
This is for a custom indicator in mql4, in a separate window. very simple idea: you set your chart to line graph, and you draw a horizontal line, how many bars until you meet the close price line again? This custom indicator only needs 1 buffer that shows this number of bars. If there is no value to the left (because we are making a new all-time high or low for this chart), then just give it the number of bars on
2 Applications
(7) Indicators
Converting MT4 with dll to MT5 Project (personal job)
50 USD
Aries, I have another job for you. It is converting MT4 with DLL into MT5 EA. You have done similar job for me before; hence, it should be doable for you. Attached are the files and I will price the job at $50. I believe that we may need to run the MT5 with 32 bits
1 Application
(19) Experts
20 - 35 USD
Greetings, I need a trend following, martingale system. Positions are opened by the trend, determined by the Slope MVA (indicator will be attached). All positions are runned untill an TP of the serie is hit. Details in PM
6 Applications
(2) Experts
25 - 30 USD
EA Time Frame: 1M Buy Condition Above: 400 SMA if(iMA(Symbol(),period[x],9)>iMA(Symbol(),period[x],18)) Take profit: 50 Trail Stop: 20 Stop Loss: 50 Again Buy if(iMA(Symbol(),period[x],9)>iMA(Symbol(),period[x],18)) Same process repeat But if if(iMA(Symbol(),period[x],9)<iMA(Symbol(),period[x],18)) and SMA IS ABOVE 400: NO FUNCTION Sell Condition Bellow: 400 SMA
2 Applications
(1) Experts
30 - 40 USD
Please see the attached pdf pages 1 to 5: it contains the description of an indicator called "congestion count". It's a counter that goes up during a congestion, with congestion defined as the overlapping range of 2 bars: high previous bar > low current bar or low previous bar > high current bar. The result is that during a congestion the value of this indicator will go up by 1, bar per bar. To avoid that a
1 Application
(7) Indicators
20 - 40 USD
Hi, I am looking for an EA with the following specification. EA calculates trend or countertrend market. If ATR above a certain value (extern) it is countertrend market. If ATR below a certain value it is trend market. Open position when bar close crosses EMA (extern). When bar close crosses EMA from below to above opens long position in trend market or opens short position in countertrend market. On next close / EMA
4 Applications
Experts
15 - 75 USD
Two indicators nearly identical, one long and one short. The short indicator is basically the long indicator but the "other way up". i.e. the rules are reversed. The EA needs to monitor the return values from the two indicators and enter a long or short when triggered. The EA also needs to insert stop loss and profit target orders (as OCO orders) when entering a trade. It may modify the stop and profit orders in the
6 Applications
Indicators Experts
Optimization of Indicator - (Debugging and Streamlining) (personal job)
150- USD
Analyzing the indicator and code to optimize the execution of the data layout. The calculations and the memory usage. Compile the lines of code for maximum productivity. Analyzing the indicator and code to optimize the execution of the data layout. The calculations and the memory usage. Compile the lines of code for maximum productivity. Analyzing the indicator and code to optimize the execution of the data layout
1 Application
(45) Indicators Experts
Add signal to ( BolFib_v1.32 ) EA (personal job)
10 - 50 USD
Add signal to ( BolFib_v1.32 ) EA I like to have some Add on Item . ( Combine 3 TimeFrames of Bollinger Bands with 2 Level Line ) and can use only Combine 2 or 1 only too . ( All TimeFrames can use ) 1.A Bollinger Bands on Day ( or All TimeFrames can use ) with the 2 Level line ( on/off and Adjustable ) 2.A Bollinger Bands on Week ( or All TimeFrames can use ) with the 2 Level line ( on/off and Adjustable ) 3.A
1 Application
(14) Indicators Experts
50 - 100 USD
I need an indicator to draw a color coded rectangle box at a specific time on normal trading day. An expert advisor is also need for backtest on strategy tester and live trading
4 Applications
(2) Indicators Experts
10 - 15 USD
Can someone please code the following hidden buy / sell EA please? here are the inputs below. Everything should be hidden and use a magic number: Hidden Buy/Sell EA with hidden SL, and hidden Take Profits Enter Magic Number : Hidden Order Type : Buy/Sell Enter the Entry Price : Lots : Slippage : Enter Hidden Stop Loss Price : Move Hidden Stop Loss To Break Even When Price Hits : Take Profit 1 Enter 1st Take Profit
3 Applications
(3) Experts
50- USD
Hi i want a DLL which should contain the coding for SinceNewDay, (number of bars since the new day happened) DayLc3, (Lowest close of the Day three periods/bars back) RSI12 (12 period low of RSI) SinceRSI12 = Bars since RSI Low happened. (see the attachment) VC = Bar Low value when RSI12 happened. (see the attachment) so that i can access the variables declared in DLL in the MQL4 EA. i work on 30 min chart
3 Applications
Experts Integration
11- USD
Hi i just want the code for a simple function double RSI=iRSI(NULL,0,16,PRICE_CLOSE,1); int SinceRSIbottom = want code for this (how many bars passed since Point1 happened) see example chart. Double 24Low = want code for this (Low price recorded when Point1 happened) see example chart. Thats all. want it to be done in MQL4 format . please respond only if you can do it fast. Thankyou
1 Application
Indicators Experts
Brokers Compare Job for Investeo (personal job)
150 USD
As you know each broker has different price feeds and there are also always major differences between demo and real trading account. I would like to create a software that is able to compare and display the price feed of different brokers. Let's say that I would like to compare the price feed/tick data of 12 different brokers i.e. Varengold, Alpari, AAAFX, MIGbank and etc. I would attach a script or EA that would
1 Application
(19) Experts Scripts
3 indicators EA (personal job)
Hi, I will like you to program this EA for me. It uses three indicators, one of the indicator is use for the trends. I will send you the detains. Thanks Sam
1 Application
(2) Experts