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

Notification

Icon
Error

Options
Go to last post Go to first unread
ixi:z  
#1 Posted : Tuesday, June 1, 2010 1:52:03 AM(UTC)
ixi:z

Rank: Newbie

Groups: Registered, Registered Users
Joined: 5/21/2010(UTC)
Posts: 2

Hi Guys, I'm a newbie in MetaStock, bought mine 2 weeks ago. I'm trying to write an exploration formula for 200 sma 2% band. In short i would like to scan stocks that closed 2% above 200sma & 2% below 200sma. Thanks in Advance.
Alan R  
#2 Posted : Tuesday, June 1, 2010 11:47:28 AM(UTC)
Alan R

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 9/23/2009(UTC)
Posts: 51

Try this and see if it does what you are wanting.

Put in Column A and label Column A as 2% Above:

Cross(CLOSE, 1.02*(Mov(CLOSE,200,S)));

Put in Column B and label Column B as 2% below:

Cross(.98*(Mov(CLOSE,200,S)), CLOSE);

Regards,

Alan

http://www.tradersclassroom.com

ixi:z  
#3 Posted : Thursday, June 3, 2010 9:13:04 PM(UTC)
ixi:z

Rank: Newbie

Groups: Registered, Registered Users
Joined: 5/21/2010(UTC)
Posts: 2

Hi Alan,

Tks for your help, i'll try to create tonight n test it.

Rgds

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.