StockFetcher Forums · Filter Exchange · close comes down hard & bounces needs work.<< >>Post Follow-up
woofys
212 posts
msg #41760
Ignore woofys
3/5/2006 11:06:48 AM

Trying to create filter where close comes down in wide range bars with long lower shadows, the bars are getting longer as they reach support and so are the bottom tails. The decline is climatic. It hits support and bounces. Close is falling for more than 6 or 7 days on high volume.
Thanks guys


nikoschopen
2,824 posts
msg #41764
Ignore nikoschopen
3/5/2006 5:14:02 PM

Before asking for help, please post ure filter. There's no such thing as a stupid filter, however simple it might be. Only by taking the initial step will you learn to walk on ure own.


rtucker
318 posts
msg #41805
Ignore rtucker
3/7/2006 3:07:11 AM

Something like this may get you started:

Fetcher[set{C1DA, close 1 day ago }
set{C2DA, close 2 days ago }

set{CCb,days(C1DA is above C2DA,100)}


CCb above 5
close above close 1 day ago

Add Column CCb

and roc(5) < -7%
and price * avg vol(5) > 200000
and add column rsi(2)
and ignore bullpower/bearpoop mumbo jumbo
]





woofys
212 posts
msg #41889
Ignore woofys
3/10/2006 8:34:07 PM

rtucker Hey! that was one great filter. I really cant thank you enough for that one. Thanks again.


woofys
212 posts
msg #41890
Ignore woofys
3/10/2006 8:38:24 PM

nikoschopen: Thanks for the feed back sir.


chetron
2,817 posts
msg #91429
Ignore chetron
modified
4/20/2010 10:57:49 AM

with look back....


Fetcher[
set{C1DA, close 1 day ago }
set{C2DA, close 2 days ago }

set{CCb,days(C1DA is above C2DA,100)}
set{var1,count(ccb above 5,1)}
set{var2,count(close above c1da,1)}
set{var3,count(roc(5) below -7,1)}
set{var4,var1 * var2}
set{vbuy,var4 * var3}

draw vbuy

CCb above 5
close above close 1 day ago

Add Column CCb

and roc(5) < -7%
and price * avg vol(5) > 200000
and add column rsi(2)
and ignore bullpower/bearpoop mumbo jumbo
]



WITH CORRECTION....


Fetcher[

set{C1DA, close 1 day ago }
set{C2DA, close 2 days ago }

set{CCb,days(C1DA is above C2DA,100)}

/* PRICE IS IGNORED IN ORIGINAL FILTER */
/* PRICE * AVGVOL(5) > 200000 */

SET{VAR1A,AVGVOL(5)}
SET{VAR6,COUNT(VAR1A ABOVE 200000,1)}

set{var1,count(ccb above 5,1)}
set{var2,count(close above c1da,1)}
set{var3,count(roc(5) below -7,1)}
set{var4,var1 * var2}
set{VAR5,var4 * var3}
SET{VBUY,VAR6 * VAR5}


VBUY ABOVE .5
]



ADD TOGETHER....

Fetcher[

set{C1DA, close 1 day ago }
set{C2DA, close 2 days ago }

set{CCb,days(C1DA is above C2DA,100)}

/* PRICE IS IGNORED IN ORIGINAL FILTER */
/* PRICE * AVGVOL(5) > 200000 */

SET{VAR1A,AVGVOL(5)}
SET{VAR6,COUNT(VAR1A ABOVE 200000,1)}

set{var1,count(ccb above 5,1)}
set{var2,count(close above c1da,1)}
set{var3,count(roc(5) below -7,1)}
set{var4,var1 * var2}
set{VAR5,var4 * var3}
SET{VBUY,VAR6 * VAR5}


set{CCb2,days(C1DA is BELOW C2DA,100)}


set{var11,count(ccb2 above 5,1)}
set{var12,count(close BELOW c1da,1)}
set{var13,count(roc(5) ABOVE 7,1)}
set{var14,var1 * var12}
set{VAR15,var4 * var13}
SET{VSHORT,VAR6 * VAR15}

SET{VPLAYS,VSHORT + VBUY}

DRAW VSHORT ON PLOT VBUY

ADD COLUMN VBUY
ADD COLUMN VSHORT


VPLAYS ABOVE .5
DO NOT DRAW VPLAYS
]





StockFetcher Forums · Filter Exchange · close comes down hard & bounces needs work.<< >>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.