billrider321 70 posts msg #74341 - Ignore billrider321 |
5/13/2009 12:40:42 AM
i am seeing v good picks at ibankcoin.com , he selected sbux and slab
i think his criterio are
1. rsi 2 less than 5
2. average vol in last 10 days is increasing
i am not sure what else but i am thinking ,please give your inputs
thanks
|
billrider321 70 posts msg #74372 - Ignore billrider321 |
5/13/2009 11:52:53 PM
here is the first cut still refining , any suggestion would be welcome
show stocks where close is above 1
and average volume(90) > 500000
and close > open
and where average volume(30) > average volume(90)
/*and where average volume(5) < average volume(15) */
and where the close reached a new 13 week high within the last 30 days
and rsi(2) is decreasing for last 5 days
|
johnpaulca 12,036 posts msg #74374 - Ignore johnpaulca |
5/14/2009 12:47:36 AM
Clickable....
|
johnpaulca 12,036 posts msg #74375 - Ignore johnpaulca |
5/14/2009 12:51:08 AM
How do you plan to trade this filter, what is you trigger, time frame etc.
|
billrider321 70 posts msg #74385 - Ignore billrider321 |
5/14/2009 9:09:50 AM
as i get time from my full time job i will start adding conditions.
Any filter which goes long should meet my genral bull phase condition. That is the biggest thing and i have to define and refine that condition, for now its defined as when qqqq crosses 0 for FI(27) and ccc(36) from below.
I see woodsheeder is going long but i wont go long now becasue i dont think market is good for long.
i still have to add conditions. Not sure how to code it.
1. pull back should be to the breakout level AND NOT below that.
2. should be optionable
3. Volume decresing on pullback
4. massive volume on Breakout or stock is showing interest as vol rises.
5. higher highs and lower lows
please add code as you think it can improve the odd
|
billrider321 70 posts msg #74411 - Ignore billrider321 |
5/15/2009 2:12:02 AM
here is my code, i am not sure how i put the code so that it becomes clickable.
show stocks where close is above 5
and average volume(90) > 500000
and where average volume(30) > average volume(90)
/*and where average volume(5) < average volume(15) */
and where the close reached a new 13 week high within the last 15 days
and rsi(2) is decreasing for last 5 days
now i need to add a code so that close is > high reached 15 days ago. still working .
todays pic would be - out of 3 will only pick sbux
yesterdays had 35 picks but have to filter somehow so that it only returns IGT , MHK , TER
|
chetron 2,817 posts msg #74412 - Ignore chetron |
5/15/2009 6:37:30 AM
did you mean this............
or ..........
|
billrider321 70 posts msg #75684 - Ignore billrider321 modified |
6/20/2009 9:23:41 PM
i have made some progress , still more to work.
|
johnpaulca 12,036 posts msg #75689 - Ignore johnpaulca |
6/21/2009 11:42:29 AM
billrider321...good work, you can benefit buy adding a bollinger band(29,0.1) and looking for stocks that dip below this band and are reversing or simply bounce of the band, take a look at NTAP, STAR, JAH, MRVL, wait for green to enter.
|
billrider321 70 posts msg #75800 - Ignore billrider321 |
6/25/2009 11:53:16 PM
i will also like to add this filter in there.
this is to find short candidates. I am thinking will try to develop and work on this 2 filter at the same time and see how it goes.
here is the first cut.
PROBLEM - I am not able to think what would be a exit criterio for this filter
|