Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 2/4/2005(UTC) Posts: 8
|
Hello,
I am wanting to create an exploration to see which stocks are out-performing a 30-week EMA. Likewise, those stocks underperforming a 30-week EMA. Thank you.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Hey T-
Make sure you check out the formula primer and also the User's Manual. There are a lot of great examples in both of them to follow.
You can set up a simple screen like this:
[code:1:f37d84a959]colA Close
colB C>=Mov(C,30,E)
colC C<Mov(C,30,E)[/code:1:f37d84a959]
ColB&C will return a 1 if the condition is true; else 0.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Oops... forgot to mention that you will need to set the Explorer options to Weekly Periodicity for the above example.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 2/4/2005(UTC) Posts: 8
|
Thank you very much for your reply. Very appreciative. Cheers
|
|
|
|
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.