jacobnbr1 37 posts msg #41168 - Ignore jacobnbr1 |
2/12/2006 10:56:46 PM
i need a filter to find stocks priced between .10 and 1.00 that has rsi crossing above 50 or bouncing from 50, on balance volume of -200m increased from -300m (or so) and adx crossing above 20 and the dmi+ being in the leading over the dmi-, an increase of volume would be nice. is this anything that can be done with sf?
my goal is to buy a stock at a 52 week low or bouncing from the 52 week low and selling 50% of the position when it doubles within a few days or weeks and holding the position for several years as it would be free stock.
thanks in advance sir.
|
TheRumpledOne 6,411 posts msg #41171 - Ignore TheRumpledOne |
2/13/2006 7:09:10 AM
It's not what you trade, IT'S HOW YOU TRADE IT!
|
jacobnbr1 37 posts msg #41175 - Ignore jacobnbr1 |
2/13/2006 12:10:00 PM
ok. i know what you are saying, but is there a filter that can be developed for that?
|
maxreturn 745 posts msg #41177 - Ignore maxreturn |
2/13/2006 3:16:32 PM
Jacob, why don't you post what you've put together so far. I'm sure others would be willing to assist you if you've made a good faith effort and still can't get it to work. I think what you're looking to do can be done if you've thoroughly studied the manual. Note: You might want to check out Yepher's version of the manual. More thorough and better organized IMHO. Following is the website:
http://yepher.com/stockfetcher/command.html
Regards
Max
|
jacobnbr1 37 posts msg #41191 - Ignore jacobnbr1 |
2/13/2006 11:45:42 PM
i have copied this filter from somone and tweaked it here and there.
but this is close to what i am looking for and i am still playing with it. i have not been able to place the obv in there and i am not sure where i would want it with the spin up? i would also like a clear support bounce in there.
that is about it for now.
High 1 day ago is above High 2 days ago and
Low 1 day ago is below Low 2 days ago and
High is below High 1 day ago and
Low is above Low 1 day ago and
Average Volume(65) is above 100000 and
Price is between 0 and 1 and
draw EMA(10)
draw EMA(30)
draw EMA(150)
draw ROC(2)
draw MACD(3,10,16)
draw Slow Stochastic(7,16) Fast %K
draw Slow Stochastic(7,16) Slow %D
draw Slow Stochastic(7,16) Fast %K line at 80
draw Slow Stochastic(7,16) Fast %K line at 20
draw RSI(14)
draw CMA(RSI(14),16)
draw RSI(14) line at 60
draw RSI(14) line at 50
draw RSI(14) line at 40
draw ADX(14)
|
TheRumpledOne 6,411 posts msg #41195 - Ignore TheRumpledOne |
2/14/2006 7:22:23 AM
I added OBV, DMI, ADX but when I tested this filter that combination results in 0 hits.
I commented out the DMI and ADX which resulted it hits.
HTH.
MAY ALL YOUR FILLS BE COMPLETE.
|
jacobnbr1 37 posts msg #41224 - Ignore jacobnbr1 |
2/15/2006 12:10:20 PM
thanks i will try this out..
|