Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA)

指定

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% winning" systems, but for a robust, well-designed trading robot that can be continuously improved and optimized.

Project Requirements

  • Development in MQL4 or MQL5.
  • Multi-symbol trading.
  • Scalping on M1–M5 timeframes.
  • Compatible with ECN/RAW spread accounts.
  • Advanced trade management:
    • Stop Loss
    • Take Profit
    • Break Even
    • Trailing Stop
    • Partial position closing
  • Advanced money management:
    • Fixed lot or risk percentage
    • Maximum daily drawdown protection
    • Maximum consecutive losing trades
    • Maximum number of open positions
  • Spread and slippage filters.
  • Trading session filter.
  • Economic news filter.
  • Fully optimizable in the MetaTrader Strategy Tester.
  • User-friendly on-chart control panel displaying all important trading information.

Preferred Features

The developer is welcome to propose the best combination of strategies and technologies, including but not limited to:

  • Price Action
  • Smart Money Concepts (SMC) / ICT concepts
  • Market Structure (BOS, CHoCH)
  • Order Blocks
  • Fair Value Gaps (FVG)
  • Trend filters (EMA, VWAP, etc.)
  • ATR-based dynamic Stop Loss and Take Profit
  • Multi-timeframe confirmation
  • Volatility and liquidity filters
  • AI-based scoring or machine learning components (if beneficial)
  • Automatic market regime detection (trend/range)
  • Dynamic position sizing based on market conditions

Important

  • The code must be clean, modular, and well documented.
  • I require the full source code (.mq4/.mq5).
  • The EA should be designed for future upgrades and additional features.
  • Please provide examples of previous projects, backtest results, or verified live performance if available.

I am looking for a long-term collaboration with a skilled developer who has real experience in building profitable automated trading systems and is able to contribute ideas that can improve the overall strategy.

If you believe you have the expertise to build a professional, reliable, and scalable trading robot, I would be happy to discuss the project with you.


反馈

1
开发者 1
等级
(109)
项目
180
25%
仲裁
24
17% / 75%
逾期
16
9%
空闲
2
开发者 2
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
发布者: 5 代码
4
开发者 4
等级
(12)
项目
17
35%
仲裁
5
40% / 20%
逾期
1
6%
已载入
发布者: 6 文章, 35 代码
5
开发者 5
等级
(392)
项目
505
23%
仲裁
60
57% / 25%
逾期
59
12%
空闲
6
开发者 6
等级
(106)
项目
129
25%
仲裁
24
29% / 54%
逾期
8
6%
空闲
7
开发者 7
等级
(15)
项目
21
24%
仲裁
3
33% / 67%
逾期
3
14%
空闲
8
开发者 8
等级
(2339)
项目
2943
63%
仲裁
124
44% / 26%
逾期
429
15%
工作中
9
开发者 9
等级
(5)
项目
5
0%
仲裁
5
0% / 40%
逾期
0
空闲
10
开发者 10
等级
(463)
项目
807
49%
仲裁
73
19% / 52%
逾期
141
17%
工作中
11
开发者 11
等级
(13)
项目
22
41%
仲裁
8
0% / 50%
逾期
3
14%
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
工作中
发布者: 1 代码
14
开发者 14
等级
(454)
项目
720
34%
仲裁
35
71% / 9%
逾期
22
3%
空闲
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
16
开发者 16
等级
(121)
项目
134
66%
仲裁
36
25% / 56%
逾期
22
16%
空闲
发布者: 10 代码
17
开发者 17
等级
(44)
项目
51
59%
仲裁
2
100% / 0%
逾期
1
2%
工作中
发布者: 5 代码
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
(62)
项目
90
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
20
开发者 20
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
JazzDaBot 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
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); } } }
Recently I have backtested more than 100 EAs and I have come to a conclusion that in the long-term all of them produce catastrophic results. I used 99.9% data quality and whenever possible decades of data. In the short-term almost all of them can have nice gains. But there is hardly any EA that could survive even just 3-5 years, let alone decades ! This got me thinking: if almost all EAs are unfit for long-term
I am looking for an experienced MQL5 developer to convert a TradingView indicator into an MT5 indicator. The objective is to recreate the TradingView indicator in MQL5 so that it produces the same calculations, plots, values, and signals as closely as possible. Requirements: Convert the TradingView Pine Script into an MT5 indicator (.mq5). Ensure the MT5 version matches the TradingView version as accurately as
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious
Hello, I am planning to automate my own Gold (XAUUSD) scalping strategy using xCustomEA. Before purchasing xCustomEA and hiring a developer, I would like to know: Whether my strategy can be implemented in xCustomEA. Whether any custom MQL5 coding is required. The estimated cost. The estimated development time. I already have a detailed strategy document and will provide it after the initial discussion. The strategy
Project: GoldScalpBot (already published: https://www.mql5.com/en/code/75652 ) I need an experienced MT5 developer to improve my existing Expert Advisor and its local app bridge. Current stack: - MT5 EA (MQL5) for XAUUSD scalping (EMA/momentum/breakout, ATR SL/TP, London/NY sessions, win-based lot scale, daily loss stop) - Local Node.js HTTP bridge (heartbeat + command queue) for a React Native mobile app
Project Overview I am looking for an experienced MetaTrader 5 (MT5) Expert Advisor developer to build a professional, production-quality automated trading system from a detailed Software Requirements Specification (SRS). The strategy is based on a custom implementation of the MACD indicator combined with advanced trade management and a proprietary basket/grid recovery methodology. The complete strategy and
I NEED ONE MILLON TESTED STATERGIES YOUR DUTY IS TO RUN ONE MILLION DIFFERENT SCENARIOS AND FIND ME AN ALPHA AND TESTED ON OVER ALL TYPES OF ASSESTS SO THATS IT THERE IS ANYONE WHO CAN ABLE TO DO THIS JOBB

项目信息

预算
100 - 300 USD
VAT (23%): 23 - 69 USD
总计: 123 - 369 USD
开发人员
90 - 270 USD
截止日期
 30 天

客户

所下订单1
仲裁计数0