Categories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
124314 completed jobs in all languages
Sort by:
Addition/Modification of a feature in existing EA (personal job)
39 - 40 USD
Requirement Specification An additional feature/modification desired in previously developed EA (version 4.1) by you. At present the EA takes either BUY trades or SELL trades only with adverse strategy of Exit MA or Hedge MA features Though in the trade type input there exist an option of “BUY and SELL” but it is disabled in the source code as per my own requirement requested previously. In this job I would request
1 Application
30+ USD
I have a pine script strategy based on super trend, which works successfully for me in trading view. I want to convert that into MT5 Expert advisor with similar parameters to optimise. I trade MNQ and MES usually. so I need the backtested inputs for the same as well. I have attached the file here. I'm looking for someone who can help me with this
26 Applications
100+ USD
I'd like an EA that places multiple buy and sell stop orders according to two base prices. Whenever the market hits the higher price, sell stop orders must be placed on the lower one. Whenever the market hits the lower price, buy stop orders must be placed on the higher one. Also, the current base prices must always be shown on screen and they must change as the market price drops or rises, according to the rules
42 Applications
Add limit order when inside IFVG (personal job)
45+ USD
Please add entry at the closest point of the inverted fair value gap after closing outside and returning back to the fair value gap that was broken. Ona sell order the entry will be at the top of the first candles wick that created the bullish FVG now turned IFVG
1 Application
Update My MQL5 Expert Advisor - Add AutoCandle Selection, AutoCalculate CT Size, Auto Adjust Trades, & Auto Close Trades On Max DD (personal job)
30+ USD
High Low EA Update I need an AutoCalculate CT size on another one of my Expert Advisors. This one uses pending orders instead of market execution orders. Shift b - Triggers a Buy pending order Shift s - Triggers a Sell pending order Shift e - Triggers a Buy & Sell pending order Trade Size is given in settings Trade Take Profit is given in settings Required: 1) Auto Select the active candle. Currently I have to
1 Application
Adjust lot size for the EA (personal job)
150+ USD
1. Lot Sizing Adjustment Remove the current ATR-based lot sizing. Replace it with the old method: Lot size of the new order = (distance from the very first order to the current ÷ Lot Divider) × Initial Lot Example: First order price = 1000 Current price = 1050 Difference = 50 pips Lot Divider = 10 Initial Lot = 0.01 Calculation: 50 ÷ 10 = 5 New Lot = 5 × 0.01 = 0.05 2. Distance Condition Adjustment Old logic
1 Application
30+ USD
This EA is a trading assistant to make trade entries convenient and consistent. EA enters trade at bar close (00 seconds) based on time, not ticks. The trader prepares the EA to Buy/Sell by arming it using large square on-chart buttons. BUY (prepares a buy entry at end of candle at 00 seconds) CANCEL (immediately cancels existing arming for this symbol) SELL (prepares a sell entry at end of candle at 00 seconds) Max
14 Applications
Create a currency strenght indicator (personal job)
50+ USD
This indicator pulls the price of the 8 major currency pairs and combine them algebraically to determine the value of each currency. Whether a currency pair is added or subtracted is determined by whether the currency being determined is base currency or quote currency
1 Application
100 USD
I need a professional developer to build a trading bot for Binance (DOGE/USDT) using Isolated Margin. The bot should follow the “Duke 200 Trades Strategy”. • Total capital = 3,800 USDT with a loan ×2 → total available = 7,100 USDT, distributed across 200 trades with fixed spacing levels. • Each trade has its own profit target (trade 1 = +1 USDT, trade 2 = +2 USDT … trade 200 = +200 USDT). • When any trade reaches
3 Applications
100 - 200 USD
I am seeking an experienced MQL developer to integrate a flexible Martingale system into our existing Telegram Limit Copier EA. The Martingale feature must support both automatic doubling and custom lot sequences , include clear reset rules, and handle multiple limit orders per signal without breaking existing EA functions. ⚠️ Important: Only respond after you have fully reviewed the attached work order document and
14 Applications
100 - 150 USD
Description / Brief: I need a complete optimization of my SAR Expert Advisor. Requirements: Instrument: Gold (XAUUSD) only Timeframes: 5-minute (M5) and 15-minute (M15) Run a full optimization to identify the best performing settings for the EA Provide final optimized parameter sets (presets) and a short explanation of the methodology used (e.g., optimization criteria, ranges tested, etc.) Deliverables: Optimized
24 Applications
Small update to EA: reverse order logic + add Max Daily Loss (no other changes) (personal job)
45+ USD
Hi, I need two very specific changes to the attached EA. Please do not change anything else in the code or behavior. Keep all parameters, sizing, SL/TP logic, breakeven, filters, magic numbers, etc. exactly as they are today. 1) Reverse the entry order logic (replace, do not add) I want the EA to use only STOP orders, and to replace the current LIMIT orders: When the Fibonacci leg is bearish (previously would place a
1 Application
30 - 60 USD
Hello, I'm looking for a programmer who knows the lwma indicator thoroughly. (mql5) 1, I have an mql5 EA that I start manually from the panel. I want the EA to only monitor the color change of the lwma indicator when the position is started. Only the lwma indicator color created from the data of closed candles is interesting. The color created from the unclosed - currently running - data is not interesting. So, if
26 Applications
Modify my MT5 EA to comply with MQL5 EA Marketplace and apply logo to my ea (personal job)
50+ USD
my ea has no compile error but when i try to upload in mql it give me some Validation errors Modify my EA to comply with MQL5 EA Marketplace i have some Validation completed with error and aplly logo to my ea with info panel from my other a
1 Application
30 - 50 USD
Hello MQL5 Developers, I would like to hire a developer to create a high-quality custom indicator for MT5 . The goal is to perfectly replicate the logic of the TradingView "Technical Ratings" summary, but with the so basically i want to translate pine script to working meta trader 5. pine script is working quite fine. Please review the requirements and the attached image. I am looking for a developer to build this
20 Applications
Simple ea (personal job)
80+ USD
Please modify the EA OneBar_Pending_Orders_v1 as follows: 1) The stop loss should be 50% of the take profit not 100%. 2) Instead of modifying the stop loss to break even plus 1.0 pips, the stop loss should be modified to 1.0 pips away from current price when the user definable BE% is reached. This parameter should be user definable in the EA inputs settings (0.8, 1.2 or 1.7 pips) so it can be optimized
30+ USD
i have one indicator which i want to edit and add some options ,i want indicator to show over bought oversold and flat trend in three different buffer and with three mtf options with option for three different value input for every options i want this indicatorin separate window ,indicator must show the signal of lower timeframe in the higher time frame chart ,for example if i want to see what is signal in 10minute
21 Applications
[EA Modification] Add Stop Loss Feature (personal job)
77+ USD
Please add an automatic stop-loss that’s placed immediately when a position opens . It will work alongside with current event-based exits, and handle broker constraints (ECN flow, minimum stop distance, freeze level) + I would like the EA to work properly across different brokers. The Stop Loss must be switchable (true/false) through EA inputs. Please make the Stop Loss selectable either by points or by money
1 Application
Personal EA.. (personal job)
30+ USD
I want the same logic of money management that we just did, percentage based with the hedge etc. I want it to be placed on the renko with all the things we will discuss... I believe this is an easy implementation otherwise we can modify what exist already. But I would like to try the renko. Automatic adjusting tp to the next box level for profitable closes. You will understand
1 Application
30 - 50 USD
I have an EA and I want to add a program that can input the EA's close entries into a spreadsheet in real time and automatically, so that every time the EA closes an entry, it will be automatically entered into the spreadsheet. I also want the sheet to display all the EA's entry information, including weekly and monthly performance graphs used for EA data evaluation. I'll attach the sheet for you to modify. this the
6 Applications