Page 41 of 52

Re: Waddah Attar Indicators for MT4

Posted: Fri Apr 28, 2023 8:00 am
by kvak
Tradehunter wrote: Fri Apr 28, 2023 12:33 am Im running this on 6 30 min charts with the setting to 1 hr and it causes a massive freeze/lag.
Can you look into this issue please.
Running it on the same timeframe, as indicator, no issues.
Thanks Kvak
I made a few changes, try this version....In my laptop working good in 7 charts in mtf.

Re: Waddah Attar Indicators for MT4

Posted: Fri May 19, 2023 4:50 pm
by booboo528
kvak wrote: Fri Apr 28, 2023 8:00 am I made a few changes, try this version....In my laptop working good in 7 charts in mtf.
Image
Thank you kindly!

Re: Waddah Attar Indicators for MT4

Posted: Sat May 20, 2023 3:07 pm
by booboo528
Does have any settings to play with for the 1HR chart? the standard 20, 40 seems a little bit late. Thanks all!

Re: Waddah Attar Indicators for MT4

Posted: Sun Jun 18, 2023 4:04 am
by kkfx
kvak wrote: Fri Apr 28, 2023 8:00 am I made a few changes, try this version....In my laptop working good in 7 charts in mtf.
Image
Hello,
Thx for this version of WAE.
Can you show how the crossover of red or green bar above or below the Bollinger band be coded for EA?

I tried this but could not get exact entry

Code: Select all

Check1=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,0,0);
Check2=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,0,1);
Check3=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,1,0);
Check4=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,1,1);
Check5=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,4,0);
Check6=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,5,0);

Check1>Check5 && Check2==EMPTY_VALUE // for Long
Check3<Check6 && Check4==EMPTY_VALUE // for short

This is not working, can you suggest alternative way?

Re: Waddah Attar Indicators for MT4

Posted: Sun Jun 18, 2023 6:10 am
by kvak
kkfx wrote: Sun Jun 18, 2023 4:04 am Hello,
Thx for this version of WAE.
Can you show how the crossover of red or green bar above or below the Bollinger band be coded for EA?

I tried this but could not get exact entry

Code: Select all

Check1=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,0,0);
Check2=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,0,1);
Check3=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,1,0);
Check4=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,1,1);
Check5=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,4,0);
Check6=iCustom(NULL,0,"wae(mod+mtf)",0,0,0,true,false,150,true,3000,14,4.0,20,40,59,16,20,4.0,0,1,0,1,15,2,true,clrDarkGreen,clrOrangeRed,clrDarkGray,false,false,false,false,false,false,"alert2.wav",false,"wae1",false,1.0,0.5,clrMediumSeaGreen,clrCrimson,7,8,1,1,true,5,0);

Check1>Check5 && Check2==EMPTY_VALUE // for Long
Check3<Check6 && Check4==EMPTY_VALUE // for short

This is not working, can you suggest alternative way?
Use buffer 13 as trend buffer with state 1,-1 and 0.

Re: Waddah Attar Indicators for MT4

Posted: Mon Jun 26, 2023 6:41 am
by kvak
Waddah Attar Explosion Filtered Pricing

PM request, dont know how it would be usefull, added filtering options.

Re: Waddah Attar Indicators for MT4

Posted: Tue Jul 18, 2023 3:32 am
by mrtools
BeatlemaniaSA wrote: Tue Jul 18, 2023 1:07 am Dear mrtools,

Would it be possible to amend the alerts of the attached Waddah Attar indicator to alert on a colour change from BUY to SELL? See attached screenshot.

Currently, it is coded to alert on colour change which means it alerts when the histogram changes colour from Strong to WEAK(either the sell section or buy section). The default settings of the indicator has these set to different colours.

However, I like to have the BUY and SELL parts of the histogram a single colour as seen in the attached screenshot.

Would this amendment be possible?

warmest regards,
BeatlemaniaSA

Image


! waddah attar explosion avgs (alerts + arrows + mtf + ms + btn).ex4
Waddah Attar Explosion with simplified Alerts for Buy or Sell only

Think I got it close to what you are looking for.

Re: Waddah Attar Indicators for MT4

Posted: Tue Jul 18, 2023 3:38 am
by BeatlemaniaSA
mrtools wrote: Tue Jul 18, 2023 3:32 am Think I got it close to what you are looking for.
Sweet 🧁. I'll give it a try tomorrow as I'm done trading for today 😉. Thanks for the amazingly speedy response. 👌👍🔥

Re: Waddah Attar Indicators for MT4

Posted: Tue Jul 18, 2023 4:10 am
by Jedidiah
mrtools wrote: Tue Jul 18, 2023 3:32 am Think I got it close to what you are looking for.
Image
;) Great indicator,
when the yellow line is greater than the blue line, the market is trending.
Stop trading when the blue line is greater than the yellow line

Re: Waddah Attar Indicators for MT4

Posted: Tue Jul 18, 2023 4:14 am
by Jedidiah
BeatlemaniaSA wrote: Tue Jul 18, 2023 3:38 am Sweet 🧁. I'll give it a try tomorrow as I'm done trading for today 😉. Thanks for the amazingly speedy response. 👌👍🔥
Use soft4fx to test the indicator. No need to wait for the next day's trading session.

I purchased the official version. I have been using the cracked version before. I like it very much. So I bought the original.