EA to send alerts based on indicator data

Termos de Referência

Hi. I am looking for an EA to send alerts when indicators reach certain values. It will use moving average, RSI and stochastic indicator. These 3 indicators are in MT5. The EA will be attached to a single chart. Every minute, it will monitor the indicator data of all the symbols in the market watch. If the indicator data meet the criteria, it will send me an alert. Additionally, it also has a basic function to close trades.

==========

These are the settings for the EA. The first 6 are True/False switches. These are the indicator criteria for an alert to be sent.

The "Trade is Open" setting is a True/False switch. It is an additional criteria that requires there is a currently open trade of that symbol.

The "Close Trade Now" setting is a True/False switch. It will work if "Trade is Open" is also True. If both are True, this setting will close all trades of the symbol, as well as send the alert.

The "Send Notification" setting is a True/False switch. The EA will send a message to the MT5 app.

The "Send Email" setting is a True/False switch. The EA will send an email using the MT5 email settings. 

The "Comment" is the additional message to be sent in the alert.

For the Stochastic indicator, only the D line (signal line) data will be monitored. The K line (main line) is ignored.

General Settings
- Fast MA > Slow MA
- Fast MA < Slow MA
- RSI Overbought
- RSI Oversold
- Stochastic Overbought
- Stochastic Oversold
- Trade is Open
- Close Trade Now
- Comment
- Send Notification
- Send Email

Fast Moving Average Settings
- Period
- Shift
- Method
- Apply to
- Time frame

Slow Moving Average Settings
- Period
- Shift
- Method
- Apply to
- Time frame

RSI Settings
- Period
- Apply to
- Overbought level
- Oversold level
- Time frame

Stochastic Settings
- K period
- D period
- Slowing
- Price field
- Method
- Overbought level
- Oversold level
- Time frame

==========

Format of Alert
The alert message will include symbol, the name(s) of the criteria, as well as the "Comment".

For example, if "Fast MA > Slow MA" and "RSI Oversold" are selected, and "Comment" = "Buy Alert", the message for GBPNZD will be this:

GBPNZD
Fast MA > Slow MA
RSI Oversold
Comment: Buy Alert

Another example, if "Stochastic Overbought", "Trade is Open" and "Close Trade Now" are selected, and "Comment" = "Auto close trade", the message for XAUUSD will be this:

XAUUSD
Stochastic Overbought
Trade is Open
Close Trade Now
Comment: Auto close trade
(The EA will close all XAUUSD trades)

==========

Alert Frequency
The alert will be sent once when the criteria are met.

After a while, the indicator data will change, and the criteria will not be met. And after a while, when the indicator meets the criteria again, another alert will be sent once. This will repeat every time the indicator data meets the criteria for the first time.

The indicator data will be checked every minute. If 2 or more symbols meet the criteria at the same minute, multiple alerts will be sent separately in the same minute. Do not combine messages into 1 alert.

==========

I will run multiple alert EA at the same time with different settings. So make sure each EA can run independently on it's own without affecting the others.

Respondido

