指定

I am looking for an experienced MQL5 / MetaTrader 5 developer to create a professional and highly optimized XAUUSD M1 scalping Expert Advisor.

The EA should be designed specifically for Gold (XAUUSD) on the M1 timeframe, with the main objective of producing frequent, high-quality BUY and SELL trades while maintaining controlled drawdown.

High Trading Frequency / Small Profit Scalping

The EA should be designed to execute a very high number of trades per day, provided that market conditions and spread allow it.

The objective is not to wait for only a few perfect setups per day. I want the strategy to actively search for frequent short-term scalping opportunities on XAUUSD M1.

The preferred trading style is:

  • High number of trades per day

  • Short trade duration

  • Small profit targets

  • Fast entry and exit

  • Repeated exploitation of small price movements

For a starting balance of approximately $1,000, the typical target profit per successful trade should be relatively small, for example approximately:

$1–$3 net profit per trade

depending on lot size, spread, volatility and current market conditions.

The profit target should be configurable and may also be dynamic rather than fixed.

The EA should be capable of taking multiple trading opportunities during the same market session and should not have unnecessary restrictions that reduce trading frequency.

However, the high trading frequency must not come at the cost of uncontrolled risk. The EA should still respect:

  • Maximum spread

  • Maximum drawdown

  • Maximum open positions

  • Daily loss limit

  • Recovery limits

  • Market volatility conditions

The goal is to create a high-frequency M1 scalping approach with many relatively small winning trades, rather than relying on a small number of large-profit trades.

Main Strategy

The primary trading logic should be based on:

  • EMA 9

  • RSI

  • Price action / candle confirmation if necessary

  • Spread control

  • Volatility control

  • Market condition / trend detection

EMA9 and RSI should be the core indicators, but I am open to additional confirmations if they improve the strategy significantly.

The developer may also use free indicators available from the official MQL5 Market, provided they can be legally integrated into the EA and improve the trading results.

BUY / SELL Trading

The EA must be able to trade effectively in both directions:

  • BUY positions

  • SELL positions

I do not want a system optimized only for bullish or bearish market conditions.

The target is approximately:

75%+ Win Rate for BUY trades

and

75%+ Win Rate for SELL trades

This should be treated as a development/optimization target and must be verified with proper historical backtesting and preferably forward testing. I understand that no developer can guarantee a fixed future win rate or profitability.

Losing Position Recovery / Hedging System

One of the most important parts of the project is an intelligent recovery system.

When a trade moves significantly into loss, the EA should have the possibility to open a hedging/recovery position.

Examples:

  • Hedge XAUUSD BUY with XAUUSD SELL

  • Hedge XAUUSD SELL with XAUUSD BUY

  • Optionally use another correlated or negatively correlated instrument if testing proves that this improves recovery

The purpose of the hedge is not simply to double the position size.

The EA should calculate the combined floating P/L of the original trade and recovery trades.

The objective should be to manage the complete basket until the combined result reaches approximately:

Break Even (BE)

or preferably:

BE + small profit

Then the EA should close the complete recovery basket.

The recovery system should therefore work dynamically and calculate:

  • current basket loss,

  • required recovery profit,

  • hedge position size,

  • average entry price,

  • total floating P/L,

  • commissions,

  • swap,

  • spread,

  • break-even level.

I would prefer an intelligent hedge/recovery algorithm rather than a simple unlimited Martingale system.

There must be protection against excessive recovery positions and uncontrolled drawdown.

Trailing Stop

The EA must include configurable trailing functionality.

Required options:

  • Trailing Start

  • Trailing Distance

  • Trailing Step

  • Break Even

  • Break Even + profit

  • Optional ATR-based dynamic trailing stop

Example logic:

When a trade reaches a certain profit, the EA should move SL to BE and then start protecting progressively more profit as the price continues moving in the profitable direction.

Risk Management

Initial account deposit:

$1,000

The EA should include:

  • Fixed Lot mode

  • Risk % mode

  • Maximum lot size

  • Maximum number of simultaneous positions

  • Maximum number of recovery positions

  • Maximum daily loss

  • Maximum account drawdown

  • Maximum floating drawdown

  • Daily profit target

  • Emergency Close All

  • Stop Trading after reaching predefined loss

  • Stop Trading after reaching predefined profit

The strategy must be suitable for a relatively small starting account of approximately $1,000.

Capital protection is very important.

XAUUSD Scalping Filters

Because the EA will trade XAUUSD M1, I would also like configurable filters such as:

  • Maximum Spread

  • Minimum volatility

  • Maximum volatility

  • ATR filter

  • Trading hours

  • London session

  • New York session

  • Asian session

  • Friday trading filter

  • News filter if possible

  • Minimum time between trades

  • Maximum trades per minute

  • Maximum trades per day

Market Condition Detection

The EA should ideally detect whether the market is:

  • Trending upward

  • Trending downward

  • Ranging

  • Highly volatile

  • Low volatility

  • Experiencing abnormal spread

Depending on the detected market condition, the EA should be able to slightly modify its entry requirements.

I do not want the EA to blindly open trades only because RSI reaches a specific value.

Example Entry Concept

An example BUY setup could use:

  • Price above EMA9

  • EMA9 pointing upward

  • RSI confirms bullish momentum

  • Candle / price action confirmation

  • Acceptable spread

  • Acceptable volatility

