Page 1 of 2

Inverse reaction oscillator

PostPosted: Wed Jun 19, 2013 3:18 pm
by Alexander.Gettinger
This indicator is a ported MQL5 indicator from http://www.mql5.com/en/code/1741.

Formulas:
CO[i] = Close[i]-Open[i],
U[i] = Coeff(MA(Abs(CO))),
D[i] = -U[i].

Inverse_Reaction.PNG


Download:
Inverse_Reaction.lua
(4.09 KiB) Downloaded 971 times

Inverse_Reaction with Alert.lua
(12.76 KiB) Downloaded 783 times


Dec 14, 2015: Compatibility issue Fixed. _Alert helper is not longer needed.

For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).

Re: Inverse reaction oscillator

PostPosted: Wed Jun 19, 2013 3:20 pm
by Alexander.Gettinger
MQL4 version of Inverse reaction oscillator: viewtopic.php?f=38&t=41463

Re: Inverse reaction oscillator

PostPosted: Fri Oct 25, 2013 1:26 pm
by Coondawg71
Can we please request the conversion of Inverse Reaction Strategy.

http://www.mql5.com/en/code/1805

Please see attached mql5 code.

Thanks,

sjc

Re: Inverse reaction oscillator

PostPosted: Sat Oct 26, 2013 1:21 am
by Apprentice
Your request is added to the development list.

Re: Inverse reaction oscillator

PostPosted: Sun Oct 27, 2013 6:04 pm
by Coondawg71
Can we please add to development que a Signal Alert which is triggered upon the breach of user set threshold.

Please see attached image for illustration example.

Thanks,

sjc

Re: Inverse reaction oscillator

PostPosted: Mon Oct 28, 2013 2:25 am
by Apprentice
Your request is added to the developmental list.

Re: Inverse reaction oscillator

PostPosted: Thu Apr 09, 2015 9:54 am
by Coondawg71
Coondawg71 wrote:Can we please add to development que a Signal Alert which is triggered upon the breach of user set threshold.

Please see attached image for illustration example.

Thanks,

sjc



----------------------------------------------

please bump up, great indicator!

Thank You!

sjc

Re: Inverse reaction oscillator

PostPosted: Sun Apr 12, 2015 8:59 am
by Apprentice
Inverse_Reaction with Alert.lua Added.

Re: Inverse reaction oscillator

PostPosted: Mon Dec 14, 2015 4:41 am
by Apprentice
Dec 14, 2015: Compatibility issue Fixed. _Alert helper is not longer needed.

If you want to use updated version of this indicator,
please make sure to use TS Version 01.14.101415. or higher.

Re: Inverse reaction oscillator

PostPosted: Sat Sep 15, 2018 5:15 am
by Apprentice
The indicator was revised and updated.