1
Desenvolvedor 1
Classificação
(20)
Projetos
19
11%
Arbitragem
2
50% / 50%
Expirado
0
Trabalhando
2
Desenvolvedor 2
Classificação
(194)
Projetos
315
15%
Arbitragem
20
40% / 35%
Expirado
16
5%
Trabalhando
3
Desenvolvedor 3
Classificação
(36)
Projetos
44
36%
Arbitragem
0
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(10)
Projetos
25
28%
Arbitragem
1
0% / 0%
Expirado
1
4%
Carregado
5
Desenvolvedor 5
Classificação
(93)
Projetos
114
37%
Arbitragem
8
88% / 0%
Expirado
0
Trabalhando
6
Desenvolvedor 6
Classificação
(10)
Projetos
16
13%
Arbitragem
1
0% / 100%
Expirado
2
13%
Trabalhando
7
Desenvolvedor 7
Classificação
(171)
Projetos
173
76%
Arbitragem
2
100% / 0%
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(38)
Projetos
43
28%
Arbitragem
4
25% / 25%
Expirado
0
Trabalhando
9
Desenvolvedor 9
Classificação
(14)
Projetos
23
0%
Arbitragem
0
Expirado
0
Livre
10
Desenvolvedor 10
Classificação
(70)
Projetos
80
10%
Arbitragem
34
9% / 56%
Expirado
6
8%
Carregado
11
Desenvolvedor 11
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Trabalhando
12
Desenvolvedor 12
Classificação
(241)
Projetos
426
34%
Arbitragem
54
37% / 39%
Expirado
155
36%
Trabalhando
13
Desenvolvedor 13
Classificação
(4)
Projetos
4
100%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Hi guys I wanted to translate a pinescript into mql5 but I have some bugs and I need to add 2 more functions. The script is about pivot highs/lows in multiple timeframes, imbalances (FVG) and ranges. The imbalances and the second timeframe analysis are missing right now. For the pivot highs/lows I have a bug that they are printed in the whole chart except only until the price reaches those levels. Let me know if you
Develop a custom Expert Advisor (EA) for MetaTrader 4 (MT4) that operates using two selectable time frames. The EA will be fully customizable, allowing you to choose any time frame and input specific parameters. This tailored solution aims to automate trading strategies, enhance trading efficiency, and provide robust performance across various market conditions
Cross-Platform Trading App with Automated Robo Trading in Mobile for Android, iOS and Harmony (Huawei) I'm on the hunt for a skilled app developer, capable of creating a cross-platform application with sophisticated charting functionality, focusing on 3 types of technical charting analyisis, 1. Fibonacci extensions/retracement 2. Fair Value Gap 3. Change of Character (CHoCH) . Being a trading application, it needs to
Hello I'm trying to fix a indicator that I have, It's a .ex4 file, Can I just code a new indicator because I only have a failed version of it in a ex4 file. Here are the three files. They are EX4 files. So i wanted to have a trade panel that can fill up the whole screen where it shows all the pair symbols. MTF_TMA_Harmonic ex4 file is exactly what I'm looking for however the ex4 file for some reason doesn't work
I have a zigzag indicator that works on Japanese candlesticks and I want to make it or modify it to take information from Heiken Ashi candles and work on Heiken Ashi candles with the addition of an alert when the zigzag top and bottom are broken. I have the indicator open source code
I have a machine learning library in MT5 that I want to make an indicator with… You think you can help me? My strategy is simple... Predicting the Daily, Weekly, and Monthly High, Low, and Close prices... Then BUY @ LOW and SELL @ HIGH
The STRAT EA 100 - 400 USD
Hi guys Did anyone try already to build a "The STRAT" indicator or EA? The view on the candlesticks are very interesting and it it's high probable to build a strategy based on this. More about the strategy can be found here: https://www.thestrat-indicators.com/about Please answer to this order only if you're familiar with the STRAT, thanks! Cheers
Hello, I have a simple Price action EA which would include the ATR for managing stop loss and take profit size. 1 entry model in 1 timeframe. With risk management filter such as risk by money, partial profits and fixed risk to reward. Market execution trades. Specification upon selection, thank you
Yellow/orange bot 30 - 60 USD
I require a bot that will trade under this condition: 1: in an uptrend I will draw yellow lines and if trend changes to downtrend and reaches one yellow line it opens a sell trade. In downtrend I will draw orange line if trend changes to uptrend and touch the line it enter buy trade. 2: if I was already in a trade, eg. Buy trade and trend changes and touches yellow line I
Pls am writing this message with tears i need ea that can make even if $1 or $2 per day using a cent account I lost my savings to a programmer that sold me his ea that was never profitable pls anyone that can help my life with ea that works on cent account safely pls accept my budget

Informações sobre o projeto

Orçamento
30+ USD

Cliente

(14)
Pedidos postados21
Número de arbitragens0