I need EA to automate a manual trading system

MQL5 전문가 스크립트

명시

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)


응답함

1
개발자 1
등급
(17)
프로젝트
33
45%
중재
1
0% / 100%
기한 초과
8
24%
무료
2
개발자 2
등급
(16)
프로젝트
20
0%
중재
10
0% / 80%
기한 초과
6
30%
무료
3
개발자 3
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
4
개발자 4
등급
(16)
프로젝트
35
23%
중재
4
0% / 50%
기한 초과
2
6%
작업중
5
개발자 5
등급
(45)
프로젝트
46
24%
중재
34
9% / 85%
기한 초과
10
22%
무료
6
개발자 6
등급
(57)
프로젝트
89
43%
중재
4
0% / 100%
기한 초과
3
3%
작업중
7
개발자 7
등급
(19)
프로젝트
23
48%
중재
10
0% / 100%
기한 초과
2
9%
무료
8
개발자 8
등급
(298)
프로젝트
427
26%
중재
18
61% / 33%
기한 초과
26
6%
무료
게재됨: 8 코드
9
개발자 9
등급
(209)
프로젝트
220
75%
중재
0
기한 초과
0
무료
10
개발자 10
등급
(7)
프로젝트
12
8%
중재
3
0% / 67%
기한 초과
4
33%
무료
11
개발자 11
등급
(253)
프로젝트
259
30%
중재
0
기한 초과
3
1%
무료
게재됨: 2 코드
12
개발자 12
등급
(72)
프로젝트
80
10%
중재
38
8% / 58%
기한 초과
6
8%
무료
13
개발자 13
등급
(6)
프로젝트
6
33%
중재
4
0% / 100%
기한 초과
0
무료
14
개발자 14
등급
(19)
프로젝트
27
26%
중재
2
0% / 100%
기한 초과
2
7%
무료
15
개발자 15
등급
(511)
프로젝트
549
53%
중재
13
69% / 15%
기한 초과
3
1%
무료
16
개발자 16
등급
(442)
프로젝트
570
37%
중재
106
39% / 33%
기한 초과
17
3%
무료
17
개발자 17
등급
(45)
프로젝트
91
13%
중재
34
26% / 59%
기한 초과
37
41%
무료
18
개발자 18
등급
(160)
프로젝트
285
35%
중재
18
22% / 61%
기한 초과
42
15%
로드됨
19
개발자 19
등급
(33)
프로젝트
36
0%
중재
2
50% / 0%
기한 초과
0
무료
20
개발자 20
등급
(2311)
프로젝트
2909
63%
중재
122
44% / 25%
기한 초과
429
15%
무료
21
개발자 21
등급
(574)
프로젝트
945
47%
중재
309
58% / 27%
기한 초과
125
13%
무료
비슷한 주문
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

프로젝트 정보

예산
200+ USD
기한
 15 일