Rank: Newbie
Groups: Registered, Registered Users Joined: 4/18/2005(UTC) Posts: 1
|
i am new to metastock and i was wondering if you guys know how to write a program like this one:
search for any stock that has:
close price between $0.01 and $1 and its WEEKLY! MA10 is above MA50. and close is above MA50.
thanks guys! :wink:
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
C<=1 and C>=.01 and Mov(C,50,S)<Min(C,Mov(C,10,S))
Use that as a filter of a new exploration, make sure to edit the exploration's periodicity to weekly, and that should do it.
Patrick
|
|
|
|
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.