Page 52 of 52
Re: Waddah Attar Indicators for MT4
Posted: Mon Dec 09, 2024 1:01 pm
by dieptrader
mrtools wrote: Fri Oct 25, 2024 5:26 am
Waddah Attar Explosion Multi-timeframe Heatmap (5 Timeframe) with width zooming options
On this version you can set how your preferred width with zoom 1 being with the charts zoomed the farthest out and zoom 6 being with the zoom being all the way zoomed in.
Hi, thank you so much for best indicator here, can I plese request mq4 for study?
Re: Waddah Attar Indicators for MT4
Posted: Thu Jan 16, 2025 5:00 am
by naluvs01
I don't know if anyone realizes this, but the WAE is nothing but an oscillator, specifically the OSMA. If you set it to the same settings (20/40/2). it's the identical indicator, meaning it's an oscillator, not a volume indicator.
Re: Waddah Attar Indicators for MT4
Posted: Thu Jan 16, 2025 11:02 am
by moey_dw
naluvs01 wrote: Thu Jan 16, 2025 5:00 am
WAE is nothing but an oscillator, specifically the OSMA. If you set it to the same settings (20/40/2). it's the identical indicator, meaning it's an oscillator, not a volume indicator.
NO WAY......



Re: Waddah Attar Indicators for MT4
Posted: Thu Jan 16, 2025 2:34 pm
by boytoy
naluvs01 wrote: Thu Jan 16, 2025 5:00 am
I don't know if anyone realizes this, but the WAE is nothing but an oscillator, specifically the OSMA. If you set it to the same settings (20/40/2). it's the identical indicator, meaning it's an oscillator, not a volume indicator.
Debunked it that's unreal lol those charts don't lie
Re: Waddah Attar Indicators for MT4
Posted: Sun Feb 02, 2025 8:25 am
by kvak
Waddah Attar Explosion with Regularized Moving Averages
PM request, I am added regularized averages to wae.
Additional information:
Re: Waddah Attar Indicators for MT4
Posted: Mon Feb 24, 2025 7:49 pm
by doolfrews
kvak wrote: Sun Feb 02, 2025 8:25 am
Waddah Attar Explosion with Regularized Moving Averages
PM request, I am added regularized averages to wae.
Additional information:
This is gold actually, great stuff. Thank you
Re: Waddah Attar Indicators for MT4
Posted: Tue Mar 18, 2025 5:44 pm
by Draghi91
kvak wrote: Tue Apr 18, 2023 5:37 pm
Waddah Attar Explosion - Median Line Trend Display
This is mod of WAE. I saw this version on TV platform.
Is different display of WAE, logic is same.....
Possibly use for bands, ATR bands and if you want use signals logic, add smoothing to WAE.
Hello ladies and gentlemen,
I'm trying to use this version of the indicator within an EA, but i receive the following error : wae(mod).ex4 Alert: Invalid File Name, both in the experts tab and as a pop-un notification. Could you kindly assist me in fixing this issue?
the way i try to trigger it is via the classic iCustom, not even bothering with the settings, as the ones set by default are more than enough for me for now
Code: Select all
double WAE (int index, int shift)
{
return (iCustom(_Symbol,_Period,"wae(mod).ex4", index, shift));
}
Thank you kindly
Re: Waddah Attar Indicators for MT4
Posted: Thu Mar 20, 2025 5:47 am
by axelgr
hello guys. anyone knows the indicator down bellow in the photo? " wae smma"?
Re: Waddah Attar Indicators for MT4
Posted: Thu Mar 20, 2025 7:07 am
by kvak
axelgr wrote: Thu Mar 20, 2025 5:47 am
hello guys. anyone knows the indicator down bellow in the photo? " wae smma"?
Hello, try this version
click
Re: Waddah Attar Indicators for MT4
Posted: Wed May 14, 2025 3:31 am
by alphadimension
naluvs01 wrote: Sun Jan 07, 2024 2:55 am
Hi Mr Tools and Everyone,
First of all, I hope everyone is having a great new year start. I need help regarding the WAE indicator. I want alerts only when a bar penetrates the ATR deadzone. I have the settings in place, but it seems that the alerts (arrows/lines) appear only when the Explosion line is crossed. Any help would be greatly appreciated...Thanks!
Could you make the latest version of this without the button or share the mq4?
For my use I add this so when I want to show the button I change it to true.
showButton = false;
if (showButton) { ... }
Thank you!