Page 24 of 56

Re: ADX DMI Indicators for MT4

Posted: Wed Dec 18, 2019 5:44 am
by joseska
Hi all....... I´m trying to get the value with icustom to the indicator ADXm_vhf_adaptive.... the problem is I can't get the same result in the indicator and through the icustom.
I think that the problem is for "Price Smoothing method" but I try diferents options an all not match with the indicator value...

this is my icustom:
iCustom(NULL,0,"ADXm_vhf_adaptive",TimeFrame,5,MODE_CLOSE,MODE_HIGH,MODE_LOW,false,3,ma_dsema,25,90,10,0,0);

and the values on indicator:
Image



Any Idea?????
Thanks......

Re: ADX DMI Indicators for MT4

Posted: Wed Jan 15, 2020 12:58 am
by Amunra5
Do we have a similar version of this that shows the arrow on open candle rather?

Re: ADX DMI Indicators for MT4

Posted: Fri Jan 17, 2020 6:37 pm
by Intrest 1
ADX with the open price type gives signals not at the opening of the bar. can I fix it somehow?

Re: ADX DMI Indicators for MT4

Posted: Sat Jan 18, 2020 3:01 am
by mrtools
joseska wrote: Wed Dec 18, 2019 5:44 am Hi all....... I´m trying to get the value with icustom to the indicator ADXm_vhf_adaptive.... the problem is I can't get the same result in the indicator and through the icustom.
I think that the problem is for "Price Smoothing method" but I try diferents options an all not match with the indicator value...

this is my icustom:
iCustom(NULL,0,"ADXm_vhf_adaptive",TimeFrame,5,MODE_CLOSE,MODE_HIGH,MODE_LOW,false,3,ma_dsema,25,90,10,0,0);

and the values on indicator:
Image




Any Idea?????
Thanks......

Sorry for the VERY late answer, just saw your request for the iCustom try

Code: Select all

iCustom(NULL,0,"ADXm_vhf_adaptive",TimeFrame,5,PRICE_CLOSE,PRICE_HIGH,PRICE_LOW,false,3,ma_dsema,25,90,10,0,0);

Re: ADX DMI Indicators for MT4

Posted: Tue Jan 28, 2020 7:14 pm
by iivedie
mrtools wrote: Mon Feb 27, 2017 12:49 pm Wilder's super smoother dmi with the plus di minus di histo option with arrows and lines on +di and _di cross.

wilder dmi histo.png
Hello. Is it possible to add an alert for ADX slope color change?

Re: ADX DMI Indicators for MT4

Posted: Tue Jan 28, 2020 8:58 pm
by Amunra5
Can someone add alert sounds please :)

Re: ADX DMI Indicators for MT4

Posted: Tue Jan 28, 2020 9:13 pm
by pacois
Amunra5 wrote: Tue Jan 28, 2020 8:58 pm Can someone add alert sounds please :)
try!!

Re: ADX DMI Indicators for MT4

Posted: Tue Jan 28, 2020 9:17 pm
by Amunra5
pacois wrote: Tue Jan 28, 2020 9:13 pm

try!!
In my head I was like "pacois, go online pls pls". and voila lol. thanksssssss!
trying it..

Re: ADX DMI Indicators for MT4

Posted: Wed Feb 05, 2020 2:21 am
by marwilli
Hello mrtools,
can we get arrows for the cross of +DI/-DI ?
Thanks in advanced
Greetings Markus

Re: ADX DMI Indicators for MT4

Posted: Wed Feb 05, 2020 3:54 am
by mrtools
marwilli wrote: Wed Feb 05, 2020 2:21 am Hello mrtools,
can we get arrows for the cross of +DI/-DI ?
Thanks in advanced
Greetings Markus
Arrows added for +DI/-DI cross.