Example SELL setup:

  • Price below EMA9

  • EMA9 pointing downward

  • RSI confirms bearish momentum

  • Candle / price action confirmation

  • Acceptable spread

  • Acceptable volatility

However, I am open to modifications if the developer can demonstrate a better-performing EMA9 + RSI scalping logic.

EA Information Panel

I would like an on-chart dashboard showing:

  • Current spread

  • Current RSI

  • EMA9 direction

  • Current market condition

  • BUY signal strength

  • SELL signal strength

  • Open BUY positions

  • Open SELL positions

  • Current floating P/L

  • Recovery / Hedge status

  • Current drawdown

  • Daily profit/loss

  • Number of trades today

  • Win rate BUY

  • Win rate SELL

  • Total win rate

Backtesting

The EA should be properly tested using MT5 Strategy Tester with:

Every tick based on real ticks

The developer should provide backtests for XAUUSD M1.

I would like results covering different market conditions, not only one selected profitable month.

Ideally:

  • minimum 1 year test,

  • preferably several years,

  • separate BUY statistics,

  • separate SELL statistics.

Important statistics:

  • Total Trades

  • Win Rate

  • BUY Win Rate

  • SELL Win Rate

  • Profit Factor

  • Expected Payoff

  • Maximum Drawdown

  • Relative Drawdown

  • Recovery Factor

  • Average winning trade

  • Average losing trade

  • Maximum consecutive losses

The strategy should not be artificially over-optimized only to historical data.

Optimization

All important parameters should be available as EA Inputs so I can later optimize them myself.

I would also like several .set files, for example:

SAFE

  • lower risk

  • lower drawdown

BALANCED

  • balanced risk/profit

AGGRESSIVE

  • higher trading frequency

  • higher acceptable risk

SCALPING / HIGH FREQUENCY

  • more frequent XAUUSD M1 entries

Source Code

I require:

  • Full .mq5 source code

  • Compiled .ex5

  • No hidden DLL dependency unless agreed beforehand

  • Clean and understandable code

  • Comments describing important parts of the strategy

  • No account lock

  • No broker lock

  • No expiration date unless specifically agreed

The final EA should compile with 0 errors and preferably 0 warnings.

Most Important Objective

I am not looking for an EA that simply produces a beautiful historical equity curve through extreme optimization.

I am looking for a serious XAUUSD M1 scalping system with:

  • frequent trades,

  • strong BUY and SELL logic,

  • approximately 75%+ target win rate,

  • controlled drawdown,

  • intelligent hedging/recovery,

  • basket break-even recovery,

  • trailing profit protection,

  • realistic spread and commission assumptions,

  • protection of a $1,000 account,

  • and good performance during forward testing.

Please contact me only if you have real experience creating MQL5 scalping EAs, preferably for XAUUSD.

When applying, please provide examples of previous MT5 trading robots, backtests or verified results if available.


反馈

1
开发者 1
等级
(109)
项目
180
25%
仲裁
24
17% / 75%
逾期
16
9%
空闲
2
开发者 2
等级
(5)
项目
5
0%
仲裁
5
0% / 40%
逾期
0
空闲
3
开发者 3
等级
(62)
项目
90
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
4
开发者 4
等级
(9)
项目
10
10%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(392)
项目
506
23%
仲裁
60
57% / 25%
逾期
59
12%
空闲
6
开发者 6
等级
(7)
项目
6
0%
仲裁
4
25% / 75%
逾期
2
33%
空闲
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
工作中
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(2)
项目
6
67%
仲裁
0
逾期
0
空闲
10
开发者 10
等级
(203)
项目
264
22%
仲裁
24
50% / 17%
逾期
0
工作中
11
开发者 11
等级
(15)
项目
21
24%
仲裁
3
33% / 67%
逾期
3
14%
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
空闲
14
开发者 14
等级
(1)
项目
1
100%
仲裁
0
逾期
0
空闲
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
16
开发者 16
等级
(25)
项目
31
13%
仲裁
13
0% / 77%
逾期
9
29%
空闲
17
开发者 17
等级
(32)
项目
33
42%
仲裁
0
逾期
3
9%
空闲
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
项目
0
0%
仲裁
0
逾期
0
空闲
20
开发者 20
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
发布者: 1 代码
21
开发者 21
等级
项目
0
0%
仲裁
0
逾期
0
空闲
22
开发者 22
等级
项目
0
0%
仲裁
0
逾期
0
空闲
23
开发者 23
等级
(44)
项目
74
20%
仲裁
1
0% / 100%
逾期
0
空闲
24
开发者 24
等级
(10)
项目
12
0%
仲裁
3
33% / 33%
逾期
0
空闲
相似订单
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
I am looking to see if you can convert my pinescript into a NinjaTrader bot so I can get automated trading instead of manually doing it in TradingView i would like to get it to just do the trades for me based on my script. let me know who can do this perfectly
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
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
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
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
I'm looking for a skilled Python developer to help expand and improve an existing Python game. The project is already functional, and I need someone who can add new features, improve gameplay mechanics, optimize performance, and maintain clean, well-structured code. Experience with game development in Python is preferred
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y

项目信息

预算
100 - 500 USD
VAT (23%): 23 - 115 USD
总计: 123 - 615 USD
开发人员
90 - 450 USD
截止日期
 60 天

客户

所下订单1
仲裁计数0