Trigger An Alert When Price Crosses Upper/Lower Bollinger Band

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 16 horas
Comentário do desenvolvedor
Great Customer! Pleasure to work with you. Thanks!
Comentário do cliente
Exceptional Work. I will return to you soon for more jobs. Thank you

Termos de Referência

Bollinger Bands Alerts Indicator

 

I want an indicator that triggers alerts when price crosses above the upper Bollinger band and also when it crosses the lower Bollinger band in real time. This means the indicator will not wait for the candle to close. The settings section should be something like this.

 

input int            BB_Period          = 20;        //Bollinger Band Period

input double       SD                   = 2.0;         //Standard Deviation

input int            Margin             = 60;          //Margin in Points

input bool           MobileAlert         = True;     //Mobile Alert

input bool           ScreenAlert         = True;     //Screen Alert

input int            AlertNumbers     = 3;          //Count of Alerts

input int            AlertSpace         = 1;          //Seconds Interval Between Alerts

Also Add Custom Alert Tune To Be Selected

input int            AlertTrigger       = X;         //Number of times alerts will trigger per candle

 

 

Active Timeframe1       =     M30; H1; H4; D1; W1

Once the Indicator is attached to any chart, I want it to operate on these mentioned timeframes irrespective of which timeframe the chart is on.

I want to be able to add or delete the timeframes from within the settings.

 

 

Alerts Messages:
When Bid price moves 60 points above the upper Bollinger band (60 is the Margin figure in settings) the Alert Message Should Read:

“(Currency Paid) (Timeframe) Above BB”

 

When Ask price moves 60 points below the lower Bollinger band (60 is the Margin figure in settings) the Alert Message Should Read:

“(Currency Paid) (Timeframe) Below BB”

 

Condition – Alert can only trigger X times during the candle timeframe. If X = 2 then when price crosses above it will trigger alert. Price must now close 60 points below this level. Now if it goes up again a second time alerts will be triggered. If this same happens a 3 rdtime alerts will Not trigger since X = 2

 

If you need any clarification on this please ask.


Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(878)
Projetos
1391
67%
Arbitragem
117
32% / 42%
Expirado
215
15%
Trabalhando
2
Desenvolvedor 2
Classificação
(40)
Projetos
76
39%
Arbitragem
0
Expirado
0
Livre
3
Desenvolvedor 3
Classificação
(15)
Projetos
16
19%
Arbitragem
2
0% / 50%
Expirado
1
6%
Livre
4
Desenvolvedor 4
Classificação
(169)
Projetos
204
30%
Arbitragem
25
40% / 44%
Expirado
12
6%
Livre
5
Desenvolvedor 5
Classificação
(101)
Projetos
136
36%
Arbitragem
14
29% / 50%
Expirado
15
11%
Livre
6
Desenvolvedor 6
Classificação
(236)
Projetos
418
34%
Arbitragem
53
36% / 40%
Expirado
153
37%
Ocupado
7
Desenvolvedor 7
Classificação
(721)
Projetos
1040
39%
Arbitragem
47
49% / 23%
Expirado
84
8%
Livre
8
Desenvolvedor 8
Classificação
(92)
Projetos
132
35%
Arbitragem
13
38% / 31%
Expirado
32
24%
Livre
9
Desenvolvedor 9
Classificação
(196)
Projetos
318
35%
Arbitragem
64
13% / 56%
Expirado
82
26%
Livre
10
Desenvolvedor 10
Classificação
(8)
Projetos
16
0%
Arbitragem
8
13% / 75%
Expirado
3
19%
Livre
11
Desenvolvedor 11
Classificação
(586)
Projetos
1047
49%
Arbitragem
39
28% / 41%
Expirado
49
5%
Livre
12
Desenvolvedor 12
Classificação
(37)
Projetos
37
24%
Arbitragem
0
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(26)
Projetos
29
45%
Arbitragem
0
Expirado
1
3%
Livre
14
Desenvolvedor 14
Classificação
(33)
Projetos
34
65%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
Hello, send robot models with a solid strategy (to trade forex), I want to use it to make money for the week. It is important that you present me with your profitability graph and a test. I also want to hire him for future jobs

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD