Rank: Newbie
Groups: Registered, Registered Users Joined: 10/6/2005(UTC) Posts: 2
|
hi. will be thankful if someone could write a formula with the help of which i can sort out those securities which have closing prices > previous day's high and volume > 500,000 and closing price >= 34 dma.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
Please read the user manual that comes with your software or go to the help section. You can also have a look at the formula primer in this forum! now for your formula
C>Ref(H,-1) {Close is greater than previous day's high} and V>500000 {Volume is greater than 500000} and C>=Dema(C,34) {close is greater than or equal to a 34 period dual Expotential MA}
Put this in the filter tab of your exploration
How Hard Is That?
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 10/6/2005(UTC) Posts: 2
|
thnks. for you it is not hard, but for me it was rocket science !
|
|
|
|
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.