Swing Alert Indicator

MQL4 Индикаторы

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

Время выполнения 3 дня
Отзыв от заказчика
A very patient & nice guy who performs professionally & strives for excellence
Отзыв от исполнителя
Good customer

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

1. Objective

To send out Alert when 2 of the selected time frame are above or below user defined signal line

& lower time frame reaches the user defined Fib retracement value

 

2. Features

A

User is able to select & input any 2 time frame (from M1 to Month)

Where 1 sttime frame defines higher time frame & 2 ndtime frame defines lower time frame

B

User is able to input EMA period & EMA (High Low Close) setting using it as defined signal line

C

System is able to identify last swing low and last swing high on the lower time frame

D

System is able to calculate the Fib retracement value from last swing high & last swing low on lower time frame

E

User is able to input the desired Fib retracement value from last swing high & last swing low on lower time frame

 

3. Alert Criteria

A

User select any 2 time frame (higher & lower time frame) and when both time frame are above a user defined signal line (EMA period with High Low Close)

Then

System will identify & calculate lower time frame Fib retracement value (User defined) from last swing high

&

Alert will be sent out when price reaches the Fib retracement value (User defined)


B

User select any 2 time frame (higher & lower time frame) and when both time frame are below a user defined signal line (EMA period with High Low Close)

Then

System will identify & calculate lower time frame Fib retracement value (User defined) from last swing low

&

Alert will be sent out when price reaches the Fib retracement value (User defined)

 

4. Alert Example

 

Example 1

User input 1 sttime frame as Week & 2 ndtime frame as Day

Only when both time frame are above 100 EMA High (User defined signal line)

System will identify 2 ndtime frame “Day TF” last swing high

System will calculate the fib retracement value @ 50% (user defined value) from last swing high on 2 ndtime frame “Day TF”

Alert massage “EURJPY above 100EMA High at Fib R 50% on Day TF”

 

Example 2

User input 1 sttime frame as H4 & 2 ndtime frame as M30

Only when both time frame are above 150 EMA Close (User defined signal line)

System will identify 2 ndtime frame “M30 TF” last swing high

System will calculate the fib retracement value @ 60% (user defined value) from last swing high on 2 ndtime frame “M30 TF”

Alert massage “SPX above 150EMA Close at Fib R 60% on M30 TF”

 

Example 3

User input 1 sttime frame as M30 & 2 ndtime frame as M1

Only when both time frame are below 200 EMA Low (User defined signal line)

System will identify 2 ndtime frame “M1 TF” last swing low

System will calculate the fib retracement value @ 38% (user defined value) from last swing low on 2 ndtime frame “M1 TF”

Alert massage “XAUUSD below 200EMA Low at Fib R 38% on M1 TF”

 

Example 4

User input 1 sttime frame as H1 & 2 ndtime frame as M15

Only when both time frame are below 50 EMA Close (User defined signal line)

System will identify 2 ndtime frame “M15 TF” last swing low

System will calculate the fib retracement value @ 23% (user defined value) from last swing low on 2 ndtime frame “M15 TF”

Alert massage “WTI below 50EMA Close at Fib R 23% on M15 TF”

 

Example 5

User input 1 sttime frame as H4 & 2 ndtime frame as M30

When 1 sttime frame is above 100 EMA High & 2 ndtime frame is below 100 EMA High (User defined signal line)

The system will no nothing & no alert will be sent out

 

5. Alert

Alert in the form of pop-up, sounds & email

Preferably User can select the number of times alert to be sent out over a period of time

Example alert is sent out once every 2 min for 30 times during current day

Example alert is sent out once every 5 min for 10 times during current day


------------***End***------------



Файлы:

JPG
SPEC.jpg
166.5 Kb

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

1
Разработчик 1
Оценка
(71)
Проекты
97
43%
Арбитраж
2
50% / 0%
Просрочено
2
2%
Свободен
2
Разработчик 2
Оценка
(229)
Проекты
404
33%
Арбитраж
52
37% / 40%
Просрочено
146
36%
Загружен
3
Разработчик 3
Оценка
(129)
Проекты
182
31%
Арбитраж
16
31% / 63%
Просрочено
27
15%
Работает
4
Разработчик 4
Оценка
(130)
Проекты
210
40%
Арбитраж
90
20% / 43%
Просрочено
85
40%
Свободен
5
Разработчик 5
Оценка
(166)
Проекты
189
10%
Арбитраж
37
38% / 35%
Просрочено
5
3%
Работает
Похожие заказы
Are you a coding maestro with a passion for optimizing indicators to blazing speeds? Look no further – I’m in search of a skilled developer to take my indicator to the next level! The Task: I need someone who can dive deep into the code, iron out any pesky errors, and optimize the indicator for lightning-fast responsiveness. Additionally, I require seamless integration of the Zigzag indicator, which currently resides
This is a Ready Made grid Automatic EA 1.Need some bug fixing and little modification. This EA has some bug like -Place Random Trade after MT4 Restart . Also not follow custom parameter grid distance, grid slippage . like if i set 300pips grid distance, some time it place trade at 400 pips distance . fix this bug 2.first trade open by RSI logic if rsi30 open buy trade Add Revise Order mode. (anti-martingle grid )
Hello i need a quote for this project, i m looking for a good developer with good knowlodge of pinescript and amibroker if you have the knowlodge, apply to this thank you
Hello, I am looking know when market in the exact moment start making a big impulse , I need it an indicator or something else that tell me when this will occur
Hi I want to convert a indicator to mql5 ea, i want to trade from the previus day red and green boxes. Targeting the gray areas from the prev day. More info in chat Please leave a quote
Hi i have 3 indicators that are mq4 file what i would like to do is to let these indicators become one and get arrow signals for them let me know if that can be done , the first indicator is super smoother line with period 14 with color line, the next indicator is a another smoother indicator that breaks out when a trend begins and the last is 2 moving average line that crosses each other to give arrow signals. I
Hi, Use MQL5 connect to only one binance websocket API: binance.com/stream?streams=btcusdt@aggTrade and get the returned data successfully(you no need process returned data). MUST use this MQL library to connect binnace: https://www.mql5.com/en/articles/8196 Source code need Related binance websocket document: https://binance-docs.github.io/apidocs/spot/en/#websocket-market-streams Thanks
Currently my Moving Average indicator Can Select up 35 different types of moving averages. they are coloured. and they can send notifications. I need you to Duplicate it. this will give me the ability to select 2 separate Moving Averages instead of just 1 both should have all 35 options. and the same notification ability
Indicator that combines Super Trend, Bollinger Bands and Envelopes I use the above 3 standard indicators for trading Index futures and enter when all 3 converge. Super Trend sets the direction; BB and Envelope confirm. When all 3 converge a signal is generated Should generate long and short signals I use the above 3 indicators for trading Index futures and enter when all 3 converge. Would like it to have the option
I will like to develop indicator for MT5 a document that describes the filters that will need to be added to my existing custom indicator. let me know if you have any questions or if anything in the document is unclear

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

Бюджет
30 - 60 USD
Исполнителю
27 - 54 USD