logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
harper1  
#1 Posted : Sunday, June 11, 2006 11:27:50 PM(UTC)
harper1

Rank: Newbie

Groups: Registered, Registered Users
Joined: 6/11/2006(UTC)
Posts: 1

does anyone have the rsi formula in meta code? thanks
hayseed  
#2 Posted : Monday, June 12, 2006 12:15:20 AM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey harper..... trader online has this which is pretty close to perfect.....h [code:1:ebcf6e4342]A:=Input("RSI periods",2,50,14); B:=C; {RSI target array} U:=Wilders(If(B>Ref(B,-1),B-Ref(B,-1),0),A); D:=Wilders(If(B<Ref(B,-1),Ref(B,-1)-B,0),A); 100-(100/(1+(U/D)));[/code:1:ebcf6e4342]
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.