I need EA to automate a manual trading system

MQL5 Experts Scripts

Spécifications

For this system I only trade EURUSD, EURJPY and GBPNZD.

*Trade filter for bias:

5 day EMA & 40 day SMA:

Take buy setup only if 5 day above 40 day and reverse for sell

*Trade entries is  Bb band (96) M15 TF

---Take note of the numbers #1 to #6 below (will use it for trade reference and examples below)---

For Sell bias:
#1. Price is below 40 day sma on daily
#2. 5 day ema is also below of 40 day sma.
#3. When price pulls back to or above 5 day ema switch to M15 tf


M15 conditions trade entry:
#4. Price breaks above the lower band (96) = break means candle close
#5. This has to happen below the 5 day ema if not then no trade | if it happens below 5 day ema then:
#6. Wait for price to pullback to upper band to sell (on M15 candle close: price doesnt need to close above upper band, if just touches it or creates a wick, if price closes above upper band its still a sell)

TP is only 50% move from the short term low
SL is same as TP (so risk to reward is only 1:1

Reverse for buy:

Photo #1 (picture below)

Photo #1 = describes bias #1 to #3 for sell (5 day ema below 40 day sma)
Purple ma is 5-day ema
Light blue ma is 40 day sma

Condition was right but this is for sell. So we switch to m15:

Photo #2 (picture below)

Photo # 2 = is the trade in M15:
Yellow MA is 480 period ma (which is the 5 day ema for reference, 480 cos number of candles in m15 per day is 96 x 5 days = 480)
Blue box represents price reaching the 5 day ema coming from below: trade condition #3
Red box represents price breaking below the lower band ema and it happened below the 5 day ema (yellow ma): trade condition #4 & #5
Black box: Wait for price to pull back to upper band to short (black box): trade condition #6

TP is only 50% of the short term low before price pullsback to upper band.
SL distance same with TP (1:1 risk to reward ratio)


Répondu

1
Développeur 1
Évaluation
(17)
Projets
33
45%
Arbitrage
1
0% / 100%
En retard
8
24%
Gratuit
2
Développeur 2
Évaluation
(16)
Projets
20
0%
Arbitrage
10
0% / 80%
En retard
6
30%
Gratuit
3
Développeur 3
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
4
Développeur 4
Évaluation
(16)
Projets
35
23%
Arbitrage
4
0% / 50%
En retard
2
6%
Travail
5
Développeur 5
Évaluation
(45)
Projets
46
24%
Arbitrage
34
9% / 85%
En retard
10
22%
Gratuit
6
Développeur 6
Évaluation
(57)
Projets
89
43%
Arbitrage
4
0% / 100%
En retard
3
3%
Travail
7
Développeur 7
Évaluation
(19)
Projets
23
48%
Arbitrage
10
0% / 100%
En retard
2
9%
Gratuit
8
Développeur 8
Évaluation
(298)
Projets
427
26%
Arbitrage
18
61% / 33%
En retard
26
6%
Gratuit
Publié : 8 codes
9
Développeur 9
Évaluation
(209)
Projets
220
75%
Arbitrage
0
En retard
0
Gratuit
10
Développeur 10
Évaluation
(7)
Projets
12
8%
Arbitrage
3
0% / 67%
En retard
4
33%
Gratuit
11
Développeur 11
Évaluation
(253)
Projets
259
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
12
Développeur 12
Évaluation
(72)
Projets
80
10%
Arbitrage
38
8% / 58%
En retard
6
8%
Gratuit
13
Développeur 13
Évaluation
(6)
Projets
6
33%
Arbitrage
4
0% / 100%
En retard
0
Gratuit
14
Développeur 14
Évaluation
(19)
Projets
27
26%
Arbitrage
2
0% / 100%
En retard
2
7%
Gratuit
15
Développeur 15
Évaluation
(511)
Projets
549
53%
Arbitrage
13
69% / 15%
En retard
3
1%
Gratuit
16
Développeur 16
Évaluation
(442)
Projets
570
37%
Arbitrage
106
39% / 33%
En retard
17
3%
Gratuit
17
Développeur 17
Évaluation
(45)
Projets
91
13%
Arbitrage
34
26% / 59%
En retard
37
41%
Gratuit
18
Développeur 18
Évaluation
(160)
Projets
285
35%
Arbitrage
18
22% / 61%
En retard
42
15%
Chargé
19
Développeur 19
Évaluation
(33)
Projets
36
0%
Arbitrage
2
50% / 0%
En retard
0
Gratuit
20
Développeur 20
Évaluation
(2311)
Projets
2909
63%
Arbitrage
122
44% / 25%
En retard
429
15%
Gratuit
21
Développeur 21
Évaluation
(574)
Projets
945
47%
Arbitrage
309
58% / 27%
En retard
125
13%
Gratuit
Commandes similaires
Adapt existing MT5 EA to trade directly on crypto exchange (BingX/Bitmart/Bitget/XT.com) instead of forex broker. Required Work: 1. Market Data DLL WebSocket connection for real-time exchange prices Custom symbol in MT5 (e.g., FIGHTUSDT) Live OHLCV data feed to chart 2. Trading Library DLL Functions: SendOrder, GetPositions, GetBalance, ClosePosition, ModifyOrder API authentication (HMAC-SHA256) Support for
Creating mt5 bot that detects 1. Break of Structure 2. then Create trend line from starting point to BOS to Last reverse tap 3. Create RSI and MACD Opposite signal from last two higher highs 4. After that point EMA cross 34/18 and then SELL with stop loss on top 5. Profit target on Fib 43.4 level I have more testing strategies if this is working well, and cost is good I will give 5 more orders after first. Need in 3
"Grid Nexus EA" Building mt5 1- EA will manage the grid trading method using the algorithm I have defined. 2- EA will operate in two different modes: with indicators and without indicators. 3- It will include a Modify method and a Recovery method for grid management. 4- The chart template will include information panels and buttons, and I will provide this template along with the source code. 5- It will be
Hello, I am looking for an experienced MT5 (MetaTrader 5) developer to create a simple and reliable Forex trading EA. Broker: Skyriss Platform: MT5 Requirements: • EA should work only on Forex pairs (EURUSD, GBPUSD, USDJPY, USDCHF) • Around 1–2 trades per day is enough • Proper risk management with Stop Loss (SL) and Take Profit (TP) • Prefer low-risk trading with 0.01–0.03 lot depending on balance • No martingale or
Título: Necesito ayuda para usar MetaTrader 4 build 1443 para que funcione mi robot Descripción: Estoy buscando un desarrollador o experto en MetaTrader 4 que pueda ayudarme a utilizar la versión antigua de MT4 build 1443, ya que mi robot de trading solo funciona correctamente en esa versión. Actualmente cuando instalo MetaTrader 4 se actualiza automáticamente a versiones más nuevas (1457 / 1460), y mi robot deja de
I am looking for an experienced quant developer, data engineer, or market data specialist who can help me obtain long historical NASDAQ data for systematic trading research. The goal is to retrieve a clean, continuous dataset covering 2011 to 2026 (minimum) for the NASDAQ index. The dataset will be used for algorithmic backtesting, so data quality and continuity are critical. My trading system is already built and
Descripción del trabajo: Estoy buscando un desarrollador con experiencia en programación de Expert Advisors para MetaTrader 4. Tenía un robot de trading que utilizaba anteriormente, pero actualmente no funciona debido a un problema de licencia. Necesito un desarrollador que pueda crear un robot nuevo lo más parecido posible al que yo tenía, utilizando la misma lógica y parámetros de trading. El trabajo sería: •
Lucky Mpedi 50+ USD
To help with simple requirements and strategy to trade in metotrade 5 and to win or earn much money so that i can live better live. I hope i can get the robot for helping to trade
Job Title: Expert Pine Script → MQL5 Conversion (Exact Strategy Replication Required) Project Overview I am looking for a highly experienced MQL5 developer to convert my TradingView Pine Script strategy into a MetaTrader 5 Expert Advisor (EA) . This must be a 100% exact conversion of the strategy logic. The goal is to have matching trading behaviour and nearly identical backtest results between TradingView and MT5
Hi coders, I am looking for profitable ea which can generate 4-5% a month with stable drawdown ✅ Demo version for testing (few days is fine) ⚠️ Backtest alone is NOT enough 💰 I am ready to pay a strong price for the right professional-grade Thank you, and I look forward to reviewing serious offers

Informations sur le projet

Budget
200+ USD
Délais
à 15 jour(s)