Trigger An Alert When Price Crosses Upper/Lower Bollinger Band

MQL4 Indicadores Asesores Expertos

Trabajo finalizado

Plazo de ejecución 16 horas
Comentario del Ejecutor
Great Customer! Pleasure to work with you. Thanks!
Comentario del Cliente
Exceptional Work. I will return to you soon for more jobs. Thank you

Tarea técnica

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.


Archivos adjuntos:

Han respondido

1
Desarrollador 1
Evaluación
(878)
Proyectos
1390
67%
Arbitraje
117
32% / 42%
Caducado
215
15%
Libre
2
Desarrollador 2
Evaluación
(38)
Proyectos
73
40%
Arbitraje
0
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(15)
Proyectos
16
19%
Arbitraje
2
0% / 50%
Caducado
1
6%
Libre
4
Desarrollador 4
Evaluación
(169)
Proyectos
204
30%
Arbitraje
25
40% / 44%
Caducado
12
6%
Libre
5
Desarrollador 5
Evaluación
(101)
Proyectos
136
36%
Arbitraje
14
29% / 50%
Caducado
15
11%
Libre
6
Desarrollador 6
Evaluación
(223)
Proyectos
396
34%
Arbitraje
53
36% / 40%
Caducado
142
36%
Trabajando
7
Desarrollador 7
Evaluación
(709)
Proyectos
1028
39%
Arbitraje
47
49% / 23%
Caducado
84
8%
Libre
8
Desarrollador 8
Evaluación
(88)
Proyectos
126
34%
Arbitraje
13
38% / 31%
Caducado
31
25%
Libre
9
Desarrollador 9
Evaluación
(195)
Proyectos
317
35%
Arbitraje
64
13% / 56%
Caducado
82
26%
Libre
10
Desarrollador 10
Evaluación
(8)
Proyectos
16
0%
Arbitraje
8
13% / 75%
Caducado
3
19%
Libre
11
Desarrollador 11
Evaluación
(586)
Proyectos
1044
49%
Arbitraje
39
28% / 41%
Caducado
49
5%
Trabaja
12
Desarrollador 12
Evaluación
(37)
Proyectos
37
24%
Arbitraje
0
Caducado
0
Libre
13
Desarrollador 13
Evaluación
(26)
Proyectos
29
45%
Arbitraje
0
Caducado
1
3%
Libre
14
Desarrollador 14
Evaluación
(33)
Proyectos
34
65%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
Hello, I am looking for someone that can develop for me a trading bot, that can trade on Crash 500 and 1000, and also on Boom 500 and 1000. The bot must buy on Crash 500 and 1000 and sell on Boom 500 and 1000. The indicator we use is the Awesome Oscillator. The CRASH 500/1000 we scalp it by buying. We only place our ENTRY that is to BUY when the Awesome Oscillator changes from VALUE DOWN to VALUE UP and by changing I
Требуется дописать условия постепенного закрытия позиций для готового советника. Есть готовый советник для МТ4 с простым условием для ТР. ТР= n x SL Требуется написать условие постепенного выхода из сделки. 1. TP 1 ____% от начальной позиции = ___х SL TP 2 ____% от начальной позиции = ___х SL TP 3 ____% от начальной позиции = ___х SL TP 4 ____% от начальной позиции = ___х SL TP 5 ____% от
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is
An EA that monitors orders and enters them into recovery mode when a certain DD is reached. Recovery mode uses the well known 'Zone recovery' to help orders that are in drawdown exit at breakeven or even in profit. It is also possible to open trades with a trade panel and there are settings to activate a 'positive grid' (grid in profit) Please read the document carefully before responding to the job, this is not a

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD