Categories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
30+ USD
Hello. Thanks in advance for considering working on this project. Requirements: 1._ I want all buying signals to be above the MM (range and body of both engulfing candle). 2._ I want all selling signals to be below the MM (range and body of both engulfing candle). One of the attached images shows how it is working right now and I don't like it. 3._ I'd like to be able to choose a cell and letter color for signals
12 Applications
50 - 60 USD
Project Overview: I have a working MetaTrader 5 (MQL5) indicator (session-based range box with breakout line logic). I need this converted into a fully functional MetaTrader 5 Expert Advisor (EA), with complete entry/exit trading logic added on top. I will share the indicator file (.mq5) for reference — please replicate the exact same range/breakout calculation logic from the indicator in the EA, then add the trading
74 Applications
Modify EA (personal job)
30+ USD
I have an existing Expert Advisor that I would like modified. Do not change the existing entry or exit logic. I only want the following trade-management features added. 1. Breakeven Add an adjustable breakeven function. Inputs: Enable Breakeven: True/False Breakeven Trigger: ___ points Breakeven Offset: ___ points Example: If Breakeven Trigger = 100 points and Breakeven Offset = 10 points, once the trade reaches +100
1 Application
30 - 70 USD
Hello, Gooday , Good programmer who can place Logic for the to execute trade only when CONDITION of logic is meant by broker server parameter, Expert advisor place order to avoid slippage . Source code will be available to selected programmer. Check and Re-organise the parameter to meet BROKER server parameter or Condition to execute pending order to aviod large slippage
35 Applications
Modification of Previous Macd_sto_EA (personal job)
30+ USD
This new modification will involve taking trade rule #29 and changing the MA crossing and adding extensively to the force indicator's level department. Everything else in the previous version of EA will stay the same. https://www.mql5.com/p/21/3809472
1 Application
Requirement Specification -Updated version of SuperScalping EA (personal job)
50 - 80 USD
Requirement Specification I want the updated version of SuperScalping EA with the below 1) lot size option 2) Add option to recalculate SL to the $2(or the set value) after a entry slippage by the broker, because i have noticed many pending trades entry slippage, sometimes even to $1 then the total SL becomes $3...(300 points) , so if you can have a option in the code that first checks the slippage from the original
1 Application
Add "PlusMinus" Exit Rule at Step 2 to create MaxxPattern Classic Micro v2.1 (personal job)
30 - 45 USD
Hello again, Mr. Hasan, To address some small losses, let's place a new 'PlusMinus' variable to create MaxxPattern Micro v2.1 Add PlusMinus Exit Rule at Step 2 for MaxxPattern Classic Micro v2.1 New instructions: Add PlusMinus Exit Rule at Step 2 is the only update Issue: Small Losses resolved by PlusMinus Exit Rule option Trade Name Issues: Closure returns a small loss Fix ShortTrade ShortTrade on Oil opens at
1 Application
30+ USD
Pine Script indicator code to MT5 indicator conversion. Please I want to a convert a supplied TradingView Pine Script indicator into MQL5 for MetaTrader 5 . Core Requirement The Pine Script is the master/reference code . The MT5 version must reproduce it exactly , as closely as technically possible. Strict Requirements Code Logic Convert the Pine Script line-by-line. Preserve all calculations, formulas, conditions
28 Applications
Next project (personal job)
30+ USD
The strategy is based off 2 tradingview indicators. What needs to get done is we need to create the signals on tradingview based on those w indicators. Once that indicator is created on tradingview we need to translate it to mt5 and make sure resultsvare the same. After that we need to make am ea out of that mql5 indicator. I'll add a bonus at the end when I'm happy woth the work
1 Application
Update Time Range Sweep EA for Futures (personal job)
30+ USD
Update Time Range Sweep EA for futures version as it's not working for futures due to tick size handling issues, invalid stops issues and contracts issues etc. https://www.mql5.com/en/market/product/111406 Issues to be fixed : 2026.08.11 08:45:01.724 Time Range Sweep EA (EPU26,M5) Alert: The Sell order request could not be completed -error:4756 2026.08.11 08:46:04.870 Time Range Sweep EA (EPU26,M1) Alert: The Sell
1 Application
Rules Based Multi Timeframe Expert Advisor (personal job)
50+ USD
Rules Based Multi Timeframe Expert Advisor. This Expert is built on the interaction among RSI, ATR, ADX, SMA(10), SMA(200), 5 minutes timeframe, 30 minutes timeframe and 1 hour timeframe. When RSI crosses above 45 from below and a bullish candle is formed which crossed and closed above SMA(10) on the 5 minutes timeframe; SMA(10) is above SMA(200) on the 30 minutes and 1 hour timeframes; ATR(14) >=1.5 on the 5 minutes
1 Application
7.116 (personal job)
80+ USD
***SELL TYPE 1 - ON/OFF*** AUDUSD M5 2026.7.17 12:30 Step 1: A. Min of '3' number of candles with lows equal to or increasing in value (Must be at least 2 candles) B. At least one candle must have the following location: [equal price NOT ALLOWED]: High above x% (T/F) High below x% (T/F) Low above x% (T/F) Low below x% T 0% Sell signal candle (first candle after last step 1 candle): - Low of candle is equal to or
1 Application
30+ USD
Job Details: Need to convert a Pine Script v5 trading strategy into a fully functional MT5 Expert Advisor (.mq5 & .ex5). Key Strategy Components: Asset: XAUUSD (Gold) support & resistance level sweep(Left=1, Right=1) + 30 EMA condition Entry: Pending Buy Stop / Sell Stop orders placed on candle close Order Management: Automatically cancel/delete un-triggered pending orders on every new bar Risk Management: Partial
72 Applications
Rewrite NFC/NPC Code (personal job)
40+ USD
Hi. I would like to make a few modifications to the EA. The current EA can be found here: https://www.mql5.com/en/job/250967 ========== Modification 1 - Rewrite NFC/NPC Code ========== The current EA is running too slowly in the MT5 strategy tester. I think that it is due to the increasing number of NFC/NPC calculations. Thus, I would like you to rewrite the code for NFC/NPC such that the calculation is only done
1 Application
Volume addition to Let it Run (personal job)
50+ USD
1. TICK VOLUME MA FILTER INTEGRATION - Tick Volume filter to act as an additional gatekeeper alongside our Phase 3 velocity checks. - Add these external inputs to our user panel: * Input_UseVolumeFilter = true/false (Default = true) * Input_VolumeMAPeriod = 20 (Default = 20) * Input_VolumeMultiplier = 1.0 (Default = 1.0) - Logic: The EA must calculate a Simple Moving Average (SMA) of the Tick Volume using the last X
1 Application
30+ USD
I need help fixing the trailing stop in my EA. The trailing stop appears to work correctly during backtesting, but it does not work as expected when the EA is running on a live trading account. Please review the trailing-stop logic and identify why it behaves differently in live trading. In particular, check for issues related to broker stop-level/freeze-level restrictions, symbol digits and point calculations
11 Applications
Add a trailing Stop (personal job)
30+ USD
Hello. Please add a trailing stop to this EA. Thank you, Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you
1 Application
Release 5 - Addition, Editing, Integration for Forward Optimizer (personal job)
70+ USD
**** Req 1 Look at the lowest identical Highest Profit Optimization line and bring that line towards forward testing To make it clearer, there will be 2 new entrance into the Selection Objective, I made naming shorter Maximum net profit last line Maximum net profit last line + Maximum net profit Many times first line will be the last line...so we need an asterisk similar to when amounts differ, lets make it in blue
1 Application
50+ USD
This job is to refine an existing expert by replacing one indicator with another. Back test it before you send it. Details will follow when developer is accepted for the order. Have experience and background. Thanks
36 Applications
7.115 (personal job)
45+ USD
+++++++7.115++++++ Will be using % as reference to bollinger bands (100% top band, 0% bottom band) Include middle bollinger value accuracy input like before: X number for number of decimal places Please add options for signal ARROW size, color, distance ============================= Indicator looking forwards: SELLS: Step 1: A. Min of 'x' number of candles must have the following location: [equal price NOT ALLOWED]
1 Application