StockFetcher Forums · Public Filter List · HHH - High Hanging Hammer<< >>Post Follow-up
heyen
124 posts
msg #43233
Ignore heyen
4/27/2006 10:06:44 AM

Fetcher[
set{xchng,count(market is amex,1) + count(market is nasdaq,1)}
xchng above 0
close between 1 and 20
count(close reached a new 52 week high,15) above 0
close more than 15% below close 3 days ago
open below day position(.5,1)
close below day position(.5,1)
open reached a new 10 day low
close reached a new 10 day low
]



Bouncing off Support shortly after making a new 52 week high.



chetron
2,817 posts
msg #91427
Ignore chetron
modified
4/20/2010 9:19:25 AM

and bouncing off resistance....


Fetcher[

set{xchng,count(market is amex,1) + count(market is nasdaq,1)}
xchng above 0
close between 1 and 20
count(close reached a new 52 week low,15) above 0
close more than 15% above close 3 days ago
open above day position(.5,1)
close above day position(.5,1)
open reached a new 10 day high
close reached a new 10 day high

]



ALL TOGETHER....


Fetcher[
set{xchng,count(market is amex,1) + count(market is nasdaq,1)}
xchng above 0
DO NOT DRAW XCHNG

close between 1 and 20

SET{VAR1A,CLOSE 3 DAY AGO}
SET{VAR1,count(close reached a new 52 week low,15)}
SET{VAR2,COUNT(close more than 15% above VAR1A,1)}
SET{VAR3,COUNT(open above day position(.5,1),1)}
SET{VAR4,COUNT(close above day position(.5,1),1)}
SET{VAR5,COUNT(open reached a new 10 day high,1)}
SET{VAR6,COUNT(close reached a new 10 day high,1)}

SET{VAR7,VAR1 * VAR2}
SET{VAR8,VAR7 * VAR3}
SET{VAR9,VAR8 * VAR4}
SET{VAR10,VAR9 * VAR5}
SET{VSHORT,VAR10 * VAR6}


SET{VAR31,count(close reached a new 52 week HIGH,15)}
SET{VAR32,COUNT(close more than 15% BELOW VAR1A,1)}
SET{VAR33,COUNT(open BELOW day position(.5,1),1)}
SET{VAR34,COUNT(close BELOW day position(.5,1),1)}
SET{VAR35,COUNT(open reached a new 10 day LOW,1)}
SET{VAR36,COUNT(close reached a new 10 day LOW,1)}

SET{VAR37,VAR31 * VAR32}
SET{VAR38,VAR37 * VAR33}
SET{VAR39,VAR38 * VAR34}
SET{VAR40,VAR39 * VAR35}
SET{VBUY,VAR40 * VAR36}

SET{VPLAYS,VSHORT + VBUY}

ADD COLUMN VBUY
ADD COLUMN VSHORT

DRAW VSHORT ON PLOT VBUY

VPLAYS ABOVE .5
DO NOT DRAW VPLAYS

]



StockFetcher Forums · Public Filter List · HHH - High Hanging Hammer<< >>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.