Page 32 of 351

Re: Moving Average indicators for MT4

Posted: Thu May 11, 2017 6:31 am
by Fresh_Prince
mladen wrote: Thu May 11, 2017 4:41 am It happens :)
No harm done (just removed the "9.1" version "9.0" is the regular version and it stayed at the original post)
Mladen, what does better formula mean? What's the difference/advantage of it?

Re: Moving Average indicators for MT4

Posted: Thu May 11, 2017 6:51 am
by mladen
Fresh_Prince wrote: Thu May 11, 2017 6:31 am Mladen, what does better formula mean? What's the difference/advantage of it?
The "better formula" was proposed in an article/memo by BNP-Paribas (In Warrants & Zertifikate, No. 8, August 2004 (a monthly German magazine published by BNP Paribas, Frankfurt), there is an article by Sebastian Schmidt about further development (smoothing) of Heikin-Ashi chart.)

They proposed to use the following :
(Open+Close)/2+(((Close-Open)/(High-Low))*ABS((Close-Open)/2))
instead of using :
haClose = (O+H+L+C)/4

According to that document the HA representation using their proposed formula is better than the traditional formula

Re: Moving Average indicators for MT4

Posted: Thu May 11, 2017 7:16 am
by Fresh_Prince
mladen wrote: Thu May 11, 2017 6:51 am The "better formula" was proposed in an article/memo by BNP-Paribas (In Warrants & Zertifikate, No. 8, August 2004 (a monthly German magazine published by BNP Paribas, Frankfurt), there is an article by Sebastian Schmidt about further development (smoothing) of Heikin-Ashi chart.)

They proposed to use the following :
(Open+Close)/2+(((Close-Open)/(High-Low))*ABS((Close-Open)/2))
instead of using :
haClose = (O+H+L+C)/4

According to that document the HA representation using their proposed formula is better than the traditional formula
Thx for explaining

Re: Moving Average indicators for MT4

Posted: Fri May 12, 2017 6:26 pm
by forexblasters
I like the better formula with Tema .... Is there any chance of making a histo version of averages mtf alerts 9.0?
Greetz, Forexblasters

Re: Moving Average indicators for MT4

Posted: Sun May 14, 2017 11:34 pm
by mladen
Upgraded "angle" of average indicator

- new (33 types) prices added
- code optimized


Re: Moving Average indicators for MT4

Posted: Mon May 15, 2017 8:15 pm
by AlanD
Hey guys,

I have an idea for an indicator if one of you would be kind enough to code it.

Basic principle:

When Fast EMA is ABOVE the Slow EMA {only alert "BUY" signals}

When Fast EMA is BELOW the Slow EMA {only alert "SELL" signals}

BUY/SELL conditions are outlined in the attached screen shots.

Thanks (in advance)
Alan

Re: Moving Average indicators for MT4

Posted: Mon May 15, 2017 8:41 pm
by mntiwana
AlanD wrote: Mon May 15, 2017 8:15 pm Hey guys,

I have an idea for an indicator if one of you would be kind enough to code it.

Basic principle:

When Fast EMA is ABOVE the Slow EMA {only alert "BUY" signals}

When Fast EMA is BELOW the Slow EMA {only alert "SELL" signals}

BUY/SELL conditions are outlined in the attached screen shots.

Thanks (in advance)
Alan
Hi Alan
I am sure there are a lot of indicators exact to as you describe,even EAs too
All MAs cross,2 MAs and 3 MAs cross doing same ,you have choices for Averaging methods,prices,values - every thing
here is one newest version by MRTOOLS
it have more than you expect

Re: Moving Average indicators for MT4

Posted: Mon May 15, 2017 9:20 pm
by mladen
Upgraded averages rainbow (new set of prices used in this version)


Re: Moving Average indicators for MT4

Posted: Mon May 15, 2017 9:45 pm
by talaate
mladen wrote: Mon May 15, 2017 9:20 pm Upgraded averages rainbow (new set of prices used in this version)


averages rainbow.png
Hi mladen
It looks very promising one, however, Is it possible to add any method (or sign) to determine the points of entries, for instance, vertical lines.
Thanks

Re: Moving Average indicators for MT4

Posted: Mon May 15, 2017 9:55 pm
by alicann
mntiwana wrote: Mon May 15, 2017 8:41 pm Hi Alan
I am sure there are a lot of indicators exact to as you describe,even EAs too
All MAs cross,2 MAs and 3 MAs cross doing same ,you have choices for Averaging methods,prices,values - every thing
here is one newest version by MRTOOLS
it have more than you expect


Thanks, a great indicatore mr. mntiwana.