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
111770 completed jobs in all languages
Sort by:
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
Advanced copyier of positions between mt4 and mt5 terminals (personal job)
50 USD
Need an advanced version of a realtime copyier of positions between terminals in the way to copy MT5 positions to one or more MT4 terminal, and from MT4 terminal to one or more MT5 terminals (two way). The EA/Script should work with any broker MT4/MT5
1 Application
(1) Experts Scripts
Hi, Can someone write me an alert i can use with the following criteria; Using a 5min bar chart with a 5period moving average of the highs and a 5 period moving average of the lows.I would like an alert to be given(option of repeated sound and email) when 1; a bar closes above a price i can type in and change and where the low of that bar reaches a price i can also type in and change AND it also closes above the
5 Applications
(1) Experts
Bonus (personal job)
11- USD
BONUS--------> BONUS------> BONUS-----> BONUS-----> BONUS----> BONUS----> BONUS------> BONUS------> BONUS--------> BONUS--------> BONUS------> BONUS-----> BONUS-----> BONUS---->BONUS--------> BONUS------> BONUS-----> BONUS-----> BONUS----> BONUS----> BONUS------> BONUS------> BONUS--------> BONUS--------> BONUS------> BONUS-----> BONUS-----> BONUS----> BONUS--------> BONUS------> BONUS-----> BONUS-----> BONUS---->
1 Application
(45) Indicators Experts
Change on NewScalp.EA (personal job)
50- USD
Change on Newscalp.mq4 It does trade both BUY and SELL Inside no matter what way the OriginalTrade is trading, it shall continue with that. 1) remove the original Trade and the BUG 2) Ad minDistance_filter 3) Ad Moving Average 4) Ad closeDistance 5) Ad TralBUY and TralSELL Point 2-5 is just like you have done on version V22. 6) Change the StopLoss to fit to the new version 7 Change the TakeProfit to fit to the new
1 Application
(14) Experts
30 - 60 USD
I have an indicator called "zig zag close nrp" in mql4. 2 things need to be done: 1) fix it: sometimes it happens that a rising segment is followed by another rising segment (with different slope). This is not correct: if you look at the zig zag indicator you will see that a rising segment can only be followed by a declining segment and vice versa: so no 2 segments with equal sign of slope can follow each other. If
3 Applications
(7) MQL4 Indicators
40 - 100 USD
This EA’s purpose is to provide a testing tool for trendline based trading on mt4. The details are in the Specification1 and Specification2 attached files, below is an overview of the EA. The specification my not list some critical but standard elements that are needed to make this or any EA operational, so it is understood that the job will include the creation of these elements - without explicitly mentioning of
2 Applications
Experts
Number (personal job)
10 - 50 USD
job for artem_kononov, artem_konono, vartem_kononov,artem_kononov artem_kononov, artem_kononov, artem_kononov,artem_kononov, job for artem_kononov,artem_konono, vartem_kononov,artem_kononov artem_kononov, artem_kononov, artem_kononov,artem_kononov job for artem_kononov,artem_konono, vartem_kononov,artem_kononov artem_kononov, artem_kononov, artem_kononov,artem_kononov job for artem_kononov,artem_konono
1 Application
(14) Indicators
Retouch Expert Advisor (personal job)
60- USD
Hi Eric Need to make a change in the Expert Advisor. 1.- I need a variable to limit the number of open bets . Also need when it finish working hours , instead of closing the bets instantly continues to function as normal, but do not open more positions. 2.- Also need when it finish working hours , instead of closing the bets instantly continues to function as normal, but do not open more positions. We are going to
1 Application
(5) Experts