Page 2 of 2

Re: Wilders_ADX_ROC_Oscillator

PostPosted: Wed Jan 31, 2018 5:21 am
by Apprentice
Wilders_ADX_ROC_Value_Oscillator.nookie.mq4
(5.68 KiB) Downloaded 711 times

For Wilders_ADX_ROC_Value_Oscillator.nookie, you'll need to install Wilders DMI indicator.

Re: Wilders_ADX_ROC_Oscillator

PostPosted: Wed Jan 31, 2018 5:30 am
by nookie
I have it installed already, thanks

Re: Wilders_ADX_ROC_Oscillator

PostPosted: Fri Jun 08, 2018 2:08 pm
by nookie
Much appreciated the help Apprentice!

Though the alerting seems not working I think as expected, I am not sure how to interpret my ideas in coding but ideally a slight change is needed which help is needed please.

My logic can be formulated as below, hope it makes sense

Alerting on Fast_Level only when >2

extern double Fast_Level=2;
extern bool alertsOn = true;
extern int alertsLevel = 2;



if ( Fast_Level => alertsLevel )

then doAlert("Fast section");

Re: Wilders_ADX_ROC_Oscillator

PostPosted: Fri Jun 08, 2018 2:09 pm
by nookie
My post was for the Wilders_ADX_ROC_Value_Oscillator.nookie.mq4