Attachments forums

List of attachments posted on this forum.


All files on forums: 135346

Re: MT4 Indicator requests and ideas

mntiwana, Tue Sep 19, 2017 6:22 am

mladen wrote: Tue Sep 19, 2017 5:24 am

Replace this :

Code: Select all

         rsi[i]   = iNonLagMa(iRsi(iMA(NULL,0,1,0,MODE_SMA,Price,i),RsiPeriod,i),NlmPeriod,i,0);
With this :

Code: Select all

         rsi[i]   = iNonLagMa(100-iRsi(iMA(NULL,0,1,0,MODE_SMA,Price,i),RsiPeriod,i),NlmPeriod,i,0);
Thanks kind man - it worked fine :)
All files in topic