Make me an MT4 indicator (IF CAN YOU USE CHATGBPT - THAT WILL BE ACCEPTED TOO, FOR THE PROJECT TO BE FASTER)

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

Время выполнения 1 день
Отзыв от заказчика
I am expressing my absolute amazement and satisfaction with the exceptional work of Botrous. I was completely satisfied with the outcome. Thanks man, more jobs to come soon.

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

1.     This indicator work on all the currency pairs displayed in the table above.

2.     It works with the 5 minutes timeframe

3.     The indicator uses 2 input variables (Start time and End time) = Time interval

4.     This indicator only work based on a broker terminal (start time and end time) (INPUT INTERVAL). This is an input variable.

5.     WITHIN THE INPUT TIME INTERVAL ONLY, the indicator identifies the highest_wick and the lowest_ wick from all the candles in the interval for each of the currency pairs at THE INPUT TIME INTERVAL and displays the result in the table for each currency pairs.

6.     The highest-wick and lowest-wick can only come from the INPUT TIME INTERVAL ONLY

 

7.     When the end time is reached:

a.     The indicator uses the candles after the end time and checks:

b.     If the current price > the highest_wick for any currency pair do the following:

                                               i.     Color the signal cell of that currency pair green.

                                             ii.     Print “Buy” in that cell of the currency pair.

                                            iii.     Send alert notification only once for that currency pairs cell’s signal

 

8.     When the end time is reached:

a.     The indicator uses the candles after the end time and checks:

b.     If the current price < the lowest_wick for any currency pair do the following:

                                               i.     Color the signal cell of that currency pair red.

                                             ii.     Print “Sell” in that cell of the currency pair.

                                            iii.     Send alert notification only once for that currency pairs cell’s signal

 

9.     The Spread column = Current spread of each of the currency pair

 

10.  Pips Distance = (Highest_wick – Lowest_wick) in pips.

 

11.  Breakout Pips = if signal is Buy = (Current Price – Highest Wick) in pips

 

12.  Breakout Pips = if signal is Sell = (Lowest_wick – Current price) in pips

 

13.  On the current chart of the currency pair where the table is displayed;

a.     Draw a red vertical line at the start time input

b.     Draw a red  vertical line at the end time input

c.     Draw a yellow horizontal line at the highest wick found within the start time and end time. This line will extend to the price line.

d.     Draw a yellow horizontal line at the lowest wick found within the start time and end time. This line will extend to the price line.


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

1
Разработчик 1
Оценка
(634)
Проекты
1003
47%
Арбитраж
33
36% / 36%
Просрочено
98
10%
Загружен
Опубликовал: 6 примеров
2
Разработчик 2
Оценка
(5)
Проекты
4
50%
Арбитраж
4
0% / 75%
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(365)
Проекты
507
40%
Арбитраж
159
17% / 74%
Просрочено
99
20%
Загружен
Похожие заказы
I am looking for an experienced MQL4 or MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for cryptocurrency trading between LMAX and IC Markets. I need someone who understands low-latency execution, price feeds, slippage, spreads, and fast order execution. The basic idea is that LMAX acts as the leading price feed while IC Markets is the execution broker. The EA should constantly
Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) Budget: AUD $1,500 – $2,000 (flexible) 1. EA Architecture EA runs one chart per symbol (NOT one EA controlling all symbols). Each chart instance manages its own: Recovery Grid Trend Volatility Liquidity Risk Logging EA must still respect global safety rules : Correlation protection Total
Probot ea 99 - 999 USD
merhaba forex piyasası Ticaret yapmak için belirli algoritmalarla çalışan bir probot geliştirmek için deneyimli bir geliştiriciye ihtiyacım var beklentim, uzman piyasa bilgisine sahip bir uzmanın kafa derisi ticareti yapmak ve anlık fırsatları değerlendirmek istemesidir. kendisi için tasarladığı bir danışman incelenebilir veya geliştirdiği daha iyi bir fiyat üzerinde anlaşabiliriz. detaylı bilgi için iletişime
I am not looking for someone to simply code an MT5 Expert Advisor. I already know how to create EAs and can generate simple strategies myself. What I am looking for is someone with strong quantitative research and backtesting experience who can find and validate a robust trading strategy. Objective Your job is to research and test different entry models to find one that has a real statistical edge. I do not care
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​Core Logic: ​Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​Dynamic TP: Total basket TP must update instantly upon new order
We are seeking talented Graphic Designers capable of transforming concepts into visually striking representations. Whether your expertise lies in branding, marketing materials, or digital graphics, we welcome your application. Our criteria include: - Creativity and originality - Effective communication skills - Prompt delivery of work - A comprehensive and professional portfolio We invite you to submit your portfolio
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
I am currently using the attached Arbitrage MACD indicator. However, there are no signal alerts associated with this indicator. I would like to receive notifications on my android device the bar after a blue long arrow appears and the bar after a red short arrow appears. This is the current code: //+------------+-----------------------------------------------------+ //| v.22.04.07 | ArrZZx2.mq4 |
SETJEO'S GOLD EA 30 - 200 USD
double GetTodayProfit() { double profit = 0; datetime today = StringToTime(TimeToString(TimeCurrent(), TIME_DATE)); HistorySelect(today, TimeCurrent()); for(int i = HistoryDealsTotal() - 1; i >= 0; i--) { ulong ticket = HistoryDealGetTicket(i); if(HistoryDealGetString(ticket, DEAL_SYMBOL) == _Symbol) { profit += HistoryDealGetDouble(ticket, DEAL_PROFIT); } } return profit; }

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

Бюджет
50+ USD
Сроки выполнения
от 1 до 3 дн.