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.
|
|
|
|
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
|
|
|
|
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.