Orders for Expert Advisors development - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
92871 completed jobs in all languages
Sort by:
30+ USD
Hi. I have an indicator that I want to try to automate, using an EA template that I have (I just know some simple coding rules to play with it). I usually use it to try indicators using iCustom function, but since I'm not a coder, it's difficult for me to use an indicator that I have (I will send it later), because buy/sell arrows and TakeProfit/StopLoss objects are not usable with iCustom, since they are not in the
7 Applications
Piedel EA V4 (personal job)
100+ USD
HI Hossein I would like to add fonctions to my EA. First fonction: One serie's of trade per direction = true or false if there is one position or more open in the same direction, and the signal is still in that direction, and close in P or L, the EA will wait the opposite signal to open a new position. Second fonction: Place Pending Order = true or false Distance in pips = …
1 Application
30+ USD
EA must open and close trade as per indicator Buy & Sell signal. If a Buy trade is open and after few hours or days indicator give Sell signal, then EA will instantly 1st close the ongoing Buy Trade & then open Sell Trade instantly and vice versa trade. EA should have option to specify Stop loss and Take profit target in pips and all basic setting which all EA has. EA's source code must also be provided by the
17 Applications
30 - 50 USD
Hello, this simple EA is based on the intersection of 2 moving averages, the third serves as a filter + an end-of-trend indicator (I have to decide, but we accept proposals). The TP the SL and the Trailing must be inserted. The possibility to choose all the variants of Moving Average and applied to close, open etc ... Thanks
21 Applications
New ea-manual order magic number (personal job)
35+ USD
ea with the trade panel(buy stop, limit order, instant order from dropdown like before) settings: automagicnumber: yes\no autolotsize control for balance box on trade panel for comment --- so i can put order in with magic number and modify it manually in mt4 terminal we can also control the lot size by manual or auto
1 Application
Current ea system modified with a Partial take profit system, Will send the EA you coded for me a few months back to be modified. (personal job)
80+ USD
Weekly Setup: Buy setup: - Weekly current candle breaks previous weekly candles high - Daily candle closes above the 10ema - only look for buys on the weekly setup if the daily 10ema has closed above the daily 25ema (change from 18ema to 25ema) must be on close above not only tick above - 4hour 10ema must be above the 4h 50ema - 4hour Green TDI and Red TDI must be above the Yellow MBL then the 4hour Green TDI and
1 Application
Merging 2 eas into 1 (personal job)
200+ USD
Job for Hamed... I need to merge 2 EAs ... i have included the two eas that need merging ... needs to have a DD percentage activation. Also the functionality wont go into affect until the dd hits the % change
1 Application
50 - 75 USD
Looking for a manual trading assistant that will allow me to enter multiple positions with one click for FX pairs, metals, indices, etc. Something like: BUY button SELL Button #of Entries: TP: SL: TS: BE: Radio Button Pips Radio Button Points Lot Size Fairly basic, just an add on to One Click Trading
13 Applications
Modification of EA (personal job)
100+ USD
Convert a previous MT5 EA to MT4. Job is for the developer (Biantoro). Grid and Zone Recovery EA. Maximum Lot size fix, and slippage. Modification and optimization, using a unique special martingale strategy.. I hope this is enough description.. develop and create the best EA, Voltron Pro
1 Application
HILO (personal job)
60+ USD
If a candle makes a higher high than the opening candle. Colour as a Bearish candle, This then becomes the new weekly high EA should continue to colour candles as Bearish each time it makes it a higher high than the weekly high. Each time there is a new high , this candle becomes the weekly high
1 Application
35+ USD
Please update th exixting EA as per our discussion. Below are things to be done. 1. BUY/SELL/CLOSE Button for Manual Trading 2. Optimized EA for fast update of Dashboard 3. Add Fibonnaci levels for Trade Entry 4. Correct the color coding of price levels 5.Correct break even and lock profit feature
9 Applications
30 - 50 USD
Write this EA into proper MT5 code without the #Include <MT4orders.mqh>, cleaning and tidy up the code by using Classes, like CPositionInfo Use CDouble(wrapper) library for MQL5 (https://www.mql5.com/en/code/19727), to round pips/points in 4/5 digit brokers, including JPY and XAUUSD At the moment, order modification for TP is FIFO, you should set this into 2 input situations: FIFO and FILO Replace NormalizeDouble()
3 Applications
Engulfing EA (personal job)
100+ USD
As per the rules stated in our private messages. Looking for a flexible expert advisor with entries based on engulfing candle. There r options such as fast MA filter among others and exits using either the fast MA or the Bollenger upper or lower bands
1 Application
190+ USD
====Insert asset comparison ===== Imported assets : Investing or Trading View A. Asset name = ㅁ, B. Asset name = ㅁ <-- Ticker, For example : DJI, SPX, AUDUSD etc(Investing or Trading View) c. Asset name = ㅁ, d. Asset name = ㅁ <-- The name of the Asset in my broker. For example AUDUSD, EURUSD etc ====1. Enter order===== Entry time : 00:00:00 Lot Size c : ㅁ, d : ㅁ A (%)> B (%) -> buy c, sell d A (%) <B (%) -> c Sell
2 Applications
Engulfing indicator (personal job)
40+ USD
It is an indicator based on engulfing candles. Engulfing Candles logic: 1 Bull candle: upper wick must be less than x% of whole candle Lower wick must be less than y% of whole candle Bear candle: upper wick must be less than x% of whole candle Lower wick must be less than y% of whole candle Rule: 1 FRACTAL POINTS (On/off) number of fractal to be valid: X if On, user will be able to set number of fractal points to
1 Application
Code first lot size according to account equity (personal job)
30 - 40 USD
I need a code for reversal ea , for first trade lot size. if account equity is >=700, use lot size LotSize= 0.1; if account equity is >=1400, use lot size LotSize= 0.2; if account equity is >=2800, use lot size LotSize= 0.4; if account equity is >=4200, use lot size LotSize= 0.6; if account equity is >=5600, use lot size LotSize= 0.8; if account equity is >=7000, use lot size LotSize= 1.0 double
1 Application
30+ USD
I need a RSI & Bollinger Bands based EA, it has no difficult ideas, very simple instructions. The EA has to be fully functional. If you dont understand the instructions please let me know so we can talk about it. All the instructions are on the attached files. Thanks in advance
8 Applications
EA modification to store and execute virtual pending orders (personal job)
80+ USD
The existing EA needs to back test and store current and historical orders as virtual orders to be sent to the market to be filtered by 100 SMA and executed. The 4 requirements; 1. Do a code to ensure that the EA scans all TFs from 30 min and above for signals instead of scanning the current TF only 2. Scan historical orders on all TFs from 30 min and above and store the orders as always active virtual pending orders
1 Application
170+ USD
The EA must read TradingView alerts (or any other form of getting signals) and transform into MT4 operations. TradingView Alert Example: long pair=EURUSD sl=x.xxxxx short pair=EURUSD sl=x.xxxxx That's it, no strategy or other things, it just read and convert datas to MT4. Price negotiable, ETA max 2 days not negotiable! The faster you complete, the more money you will receive
7 Applications