MT5 Expert Advisor (EA) – Fully Automated Trading Bot

指定


Pair: XAUUSD
Timeframe: M1
Platform: MetaTrader 5

Project Overview

I need a fully automated MT5 Expert Advisor (EA) that trades XAUUSD on the M1 timeframe using a combination of RSI Divergence and 5 EMA trend filter. The EA should handle trade execution, risk management, and position management automatically, without manual intervention.


Trading Strategy Logic

1. Indicators

  • RSI Divergence

    • Logic similar to common TradingView RSI Divergence indicators

    • Detect bullish divergence and bearish divergence

  • 5 EMA

    • Used as a trend/filter condition

2. Buy Conditions

  • Bullish RSI divergence is confirmed

  • Price is above 5 EMA

  • Entry on candle close confirmation

3. Sell Conditions

  • Bearish RSI divergence is confirmed

  • Price is below 5 EMA

  • Entry on candle close confirmation


Risk & Trade Management

  • Fixed or percentage-based risk per trade (input parameter)

  • Automatic lot size calculation based on risk

  • Configurable Stop Loss and Take Profit

  • Option for Risk:Reward = 1:1 (input-based

  • No martingale, no grid


General Requirements

  • Fully automated (24/5 operation)

  • Clean, well-structured MQL5 code

  • All key values should be input parameters

    • RSI period

    • EMA period (default 5)

    • Risk %

    • SL / TP

  • No repainting logic

  • Must work smoothly on M1 XAUUSD


Deliverables

  • MT5 Expert Advisor (.ex5 + source code if possible)

  • Instructions on how to install and use

  • Basic backtest / explanation of logic


Optional (Nice to Have)

  • Trading time filter (London / NY sessions)

  • News filter (optional)

  • Simple on-chart stats (win/loss, RR, trades count)


Important Note

This EA must strictly follow the defined strategy and should not add extra filters or logic unless discussed.


反馈

1
开发者 1
等级
(15)
项目
19
16%
仲裁
5
40% / 40%
逾期
0
空闲
2
开发者 2
等级
(104)
项目
169
24%
仲裁
23
9% / 78%
逾期
16
9%
工作中
3
开发者 3
等级
(6)
项目
6
0%
仲裁
2
50% / 0%
逾期
1
17%
空闲
4
开发者 4
等级
(60)
项目
87
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
5
开发者 5
等级
(366)
项目
414
55%
仲裁
12
50% / 42%
逾期
1
0%
空闲
6
开发者 6
等级
(206)
项目
333
35%
仲裁
66
12% / 58%
逾期
87
26%
空闲
7
开发者 7
等级
(40)
项目
47
28%
仲裁
14
21% / 64%
逾期
1
2%
繁忙
8
开发者 8
等级
(432)
项目
632
53%
仲裁
32
53% / 22%
逾期
6
1%
已载入
9
开发者 9
等级
(509)
项目
977
74%
仲裁
27
19% / 67%
逾期
101
10%
空闲
发布者: 1 文章, 6 代码
10
开发者 10
等级
(255)
项目
262
30%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
11
开发者 11
等级
(635)
项目
856
48%
仲裁
29
38% / 17%
逾期
63
7%
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
(17)
项目
23
39%
仲裁
6
33% / 50%
逾期
0
空闲
14
开发者 14
等级
(77)
项目
243
74%
仲裁
7
100% / 0%
逾期
1
0%
空闲
发布者: 1 文章
15
开发者 15
等级
(7)
项目
8
0%
仲裁
2
0% / 50%
逾期
1
13%
工作中
16
开发者 16
等级
(4)
项目
8
50%
仲裁
1
0% / 100%
逾期
1
13%
空闲
17
开发者 17
等级
(1)
项目
0
0%
仲裁
1
0% / 100%
逾期
0
空闲
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
(162)
项目
287
34%
仲裁
18
22% / 61%
逾期
42
15%
工作中
20
开发者 20
等级
(10)
项目
19
37%
仲裁
2
0% / 100%
逾期
4
21%
已载入
21
开发者 21
等级
(32)
项目
33
61%
仲裁
1
100% / 0%
逾期
1
3%
空闲
发布者: 5 代码
22
开发者 22
等级
(6)
项目
5
0%
仲裁
2
50% / 50%
逾期
2
40%
空闲
23
开发者 23
等级
项目
0
0%
仲裁
0
逾期
0
空闲
24
开发者 24
等级
(144)
项目
186
41%
仲裁
24
58% / 21%
逾期
13
7%
空闲
25
开发者 25
等级
(2)
项目
3
0%
仲裁
0
逾期
0
空闲
26
开发者 26
等级
(43)
项目
74
50%
仲裁
5
0% / 60%
逾期
19
26%
空闲
相似订单
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or

项目信息

预算
30+ USD
截止日期
 1  7 天