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

Работа завершена

Время выполнения 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
Оценка
(1125)
Проекты
1813
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
Оценка
(298)
Проекты
478
40%
Арбитраж
105
40% / 24%
Просрочено
82
17%
Загружен
Опубликовал: 2 примера
5
Разработчик 5
Оценка
(68)
Проекты
111
69%
Арбитраж
1
100% / 0%
Просрочено
2
2%
Свободен
6
Разработчик 6
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(75)
Проекты
80
6%
Арбитраж
46
11% / 54%
Просрочено
7
9%
Работает
8
Разработчик 8
Оценка
(139)
Проекты
181
24%
Арбитраж
23
22% / 39%
Просрочено
13
7%
Свободен
9
Разработчик 9
Оценка
(460)
Проекты
487
70%
Арбитраж
6
67% / 0%
Просрочено
2
0%
Свободен
Похожие заказы
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
Bot 30 - 80 USD
I am looking for an experienced MQL5 developer to create a fully automated Expert Advisor (EA) for MetaTrader 5 based on a Price Action strategy. The bot needs to automatically identify specific candlestick formations and market structure levels, execute trades, and manage risk using a dynamic trailing stop.The EA should monitor the chart for the following price action setup:Market Structure / Trend Filter:The bot
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
# HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f}")
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible

Информация о проекте

Бюджет
30 - 50 USD