Orders for Expert Advisors development - closed

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
88085 completed jobs in all languages
Sort by:
30 - 100 USD
I want a trading Scalping robot that will be based on price action. The timeframe should be M1 and can trade all 28 pairs with Gold. The Robot should open trades with the directions of the market. I will provide all details on a short videos. The parameters will include lot size, TP and SL, The TP should be 1000 pips. The SL should be automatic, what I mean is, If the open trade enters in to profit, let say 2 pips
16 Applications
(7) MQL5 Experts
30 - 50 USD
Hi Developers, I am looking for a EA in MT5 based on the price Action, I have attached details with the ZIP file in the attachment, kindly look it and let me quote accordingly. I may request small changes in the EA after Back test results (Will be paid accordingly with mutual understanding). kindly share your Mql5 profile link for better understanding thank you
5 Applications
(3) MQL5 Experts
30+ USD
Adjust an existing EA to: - When a new trade is opened, only adjust SL of existing trades of the same lot size - Print any errors to adjust in the chart window with the trade ID number of the trade that failed to adjust - New button to click as a one time run: Adjust all running trades of the same pair to the newest trade (regardless of lot size)
5 Applications
(6) MQL4 Experts
Create licence system for exiting EA (personal job)
30+ USD
Hi Mike As discussed please find attached EA for the Requested Licence system. Please remove the Current licence system and Code your licence system into the EA. the current Licence system is giving us a lot of issues and want the licencing to be the same as the other bot you developed for me. Kind Regards
1 Application
(9) MQL5 Experts
Modification of EA to multipair EA (personal job)
30+ USD
Hi. I need help modifying one MT4 and one MT5 EAs. I need each EA to be able to place trades on all pairs by placing the EA on just one chart. This is similar to works you have doe in the past
1 Application
(44) MQL5 Indicators Experts
An Expert Advisor is needed which automatically places orders and tries it multiple times (personal job)
50+ USD
WHEN TRADE DIRECTION ON BUY - THEN EA AUTOMATIC PLACE BUY ORDER ONLY 1. Place Buy order only when Parabolic SAR change direction from top to bottom of the price and Heiken Ashi change color (White) and the MACD line below the zero line 2. If profit in the +20 pips, then continuing placed another Buy order and so on until reach TP (manual set) all order will be close at this point - the distance between each order
1 Application
(30) MQL4 Experts
30+ USD
The EA must place an Virtual Buy Stop Order above the Candle prior the starting time and a Stop Order below to Sell. Below and Above will be defined by an offset
17 Applications
(9) MQL4 Experts
Convert expert from mql4 to mql5 (personal job)
60+ USD
Convert the previously made Delayed Copier expert from MQL4 to MQL5 It needs to be able to work from: MT5 to MT5 MT5 to MT4 No changes besides this are needed
1 Application
(28) MQL5 Indicators Experts
30+ USD
Is it posible to backtest on strategy tester for multi timeframes ea? Because there are 2 conditions to fulfill to open a buy trade. Conditions 1 : all stoch lines Below level 10 at M5. Condition 2 : at least 2 lines Above level 10 at H1. if yes can backtest mtf on strategy tester, kindly quote me price to build EA base on stoch on mtf thanks
12 Applications
(36) MQL4 Experts MySQL
30 - 50 USD
WHEN TRADE DIRECTION ON BUY - THEN EA AUTOMATIC PLACE BUY ORDER ONLY 1. Place Buy order only when Parabolic SAR change direction from top to bottom of the price and Heiken Ashi change color (White) and the MACD line below the zero line 2. If profit in the +20 pips, then continuing placed another Buy order and so on until reach TP (manual set) all order will be close at this point - the distance between each order
12 Applications
(30) MQL5 Experts
112+ USD
I'm looking for an experienced MQL5 developer to create a custom Expert Advisor for my trading strategy. Requirements: Strong experience with MQL5 coding, specifically grid, martingale, and hedge systems. Track record of successfully completing similar projects. Ability to add a news filter, start stop timer, and dynamic TP according to the breakeven line. Attention to detail and a focus on creating
14 Applications
30 - 100 USD
I am looking for the modification of the ‘key reversal’ indicator. Currently the indicator works quite fine but the arrow appears after another 1 bar completes. This arrow should appear at the end of the formed bar and an alert should be incorporated and not lag and the arrow should not repaint once it is drawn on the chart The system is based on the current close price and the alert should be at the close of the
4 Applications
(2) MQL5 Indicators Experts Forex
53+ USD
I need An Expert Advisor for Forex Prop trading challenge. It should not exceed a Minimum drawdown of 10% monthly and should have up to 10% monthly profit. pls it should not be a dangerous account blowing strategy. If you have this ea, pls lets deal
2 Applications
(32) MQL4 Experts
50+ USD
I'm need creating an Expert Advisor that is capable of receiving web hook from my server, and carrying out specific actions in Meta Trader 5. These actions include BUY/SELL EURUSD 0.1 lots or executing an action using a specified symbol and volume. If you have experience working with web socket, JSON, or similar technologies, please let me know
2 Applications
(12) MQL5 Experts Libraries
Anpassungen des EAs (personal job)
60+ USD
Es müsste ein neuer Sicherheits stoploss eingebaut werden. Der eine gegen Verkauf ausführt der dem Verlust rezitiert . Einstellung Gegenkauf Order bei einen eingeben -Punkte . Wartezeit zum wieder verkaufen wenn es auf einstieg line kommt. Order Einstiegs line berührt geschlossen
1 Application
(7) MQL5 Experts
30 - 50 USD
I got a website where I want my future EA clients to put their Trading-AccountIDs for a license Check. What do I mean by Trading-AccountID? Required tasks: - Provide the Code that I can integrate in my EA - User must add his Client-ID (he will receive it after Purchase via E-Mail) in the EA - The Client-ID is used in the REST-Service to request the data for this specific Client (in the example 10)
3 Applications
30+ USD
1. Script applies template to ALL open charts simulatenously, thus saving time instead of manually adding updated template to each chart individually in profile on all open charts. 2. Script refreshes ALL open charts after application
2 Applications
MQL4 Experts Scripts
Adding trade management feature (personal job)
50+ USD
1. averaging trade When this feature is turned on, Trades are entered with no stoploss but with a fixed target (option to choose this pips) Trade size are fixed (option to choose lot size). When trade is in 10 pips drawdown (option to choose this pips) a trade 2 is entered with no stop loss with same lotsize with fixed target, When trade 2 is in 10 pips drawdown, a trade 3 is entered with no stop loss with same
1 Application
(13) MQL5 Experts
Modifying an existing EA (personal job)
30+ USD
Personal job to modify the buy/sell conditions of an existing EA. Ensuring that the candle body is atleast 50% bigger than the Range of the entire candle. while(i >= 0) { double length = High[i] - Low[i]; double body = MathAbs(Open[i] - Close[i]); double percentage = (double)50 / 100.0; if ((length != 0) && (body / length > percentage))
1 Application
(12) MQL4 Experts
Make Trading Panel in MT5 (personal job)
350+ USD
The Scanner/EA: Indicators 1. ATR(14) 2. Emiwalth First Confirmation 3. Emiwealth Volume (Wadah Attah) The settings throughout should be customizable With the ATR(14) All Stop-Loss: 1.5*ATR(14)(It should be customizable) from the Price One Trade to be taken. No TP Level All Breakeven: 2.0*ATR(14) (It should be customizable) from the Price All Trailing Trailing SL: 3.0*ATR(14) (It should be customizable) from the
1 Application
(25) MQL5 Experts