Rank: Member
Groups: Registered, Registered Users Joined: 2/12/2005(UTC) Posts: 14
|
Is there an explorer code to scan for stocks that are a certain percent over a moving average? Thanks.
|
|
|
|
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)
|
What about something like :
X:=2; {here represents 2 %}
MA:=Mov(C,10,S); {Moving average that can be substitued}
((C/MA)-1)*100>X {Close is 2 % greater or more than the average}
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 2/12/2005(UTC) Posts: 14
|
|
|
|
|
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.