StockFetcher Forums · Filter Exchange · Hammer<< >>Post Follow-up
mantis2k4
20 posts
msg #41187
Ignore mantis2k4
2/13/2006 10:13:31 PM

I just combined the hammer and inverted hammer filters here and added a few other things.
Fetcher[/*Liquitity*/
average volume(90) is above 30000
price is between .1 and 20

/*Trend*/

low is below low 1 day ago
high is below high 1 day ago

low 1 day ago is below low 2 day ago
high 1 day ago is below high 2 day ago

/*Hammer Definition*/

set{body_bottom,min(open,close)}
set{body_top,max(open,close)}
set{lshadowsize, body_bottom - low}
set{tshadowsize, high - body_top}
set{body_size, body_top - body_bottom}
set{body_size2, body_size * 2}
body_size is above 0.001

/*Inverted Hammer*/

set{x,count(lshadowsize is less than 0.001,1)}
set{y,count(tshadowsize > body_size2,1)}
set{z, x+y}
set{InHammer,count(z is above 1,1)}

/*Hammer*/

set{a,count(tshadowsize is less than 0.001,1)}
set{b,count(lshadowsize > body_size2,1)}
set{c, a+b}
set{Hammer,count(c is above 1,1)}

/*Conditional*/

set{con, InHammer+Hammer}
con is above 0

/*Ranking*/

/*Display*/

set{diff,+di(14) - -di(14)}
add column InHammer
add column Hammer
add column adx(5)
add column diff
add column rsi(2)
add column rsi(14)
draw bollinger band
draw ema(20)
draw ema(10)
sort column 2
]




StockFetcher Forums · Filter Exchange · 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.