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
112095 completed jobs in all languages
Sort by:
Модификация советника (personal job)
25- USD
Modification of expert advisor . 1 Trailing stop 2 Возможность увеличения размера лота автоматически с заданным коэффициентом (мартингейл) после убыточной торговли с последующим возвратом в начальные условия после удачной торговли, эта функция должна работать как в режиме процентного определения размера лота так при фиксированном заданном размере лота. При риске например 1% он увелчивает размер ордера
1 Application
(16) MQL4 Experts
50 - 100 USD
THIS PROJECT IS BEING RELISTED AS THE PREVIOUS DEVELOPER WAS UNABLE TO MAKE THE EA WORK The Ea is based on the THV trading system, the THV TRIX indicator is very tricky I do not have the Source code. the EA uses these indicators to open short and long positions it also closes based on the same indicators. It will also use a third party paid indicator for support and resistance levels. The EA is designed to run in the
8 Applications
(31) MQL4 Indicators Experts
10 - 30 USD
sample ea start open by selectioon open buy =flase open sell =true ----------------------------------- mm auto lot manual lot takeprofit stop lose max spread max order multipkator ------------------------- condition if order takeprofit rich begin again if order1 stop lose rich open opssite order2* multipkator if order2 stop lose rich open opssite order3* multipkator if order3 stop lose rich open opssite
2 Applications
(2) MQL4 Experts
Registry functions under MQL4 ... (personal job)
50- USD
I need a package functions under MQL4 to do so: - if MyREGISTRY registry key don't exists to create it under HKEY_USERS - to read MyREGISTRY registry key value and return it as a string - to write a new string value in MyREGISTRY registry key The functions can use advapi32.dll functions but I need all instructions to use it under mql4. Thank you
1 Application
(1) MQL4 Libraries Scripts
50 - 250 USD
Hi, I wish to build an EA, but first I need some custom indicators built for me. There are five of them. Most of them are not very complicated. They are - 1. AVE P This is simply the average of the most recent 14 close figures, divided by the previous 14 close figures. So, it looks at the last 28 close prices, and compares the simple average of the most recent 14, to the simple average of the previous 14. 2. L2
6 Applications
(2) MQL5 Indicators
DayTrading (personal job)
50 USD
Hello. Let me get to the bottom line! I have a custom Indicator that I can't not share because it has a hardware ID and if I share it they can disable it. So I can this indicator that is custom and It uses Arrows. The only thing we can do if you show me or give me a script I can put in my the metaeditioor or something so we can get this EA running. Thats the goal, Is to make the custom indicator into a EA! The person
1 Application
(1) MQL4 Experts
50 - 250 USD
Hi, I want to get an EA that has multiple indicators on it, from which I can test various combinations of those signals to generate buy or sell signals. Some of the indicators are standard, but there are some custom ones I would want added, too. None of the custom ones are complicated though. I would like to be able to test various combinations of these indicators, inputting certain parameters for them, to come up
22 Applications
(2) MQL5 Indicators Experts
Simple Triangular Moving Average EA (personal job)
25 USD
Hi, I need to build a simple EA from indicator 10.2 TMA TRUE v2.2.ex4 or similar, which uses a Triangular moving average and ATR lines. The rules for EA are simple... * Always when the price crosses the red line - BUY * If the blue crosses - SELL. * Not wait for candle close. * No stop loss and take profit (I manually closing) It is not necessary to use this indicator to EA, I just need to work on the same principle
1 Application
(1) MQL4 Indicators Experts
KiSlope (personal job)
10 - 15 USD
Hi, I want a price for simple KiSlope EA. Use two (indicators) Buy Condition Buy at Hiki indicator signal, however the signal must be confirmed with the Other indicator. The two indicators must all be in buy condition. Find attached pic. Sell Condition Sell at Hiki indicator signal, however the signal must be confirmed with the Other indicator. The two indicators must all be in Sell condition. Find attached pic
1 Application
(21) MQL4 Experts
Services Fedor Arkhipov (personal job)
40 USD
Develop project as spoken by messages! If you need more information just let me know! If you have questions you can contact me at any time. Thanks in advance. You are the best
1 Application
(10) MQL4 Experts
10 USD
Hello, I need a simple input enum to start and stop trade time. format "00:00" "hour:minute", step 5 minutes from "00:00" until "24:00" Like this: The idea is something like this: int hour = 0 ; int min = 0 ; for ( int i= 0 ;i< 289 ;i++) { Print ( IntegerToString (hour, 2 , '0' ), ":" , IntegerToString (min, 2 , '0' )); if (hour == 24 ) break ; min += 5 ; if (min == 60 ) { hour++; min = 0 ; } } Than a little
4 Applications
MQL5 Indicators Experts
INDICATOR MODIFICATION (personal job)
30 USD
Hello, I would like to go ahead with the indicator modification that we discussed. Please feel free to let me know if you have any questions or suggestions along the way. Thank you very much
1 Application
(18) MQL4 Indicators
10 - 15 USD
Need alert in my indicator. When red/line cross and next bar is open then give signal. Only PopUp window from metatrader, must work on any timframe and any pair. Pleas ask before take the job
10 Applications
(7) MQL4 Indicators
100 USD
need to build EA according to the candle time frame and the opening of this candle and the high and low for the sum of the candles after the bigginig candle .... with stop lose ..and takeprofit .. excution or open orders must be according to the bid price ..only .. with initial lot size in the first open order then EA must make calculation for the next lot size according to the sum of lose ..and in the end when take
12 Applications
(7) MQL4 Experts
10 USD
Hi Mikhail, thanks for your help. Here is the bonus. This is an email notification if you like with Ticket #: Instrument: Direction: “Buy or Sell” Open Price: “the price” Enjoyed working with you. Thanks
1 Application
(2) MQL4 Experts
10 - 33 USD
I am looking for a way to backtest a semi-automated strategy. My semi-automated strategy open and close most orders mechanically (through the use of an EA), however from time to time i have to modify manually the take profit of certain open trades in order to close before or later the opened position. My idea is to add a function to my ea that will give me the opportunity to drag up or down the take profit of certain
4 Applications
(7) MQL4 Experts Scripts
Snipper Part 1 (personal job)
150 USD
Multi charting : This logic should be working on multiple charts involving all logic across currency pairs at given point in time. Money Management: If current account balance is less than x amount of Dollar, do not make a new trade. Input: Minimum Balance in USD to trade: Position Sizing for Trade: Position size = ((account value x risk per trade) / pips risked)/ pip value per standard lot Account Value: =My
1 Application
(1) MQL4 Experts
Change of stochastics indicator (personal job)
40 USD
Change of the STOCHS-Alert indicator, to be able to use other symbol than current symbol ---------------------------------------------------------------------------------------- Its like the same job you did on the RSI-Alert OtherSymbol-indicator. Ability to use alternative symbol on current chart. It draws the text and the arrows above and below the candles on the current symbol, as the indicator does already
1 Application
(20) MQL4 Indicators
15 - 20 USD
Indicator making job based one candle patterns when certain condition happen indicator must drown line and give signal at break out. both visual at mt4 chart and popup, Email and text message at mobile. if you are previously have exprience in the same kiend of work then please apply for the job and my budget is 20$ thanks
7 Applications
(38) MQL4 Indicators Experts
Fibo Channel based on 1H candle HL with buffer outputs (personal job)
100 USD
PROJECT SPECIFICATION: VIDEO: https://youtu.be/sm6qsKNejNQ General outline: I need a non-repainting Fibonacci channel with buffer outputs, based on previous hourly candle HL. Channel needs to have options to be applied on H1, M30, M15, M5 and M1 charts. Example of applied channel on M1 chart (see image step1.png): 1. At closure of M1 CANDLE, which opened at 10:59 a 1 hour time period is measured (from 10:00:00
1 Application
(1) MQL4 Indicators