logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
sunil g  
#1 Posted : Tuesday, May 21, 2013 12:50:33 AM(UTC)
sunil g

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/21/2013(UTC)
Posts: 3

Thanks: 1 times
Hi,
can anyone help with the formula for selecting stocks that fulfill all the below criteria :
1. close > 10 dma exponential AND
2. 30 dma e > 50 dma e AND
3. 200 dma e > 10 dma, 50dma AND
4. RSI 14,9 > 50 AND
5. Schot 5,3 > 50 AND
6. volume > 3000 AND

looking forward to some feedback.

Thanks,
sunil g
haddison  
#2 Posted : Wednesday, May 22, 2013 10:18:12 AM(UTC)
haddison

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/6/2010(UTC)
Posts: 113
Location: London

You will need the following:

Close: C
Exponential DMA: DEMA()
RSI: RSI()
Stochastic: Stoch()
Volume: V

You can also use variables if you use the same formula more than once, for example, I can see that you are using the 10 dma and 50 dma more than once, so you can write a variable for these.

Try and use the above to write it yourself and ask for help when you get stuck. Please also read the user manual and do the exercises in the free Formula Primer.
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.