Trigger An Alert When Price Crosses Upper/Lower Bollinger Band

MQL4 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 16 ore
Feedback del dipendente
Great Customer! Pleasure to work with you. Thanks!
Feedback del cliente
Exceptional Work. I will return to you soon for more jobs. Thank you

Specifiche

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.


Con risposta

1
Sviluppatore 1
Valutazioni
(879)
Progetti
1392
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
Gratuito
2
Sviluppatore 2
Valutazioni
(40)
Progetti
76
39%
Arbitraggio
0
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(15)
Progetti
16
19%
Arbitraggio
2
0% / 50%
In ritardo
1
6%
Gratuito
4
Sviluppatore 4
Valutazioni
(169)
Progetti
204
30%
Arbitraggio
25
40% / 44%
In ritardo
12
6%
Gratuito
5
Sviluppatore 5
Valutazioni
(101)
Progetti
136
36%
Arbitraggio
14
29% / 50%
In ritardo
15
11%
Gratuito
6
Sviluppatore 6
Valutazioni
(243)
Progetti
430
34%
Arbitraggio
54
37% / 39%
In ritardo
157
37%
Caricato
7
Sviluppatore 7
Valutazioni
(725)
Progetti
1045
39%
Arbitraggio
47
49% / 23%
In ritardo
84
8%
Gratuito
8
Sviluppatore 8
Valutazioni
(93)
Progetti
133
35%
Arbitraggio
13
38% / 31%
In ritardo
32
24%
Gratuito
9
Sviluppatore 9
Valutazioni
(196)
Progetti
318
35%
Arbitraggio
64
13% / 56%
In ritardo
82
26%
Gratuito
10
Sviluppatore 10
Valutazioni
(8)
Progetti
16
0%
Arbitraggio
8
13% / 75%
In ritardo
3
19%
Gratuito
11
Sviluppatore 11
Valutazioni
(586)
Progetti
1048
49%
Arbitraggio
39
28% / 41%
In ritardo
49
5%
Gratuito
12
Sviluppatore 12
Valutazioni
(37)
Progetti
37
24%
Arbitraggio
0
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(26)
Progetti
29
45%
Arbitraggio
0
In ritardo
1
3%
Gratuito
14
Sviluppatore 14
Valutazioni
(33)
Progetti
34
65%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other
Hi man, How are u? I have an EA and I need to check few aspects of the code, if It works fine? I am looking for an expert coder, who can understand mt4 language and help us to solve this out. This job will hardly take about 3-4 hours max for an experienced coder, when explained detail. Also, I would like to give this to someone, who can understand and speak English well. Also, the coder should be able to come via
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3
Indicator in use: Bollinger Bands Mechanism (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the lowest point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal; or if on Futures if the increment is .25 or .10 then this is used) 2. Enter sell ONLY on the next candle if price breaks
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price
hey guys, im looking for an auto mt5 license system through a web app i have already, i simply want it so a unique license key is generated for memebers, they input this onto the EA input and then it checks if its valid. active license per user capped at 5. i already have an mt5 coder and dec team for the app so i dont know if youd prefer to intergrate onto the webapp yourself or simply provide the code and doc so my
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD