Adjust an EA so that the entry signal comes from an email instead of an indicator

MQL5 지표 전문가 Python

작업 종료됨

실행 시간 1 일
고객의 피드백
Very good coder. Finished the job on time and everything works from the first version!
피고용인의 피드백
Amazing to work, Really clear with specifications and great communication, highly recommended.

명시

I currently have 2 working EA's. 1 EA is reading EMAILS through Python and opens these trades accordingly.

An example of this is: email arrives with the plain text: BUY EURUSD TP = 1.09785 SL=1.06896
The email then opens this trade, with a lot size depending on the set risk settings in the EA.

The other EA works with a BUY/SELL indicator in the EA and opens a trade when a BUY or SELL signal presents itself. risk management is arranged in the EA.
There are settings to determine SL placement based on the last x candles or fixes nr of pips, risk %,.... this is all working fine.

What I want to achieve is this: I want to use the 2nd EA but instead of it opening trades based on an internal signal (BUY/SELL) I want the trade signals coming from an email. (example: email with plain text 'BUY EURUSD') 

The rest of the EA should just remain the same as it works now. (to determine SL, TP, risk,... all that is already there and working, I only need the entry of the trade to come from an email signal instead of an internal indicator)

How it should work in practice:

Example 1:
- A buy email comes in (BUY EURUSD)
- The EA checks the last closed bar
- If it is bullish, the trade opens, if it is bearish the trade does not open (signal gets ignored)

example 2:
- A sell email comes in (SELL GBPJPY)
- The EA checks the last closed bar
- If it is bearish, the trade opens, if it is bullish the signal gets ignore


You can either just change the code for the 2nd EA to make it able to read emails (Python knowledge is required for this) or you can take the code from the first EA (that already does something similar) and modify this to make it work for EA 2 as mentioned above.
The end result should simply be that the existing EA can open trades by reading email. 

응답함

1
개발자 1
등급
(1120)
프로젝트
1807
61%
중재
14
64% / 7%
기한 초과
84
5%
무료
2
개발자 2
등급
(64)
프로젝트
68
25%
중재
12
42% / 42%
기한 초과
4
6%
무료
3
개발자 3
등급
(568)
프로젝트
641
41%
중재
25
48% / 36%
기한 초과
46
7%
작업중
4
개발자 4
등급
(294)
프로젝트
469
39%
중재
100
41% / 23%
기한 초과
77
16%
로드됨
게재됨: 2 코드
5
개발자 5
등급
(68)
프로젝트
111
69%
중재
1
100% / 0%
기한 초과
2
2%
무료
6
개발자 6
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
7
개발자 7
등급
(74)
프로젝트
79
6%
중재
46
11% / 54%
기한 초과
7
9%
작업중
8
개발자 8
등급
(139)
프로젝트
181
24%
중재
23
22% / 39%
기한 초과
13
7%
무료
9
개발자 9
등급
(447)
프로젝트
474
69%
중재
6
67% / 0%
기한 초과
2
0%
작업중
비슷한 주문
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /

프로젝트 정보

예산
30 - 50 USD