Modify this Multi-Pair Heikin Ashi Close Trade EA

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

Время выполнения 57 минут
Отзыв от заказчика
Great developer! Completed the job exactly the way I described. Highly recommended.
Отзыв от исполнителя
Excellent customer. Thank you for the order, it was a pleasure working with you.

Техническое задание

I tried using ChatGPT to Create this Multi-Pair Heikin Ashi EA to close open trades for me, but I need a developer to modify the code to make it functional,


I've attached the MQL5 code generated by ChatGPT I need modified (partially, or in full, depending on how much change needs to be made to get it working the way I desire) and notes generated by ChatGPT to help explain how it should function.

But, In short, the EA should work based on these principles:

1. it MUST be multi-pair and able to scan multiple symbols/pairs at the same time from one chart

2. Scans all listed pairs for the CURRENT (not closing or open) value of the Heikin Ashi candle for the selected timeframe (not the attached chart's timeframe)

3. When the CURRENT Heikin Ashi candle for the selected timeframe (scan all symbols/pairs on the same selected timeframe) is BULLISH and there is a sell trade for one of the trades, it should close the trade. And vice versa for buy trades when the CURRENT Heikin Ashi candle for the selected timeframe is bearish

4. IMPORTANT: it should ONLY close trades for that one specific pair/symbol when a close signal is analyzed based on rule #3. I don't want it to close trades for all of the selected symbols/pairs at the same time.

5. ALSO IMPORTANT: It has to close instantly when a close signal is analyzed on the CURRENT Heikin Ashi candle for the selected timeframe in real-time if a signal is analyzed when it scans at the selected time interval (in seconds), not wait for the HA candle for that timeframe to close.


I'll need the input settings to remain, especially the:

* INPUT SYMBOLS (comma-separated list of symbols to be monitored)

* TIMEFRAME (A dropdown menu [or text field] to select the timeframe for analysis)

* SCAN INTERVAL (A numeric input field to define the interval [in seconds] between scans for open positions.


Below are the two attached files mentioned above (MQL5 Code and Notes). Let me know if you have any questions.

Файлы:

TXT
code.txt
4.1 Kb

Откликнулись

1
Разработчик 1
Оценка
(22)
Проекты
21
10%
Арбитраж
4
25% / 75%
Просрочено
0
Свободен
2
Разработчик 2
Оценка
(279)
Проекты
350
29%
Арбитраж
37
27% / 65%
Просрочено
10
3%
Загружен
3
Разработчик 3
Оценка
(75)
Проекты
80
6%
Арбитраж
46
11% / 54%
Просрочено
7
9%
Работает
4
Разработчик 4
Оценка
(322)
Проекты
327
71%
Арбитраж
2
100% / 0%
Просрочено
0
Свободен
Опубликовал: 1 пример
5
Разработчик 5
Оценка
(160)
Проекты
208
61%
Арбитраж
10
80% / 0%
Просрочено
0
Свободен
Опубликовал: 1 пример
6
Разработчик 6
Оценка
(102)
Проекты
105
60%
Арбитраж
0
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(2)
Проекты
5
0%
Арбитраж
3
0% / 100%
Просрочено
1
20%
Работает
8
Разработчик 8
Оценка
(333)
Проекты
543
66%
Арбитраж
53
21% / 40%
Просрочено
169
31%
Свободен
Опубликовал: 1 пример
9
Разработчик 9
Оценка
(366)
Проекты
449
55%
Арбитраж
23
57% / 17%
Просрочено
30
7%
Загружен
10
Разработчик 10
Оценка
(144)
Проекты
186
41%
Арбитраж
24
58% / 21%
Просрочено
13
7%
Свободен
Похожие заказы
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured

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

Бюджет
50+ USD