StockFetcher Forums · Filter Exchange · simple and consistent filter<< 1 2 >>Post Follow-up
billrider321
70 posts
msg #66868
Ignore billrider321
9/1/2008 1:36:49 PM

Hi Guys,

I had been following this for some time. Here is what i am trying to do. Please add if you want.

1. need to identify stock which have broken out(change of more than 8%) in last 30 days. 1day price change should be >8 %.

2. 30 day average volume is 1.5 times average 90 day volume.

3. RSI 2 below 5.

will add more condition like sloping up (price pattern is moving up).
will add subjective clause of market weakening so a greater chance of bounce.
If we get too many choices enter when QQQQ/DIA/SPY has a RSI below 10.

Thanks in advance.



maxreturn
745 posts
msg #66881
Ignore maxreturn
9/2/2008 8:21:53 AM

Billrider, you need to be a little more specific as to which day the single day increase of > 8% occurs. Obviously it can't be on the day RSI is < 5%.

chetron
2,817 posts
msg #66882
Ignore chetron
modified
9/2/2008 8:46:03 AM

OR MAYBE JUST A RED TRANSPARENT CANDLE?

A BIG ONE. LOL



billrider321
70 posts
msg #66904
Ignore billrider321
9/2/2008 7:58:18 PM

i have tried to look for some post in past but didnt find.
What i am looking for is a breakout in past 30 days. so it can happen 2aug,3aug,4aug...till sep2nd.
so price change of more than 8% on any day.
then we need to follow those stock for RSI 2 dips and extra condition to see if they are uptrending or not.

billrider321
70 posts
msg #66907
Ignore billrider321
9/2/2008 8:05:58 PM

price is > 5
and price gained more than 8% in last 1 day
and price gained more than 8% in last 1 day one day ago

chetron
2,817 posts
msg #66909
Ignore chetron
modified
9/2/2008 8:27:15 PM

maybe...
ERROR **********CORRECTED VAR4 ABOVE .5 EQUAL 8 PERCENT GAIN***** ERROR
SORRY FOR THE FLIP FLOP
BUT IF YOU WANT A RSI DIP AFTER AN 8 PERCENT GAIN, THEN
THE DAYS FUNCTION ABOVE .5 IS COUNTING THE DAYS SINCE
THE EVENT, UP TO YOUR RSI DIP. HOPE THIS HELPS.


Fetcher[


set{var1,close - open}
set{var2,var1 * 100}
set{var3,var2 / open}
set{var4,days(var3 ABOVE 8,100)}

draw var4


add column var4

var4 > .5
rsi(2) < rsi(2) 1 day ago

]



chetron
2,817 posts
msg #66910
Ignore chetron
modified
9/2/2008 8:37:53 PM

or maybe...

Fetcher[

set{var1,days(price gained MORE than 8% in last 1 day,100)}

var1 > .5
price is > 5
rsi(2) < rsi(2) 1 day ago

]



billrider321
70 posts
msg #66911
Ignore billrider321
9/2/2008 9:26:26 PM

thanks chet you are gr8.

does set{var4,days(var3 above 8,100)} means where var3 has been above 8 in last 100 days.

chetron
2,817 posts
msg #66923
Ignore chetron
modified
9/3/2008 7:27:14 AM

OOPS MY BAD. NO.

CORRECTED FILTER

AND BACK TO ORIGINAL, BECAUSE YOU WANT TO
KNOW HOW MANY DAYS SINCE THE 8 PERCENT GAIN EVENT
TO THE RSI DIP RELATION. VAR4 LESS THAN .5 EQUALS A 8 PERCENT GAIN.



morsan
27 posts
msg #67418
Ignore morsan
9/18/2008 11:21:31 AM

I think this could work as a shortfilter doing the reverse, and apply it to the worst sector. Are not god at the programming though. Can some friendly soul help to do such a reverse filter?

Kindest Regards
Morsan

StockFetcher Forums · Filter Exchange · simple and consistent filter<< 1 2 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.