Attachments forums

List of attachments posted on this forum.


All files on forums: 136399

Re: Waddah Attar Indicators for MT4

kai007, Sat Nov 05, 2022 1:27 pm

Hello everyone,

I would like to request, if possible, for a simple version of WAE that contains the buy and sell histograms, the deadzone line and the explosion line (no alerts or arrows) with an additional line that is a function of the explosion line that acts as a signal line for the explosion line and where all inputs would be EMA values.

Please see below for an illustration where I modified an existing WAE indicator from Tradingview. The dots above the histogram represent when the explosion line is above signal line of the explosion line and are there to serve as a visual representation.

Also, could the buffers be configured in such a way that I would be able to set the conditions based on what I would like to see? I tried using the mq4 files posted on this thread and none of them gave the output that I expected to see.

Below shows how I coded it for tradingview.

buy = ((trendUp > e1) and (e1 > s1) and (e1 > DEAD_ZONE ))
sell = ((trendDown > e1) and (e1 > s1) and (e1 > DEAD_ZONE ))
**s1 represents the signal line of the explosion line (e1)

The reason for this request is that for mt4, I use EAbuilder.com to build and visually test strategies using different combinations of indicators and it requires that each condition be set via the indicator's buffer.

One last request for this is that I am asking for the source code to be made available as this is the only way it can work on the eabuilder website.
I understand that this is against the rules and not guaranteed but I am still taking a chance to make the request.

Thank you for your time.
All files in topic