Page 25 of 389
Re: Moving Average indicators for MT4
Posted: Fri Apr 28, 2017 12:23 am
by mladen
v2vboni wrote: Fri Apr 28, 2017 12:08 am
Lets suppose that there is 127 averages (as it can be)
Now imagine how many possible cross combinations can happen - mt would die processing all the possible combinations
Re: Moving Average indicators for MT4
Posted: Fri Apr 28, 2017 9:57 am
by mrtools
Phoreksex wrote: Thu Apr 27, 2017 11:23 am
Dear Malden, all my last wishes to use nma in any indicators are not possible. But, is it real to change ma to nma line in enclose indicator. It is really necessary. Thank you very much.
Phoreksex, think this may be what your looking for, the picture is showing the rsi, but there's options for Regular RSI,Slow RSI,Rapid Rapid RSI,Harris RSI,RSX, or Cuttlers RSI . The signal line is a nma of rsi.
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 6:13 am
by moneylender
Dear Mr. Mladen:
Is it possible to see the Connor's RSI in the Collection?
Thank you very much!
ML
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 6:24 am
by mladen
moneylender wrote: Sat Apr 29, 2017 6:13 am
Dear Mr. Mladen:
Is it possible to see the Connor's RSI in the Collection?
Thank you very much!
ML
Due to the way it is calculated (it is using more parameters than the other rsis) it could probably be made as a separate version, but adding it to the set of the "standard" rsis and then extending the parameters list just because of one (the Connors RSI) would not be practical
The definition of it :
CALCULATION
There are three major components to Connors RSI
RSI = Standard RSI developed by Wilder. This is typically a short-term RSI. In this example it is a 3 Period RSI.
UpDown Length = The number of consecutive days that a security price has either closed up (higher than previous day) or closed down (lower than previous days).
Closing up values represented in positive numbers and closing down is represented with negative numbers.
If a security closes at the same price on back to back days, the UpDown Length is 0.
Connors RSI then applies a short-term RSI to the UpDown Streak Value. In this example it is a 2 period RSI.
ROC = The Rate-of-Change. The ROC takes a user-defined look-back period and calculates a percentage of the number of values
within that look back period that are below the current day price change percentage.
The final CRSI calculation then simply finding the average value of the three components.
CRSI(3,2,100) = [ RSI(3) + RSI(UpDown Length,2) + ROC(100) ] / 3
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 6:31 am
by Phoreksex
mrtools wrote: Fri Apr 28, 2017 9:57 am
Phoreksex, think this may be what your looking for, the picture is showing the rsi, but there's options for Regular RSI,Slow RSI,Rapid Rapid RSI,Harris RSI,RSX, or Cuttlers RSI . The signal line is a nma of rsi.
Thank you very much. But, all the same I need nma line in rsi histo instead of ma.
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 7:22 am
by mrtools
Phoreksex wrote: Sat Apr 29, 2017 6:31 am
Thank you very much. But, all the same I need nma line in rsi histo instead of ma.
So you need a nma of rsi, and a sigal line of the nma of rsi?
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 7:25 am
by mntiwana
mladen wrote: Sat Apr 29, 2017 6:24 am
Due to the way it is calculated (it is using more parameters than the other rsis) it could probably be made as a separate version, but adding it to the set of the "standard" rsis and then extending the parameters list just because of one (the Connors RSI) would not be practical
The definition of it :
One of MLADENs "Connors RSI of super smoother mtf 1.1" version here
in the picture upper sw with default 25 period smoothed,the middle with 12 period smoothed and the lowest with zero smoothed - original conners rsi
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 7:28 am
by Phoreksex
I need nma signal line in rsi hito, not ma signal line
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 7:40 am
by mrtools
Phoreksex wrote: Sat Apr 29, 2017 7:28 am
I need nma signal line in rsi hito, not ma signal line
You do not have a ma signal line,it's a nma.
Re: Moving Average indicators for MT4
Posted: Sat Apr 29, 2017 7:45 am
by Phoreksex
mrtools wrote: Sat Apr 29, 2017 7:40 am
You do not have a ma signal line,it's a nma.
in this indicator? Realy?