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

Notification

Icon
Error

Options
Go to last post Go to first unread
hkstandard  
#1 Posted : Sunday, October 10, 2010 6:29:46 AM(UTC)
hkstandard

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 10/10/2010(UTC)
Posts: 3

Hi, can anyone help me how can i set the formula in the explorer to look up a stock

which RSI is above 70 for a month ? and the average close value of the RSI is above 70?


When i set RSI >70 which is only means the RSI is higher than 70 for the close day. I want to calcuate the RSI for a longer period.

Can anyone help me with this? Thanks.
henry1224  
#2 Posted : Sunday, October 10, 2010 2:45:48 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
you can use the sum function

just a little tip, I doubt that you will ever get a result from that indicator

stocks never continue up for over twenty two straight days
hkstandard  
#3 Posted : Sunday, October 10, 2010 9:05:32 PM(UTC)
hkstandard

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 10/10/2010(UTC)
Posts: 3

Thanks for your reply.
I am new to metastock. Can you provide me the formula input to the explorer?

you are right, it may not have result. I will change the parametre maybe above 50 RSI for a month. Just because i am not sure the foumula right now. Thank you.
johnl  
#4 Posted : Tuesday, October 12, 2010 6:53:19 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602



over daily data the two conditions might look like:


a1:=RSI(14);
a2:=LLV(a1,20)>70;
a3:=(sum(a1,20)/20)>70;

then run the explorer for a2=1 and a3=1

hkstandard  
#5 Posted : Thursday, October 14, 2010 6:43:54 AM(UTC)
hkstandard

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 10/10/2010(UTC)
Posts: 3

Thank you very much.
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.