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.
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 10/10/2010(UTC) Posts: 3
|
|
|
|
|
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.