Page 36 of 63

Re: ADX DMI Indicators for MT4

Posted: Tue Apr 13, 2021 8:21 pm
by TOMO
mrtools wrote:

Try this one.
I can't thank you enough!!!!!!!!!!!!!!!!!!!!!

Re: ADX DMI Indicators for MT4

Posted: Thu Apr 15, 2021 11:33 pm
by 太虚一毫
mrtools wrote: Sat Apr 21, 2018 12:24 pm Don't think there has been one made,this one is the same except the fill.
masterpiece!

Re: ADX DMI Indicators for MT4

Posted: Fri Apr 16, 2021 12:34 am
by 太虚一毫
:D

Re: ADX DMI Indicators for MT4

Posted: Fri Apr 16, 2021 2:22 pm
by mcmstar
Hello coders
Is it possible to add an alert to this indicator when number 0 and 3 colors appear after the ranging colors?

Thanks in advance.

ADX_Smoothed Min

Posted: Wed Apr 21, 2021 5:07 pm
by ionone
I just listened to a BST podcast, and the interviewed talked about an ADX that plots the min value of ADX from N bars ago instead of the actual value and he said it was one of the best to determine early reversals. Not too sure about it, but I programmed it, from a smoothed ADX by Ehlers
(only the main trend indicator is computed using barsBack, not DI+DI-)
enjoy
Jeff
link to interview :


EDIT : optimized the indi a bit

Re: ADX_Smoothed Min

Posted: Wed Apr 21, 2021 10:28 pm
by zookeeper
ionone wrote: Wed Apr 21, 2021 5:07 pm I just listened to a BST podcast, and the interviewed talked about an ADX that plots the min value of ADX from N bars ago instead of the actual value and he said it was one of the best to determine early reversals. Not too sure about it, but I programmed it, from a smoothed ADX by Ehlers
(only the main trend indicator is computed using barsBack, not DI+DI-)
enjoy
Jeff
link to interview :



screenshot.24.jpg

EDIT : optimized the indi a bit
just watched the video... sounds interesting.
will try it out , thank you!

Re: ADX_Smoothed Min

Posted: Wed Apr 21, 2021 10:40 pm
by Skyold
ionone wrote: Wed Apr 21, 2021 5:07 pm I just listened to a BST podcast, and the interviewed talked about an ADX that plots the min value of ADX from N bars ago instead of the actual value and he said it was one of the best to determine early reversals. Not too sure about it, but I programmed it, from a smoothed ADX by Ehlers
(only the main trend indicator is computed using barsBack, not DI+DI-)
enjoy
Hi ionone,
Here on the chart I once have ADX Filled with period 18 and the ADX smoothed also with period 18.
What is the difference here other than the ADX line?
(Excuse my question, my knowledge of English is very poor, so I didn't understand anything about the video)
Thank you and best regards


Re: ADX_Smoothed Min

Posted: Thu Apr 22, 2021 3:10 am
by mladen
Skyold wrote: Wed Apr 21, 2021 10:40 pm Hi ionone,
Here on the chart I once have ADX Filled with period 18 and the ADX smoothed also with period 18.
What is the difference here other than the ADX line?
(Excuse my question, my knowledge of English is very poor, so I didn't understand anything about the video)
Thank you and best regards


Screenshot (152).png
Set the smooth to true

Re: ADX_Smoothed Min

Posted: Thu Apr 22, 2021 3:54 am
by Skyold
mladen wrote: Thu Apr 22, 2021 3:10 am Set the smooth to true
Thank you

Re: ADX DMI Indicators for MT4

Posted: Mon May 03, 2021 3:50 am
by mrtools
This is an older version of ADXm originally from ANG, nice indicator but the colors repainted, Mladen fixed it in this version.