Page 1 of 1

ADX ROC Oscillator

PostPosted: Thu Nov 20, 2014 5:45 pm
by Alexander.Gettinger
Original LUA oscillators: viewtopic.php?f=17&t=7485.

ADX ROC Oscillator:

ADX_ROC_Oscillator_MQL.PNG


Download:
ADX_ROC_Oscillator.mq4
(2.06 KiB) Downloaded 1259 times


ADX ROC Value Oscillator:

ADX_ROC_Value_MQL.PNG


Download:
ADX_ROC_Value_Oscillator.mq4
(2.11 KiB) Downloaded 1328 times


Wilders DMI version.
viewtopic.php?f=38&t=65625&p=116994#p116994

Re: ADX ROC Oscillator

PostPosted: Wed Sep 30, 2015 8:04 am
by nookie
Hello, for this version ADX_ROC_Oscillator.mq4 I think its either something not working with the algorithm or can it be made the following:

BarUP if (ADX - (ADX-1) ) >5.0 all else is ignored

Re: ADX ROC Oscillator

PostPosted: Thu Oct 01, 2015 5:40 am
by nookie
For ADX_ROC_Value_Oscillator.mq4 a small change is needed, can the - (minus) values (when ADX is sloping down) to be removed from display in a version ?

Re: ADX ROC Oscillator

PostPosted: Thu Oct 08, 2015 4:59 am
by Apprentice
Your request is added to the development list.

Re: ADX ROC Oscillator

PostPosted: Wed Jan 10, 2018 5:49 am
by nookie
If possible this ADX ROC should make calculations based on the Wilders DMI viewtopic.php?f=27&t=63034

and not use the integrated ADX in MT4, is it possible ?

Re: ADX ROC Oscillator

PostPosted: Thu Jan 11, 2018 7:48 am
by Apprentice
Your request is added to the development list under Id Number 4005

Re: ADX ROC Oscillator

PostPosted: Fri Jan 12, 2018 6:20 am
by Apprentice

Re: ADX ROC Oscillator

PostPosted: Tue Aug 14, 2018 5:54 pm
by isamegrelo
what means green line? sell or buy?

Re: ADX ROC Oscillator

PostPosted: Wed Aug 15, 2018 5:21 am
by Apprentice
ADX Rate of change is greater then Fast_Level.
The rate of change is the difference between current ADX value and ADX value N candles/periods ago.