Re: Waddah Attar Indicators for MT4

401
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.
These users thanked the author kvak for the post (total 9):
Chickenspicy, 太虚一毫, Tradehunter, thomdel, pipsquirrel, Jedidiah, kkfx, Krunal Gajjar, RodrigoRT7


Re: Waddah Attar Indicators for MT4

404
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

405
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.
These users thanked the author kvak for the post:
kkfx


Re: Waddah Attar Indicators for MT4

407
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.
These users thanked the author mrtools for the post (total 10):
Jedidiah, BeatlemaniaSA, kvak, eduarescobar, Jimmy, josi, 太虚一毫, thomdel, boytoy, alif

Re: Waddah Attar Indicators for MT4

409
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
These users thanked the author Jedidiah for the post (total 2):
BeatlemaniaSA, eduarescobar
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: Waddah Attar Indicators for MT4

410
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.
These users thanked the author Jedidiah for the post (total 4):
BeatlemaniaSA, PIPin Tom, k_khan_bt, excellence
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.


Who is online

Users browsing this forum: Google [Bot], Grapeshot [Bot], IBM oBot [Bot], kvak, Majestic-12 [Bot], Nanyuki, Narutopips, SEMrush [Bot], Sogou [Bot], Steam1, Tbot [Bot], Telegram [Bot], twix, whiteadrian23, Yandex [Bot] and 114 guests