wailee 1 posts msg #110120 - Ignore wailee |
1/13/2013 9:30:36 PM
Hi all,
I’m new to stockfetcher and need some help with 1) converting the following stockchart.com oversold filter to stockfetcher’s code, and then 2) combine it with stockfetcher MACD- Price Divergence code.
There’s some redundancy between the codes, but basically I want find stocks between $1 and 10, volume over a million, RSI between 10 and 30, and market cap between 100 million and 2 billion and add the MACD-Price Divergence which is in stockfetcher code already.
Oversold: [type = stock] and [country = us] and [daily sma(20,daily volume) > 100000] and [RSI (14) > 10.0] and [RSI (14) < 30.0] and [Low > 1] and [High < 10] and [market cap > 100] and [market cap < 2,000]
MACD - PRICE Divergence
Show stocks where MACD histogram(12,26) has been increasing over the last 4 days
and where Close has been decreasing over the last 4 days
and Average Volume(90) is above 50000 and close is between 1 and 10
Thank you all so much for your help!
|