Indicators with alerts/signal - page 648

 
mrtools:
Hello Cclark1234, and welcome to the forum. I made this version in which you have a choice between using the close or the high/low candle (or shadow lines) above or below the bands, if you leave alertsOnCurrent = false, then the alert shouldn't go off unless the candle shadows are above or below the bands.

Hello,

Is it possible to modify this indicator to include an alert when the open & close is completely outside the BB rather than the shadows / wicks being completely outside the bands??

Any help would be greatly appreciated.

Thanks in advance.

Ash

 
Ash Flash:
Hello,

Is it possible to modify this indicator to include an alert when the open & close is completely outside the BB rather than the shadows / wicks being completely outside the bands??

Any help would be greatly appreciated.

Thanks in advance.

Ash

Ash having trouble finding that particular post could you get me a link or a page where that post is located.

Thanks

 

Hi Mrtools,

Thanks for your prompt response, its post 5590 on the this page:

https://www.mql5.com/en/forum/180648

Ash

 
Ash Flash:
Hi Mrtools,

Thanks for your prompt response, its post 5590 on the this page:

https://www.mql5.com/en/forum/180648

Ash

Hi Ash,

On this version can have a choice of high/low,close,or open/close greater or less than upper or lower bands. Just got an alert on open/close greater than the upper band, but had to reduce the deviation to 1 to get the bands close enough together for the alert to work on that setting.

 
mrtools:
Hi Ash, On this version can have a choice of high/low,close,or open/close greater or less than upper or lower bands. Just got an alert on open/close greater than the upper band, but had to reduce the deviation to 1 to get the bands close enough together for the alert to work on that setting.

Thanks very much Mrtools

Phenomenal turn around speed!!!

I have placed it on all of my open charts and will test it out.

Thanks again for your assistance.

Ash

 
mladen:
bratcevdg Even though file "1" is a decompiled code (a simple 89 period LWMA btw) better to avoid that signals (in my opinion). Take the adaptive laguerre filter (one version posted here : https://www.mql5.com/en/forum/174980/page35 ) since the "2" is adaptive laguerre filter and trade on slope change and you will be better off than trading those crosses

Dear Mladen! Help with indicators! thank you in advance

 
mladen:
bratcevdg Even though file "1" is a decompiled code (a simple 89 period LWMA btw) better to avoid that signals (in my opinion). Take the adaptive laguerre filter (one version posted here : https://www.mql5.com/en/forum/174980/page35 ) since the "2" is adaptive laguerre filter and trade on slope change and you will be better off than trading those crosses

Dear Mladen! Help with indicators! thank you in advance

 
bratcevdg:
Dear Mladen! Help with indicators! thank you in advance

bratcevdg

Would you mind explaining the whole idea (without the usage of a decompiled code)?

 
mladen:
bratcevdg Would you mind explaining the whole idea (without the usage of a decompiled code)?

I need to alert the intersection of indicators! Can be combined into a single indicator?

 
bratcevdg:
I need to alert the intersection of indicators! Can be combined into a single indicator?

bratcevdg

this is a combination of adaptive laguerre filter and moving average of your choice. It will alert you when they cross

Reason: