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
246 new jobs in all languages
Sort by:
MARKET MAKER OPTIMUS (MMO) - MT5 EA (personal job)
50+ USD
Project Description I need an MT5 Expert Advisor based on Supply and Demand Zones only. The EA must use 100% mechanical rules with no manual or discretionary decisions. Every condition must be coded exactly as described below. Add the supply and demand zone on strategy modules. HOW TO IDENTIFY THE BASE (ZONE CREATION) A valid base must follow ALL rules: Number of candles in base: from 1 candle to 15 candles only
30+ USD
Hello… need an MT5 expert advisor that scans up to five user-selected symbols for bullish and bearish engulfing patterns on a chosen timeframe, displays a signal dashboard with pattern strength scores, and automatically enters trades with risk-based lot sizing, fixed stop-loss and take-profit tied to the engulfing candle’s high or low
17 Applications
44+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency
11 Applications
MQL5 Experts
30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
100+ USD
expert advisor that monitors open positions and automatically opens a hedging trade in the opposite direction when drawdown exceeds a user-defined percentage, with configurable hedge lot multiplier, combined basket take-profit
31 Applications
MQL5 Experts
50+ USD
An MT5 indicator that monitors real-time bid and ask tick volume to detect order flow imbalances and absorption patterns at key support/resistance levels, plotting delta bars, highlighting zones of potential reversals, and sending push, email, and sound alerts when an imbalance threshold is crossed
22 Applications
MQL5 Indicators Experts
50+ USD
we make money ,we print money I want to help averyone to start making money so if he purchase it you can start earning up 1000 dollars pair week which is enough to help your family and friends
2 Applications
MQL5 Experts
30+ USD
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
30+ USD
I have a simple EMA strategy, I need to create an MT5 EA to trade gold Symbol: XAUUSD only, MT5, M15 Entry Conditions BUY Open one Buy when all of these conditions are true: EMA 9 crosses above EMA 21. RSI (14) is above 50 . MACD Line is above the MACD Signal Line. SELL Open one Sell when all of these conditions are true: EMA 9 crosses below EMA 21. RSI (14) is below 50 . MACD Line is below the MACD Signal Line
46 Applications
35 - 200 USD
I will pay you a REWARD, if you find / create an EA that fits ALL the below criteria! Platform : MT4 Timeframe : doesn’t matter Pair : doesn’t matter Strategy : doesn’t matter Drawdown : no more than 25% Return : minimum 5%, every month Lot sizing : dynamic lots I will backtest the EA with 99.9% tick data accuracy for a period of 20+ years . If the EA can produce minimum 5% returns EVERY MONTH over 20 YEARS with less
30 - 200 USD
Hello, I am looking for an existing MT5 EA for XAUUSD (Gold). I do not want a custom EA from scratch. I need a high-frequency breakout scalping EA with: Buy Stop & Sell Stop (OCO) Fixed Stop Loss Automatic Break-even Tick-by-tick Trailing Stop One trade at a time If you already have such an EA, please send live results, demo, pricing, and videos
18 Applications
MQL5 Experts
30+ USD
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification
30 - 200 USD
PROGRAM: PSMI Market Intelligence Engine v1.0 OBJECTIVE: Analyse the market from higher timeframes to lower timeframes, build a market narrative, and only allow execution when every condition is confirmed. ========================================================= STEP 1 LOAD DATA ========================================================= Read: Monthly (future) Daily H4 H1 M15 M5
26 Applications
30 - 200 USD
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks
Coding and Optimization of a High-Performance, Fault-Tolerant XAUUSD News Trading Expert Advisor(MT5/MQL5) (personal job)
60+ USD
Job Description;- I am looking for an experienced MQL5 developer to build a professional, institutional-grade XAUUSD (Gold) Expert Advisor for MetaTrader 5 that is specifically designed to trade during any of the XAUUSD's news events. The EA must be developed with a strong focus on reliability, execution quality, capital protection, and long-term VPS stability, rather than simply maximizing backtest profits. Key
30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Modifying MT5 version of Gold Super Scalper (personal job)
60+ USD
Modifying MT5 version of Gold Super Scalper: 1) Make the number of bars to look back for highest/lowest a parameter (currently it's fixed to 200)? 2) Make the comment text a parameter? 3) add the following risk modes to MT5 version: FIXED_LOT_SIZE, // Fixed Lot Size FIXED_DOLLAR_RISK // Fixed Dollar Risk Same options as on MT4. Thanks! 4) Add comments to source code. Thank you
1 Application
(1) MQL5 Experts
100 - 300 USD
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
30+ USD
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
Updated Version of SuperScalping EA (personal job)
80+ USD
I need the paid version of Superscalping EA. Developer: Kamal Kanwal Requirements: Deliver the latest updated version of the EA. Include all current features and parameters. Provide the preset/settings used for the best performance. Deliver within 5 days. Budget: $80
1 Application
MQL5 Experts