code of RSI indicator
Author: taskin
Creation Date: 10/15/2009 9:18 AM
profile picture

taskin

#1
dear community;

i tried to re-code RSI like you can see here;

CODE:
Please log in to see this code.


but did not succeed. can someone help me what i did false by calculation please?
profile picture

Cone

#2
profile picture

taskin

#3
thank you for that quick answer but ;

mr:=MyRSISeries(#Close,14);
PlotSeries(mr,pane1,#red,#thick);
PlotSeries(RSISeries(#Close,14),pane1,#Green,#Thin);
PlotSeries(RSISeries(#Close,15),pane1,#Green,#Thin);
PlotSeries(RSISeries(#Close,13),pane1,#Green,#Thin);

The lines dont cover at all, they are not even swinging together. built-in rsi seems to have different function?

look at this screenshoot:



blue is my calculation
green is built-in
red is from fundtimer.
profile picture

Cone

#4
That's fundtimer's version. This gets discussed all of the time. Try this one

profile picture

taskin

#5
Cone, thank you. Seems also function WLRSISeries( Series, Period : integer ) : integer; delivers totally different results;

i have corrected my code;

CODE:
Please log in to see this code.




whoever needs it can use it here. this functions seems to be exact copy of wld rsi.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).