StockFetcher Forums · Filter Exchange · need help with filter<< >>Post Follow-up
navyman6781
12 posts
msg #41732
Ignore navyman6781
3/4/2006 11:39:03 AM

I have tried and cant figure this out. I want a filter that finds double hammers on bottom of chart. Can anyone help me? Or know if its been done before? Thanks!


nikoschopen
2,824 posts
msg #41747
Ignore nikoschopen
3/4/2006 4:28:28 PM

You can use the "Interactive Candlestick matching" feature to find the pattern of your choice. Check it out at:

http://www.stockfetcher.com/stockdb/fetcher?p=candle


WALLSTREETGENIUS
983 posts
msg #41749
Ignore WALLSTREETGENIUS
3/4/2006 5:52:41 PM

Navyman -

I think I can help, but what do you mean "double Hammers?" Do you mean a bearish hammer followed by a white bullish hammer? Let me know....


RIGGS


navyman6781
12 posts
msg #41753
Ignore navyman6781
3/4/2006 10:17:16 PM

Riggs, It doesnt really matter. I'm just looking for 2 hammers in a row, preferrably at bottom or top. Can u email me at kenm4567@iwon.com?


navyman6781
12 posts
msg #41754
Ignore navyman6781
3/4/2006 10:21:53 PM

riggs, one more thing, would like to see the hammers on weekly if possible


TheRumpledOne
6,407 posts
msg #41759
Ignore TheRumpledOne
3/5/2006 9:28:03 AM

Here's a start:

Fetcher[
/* hammers */
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}

set{hammer1, count( tshadowsize is less than 0.001 , 1 ) }
set{hammer2, count( lshadowsize > body_size2 , 1 ) }

set{hammer, hammer1 * hammer2 }

hammer > 0
hammer 1 day ago > 0

close above 1
volume above 1000000
]




Fetcher[
/* weekly hammers */
set{body_bottom,min( weekly open, weekly close) }
set{body_top,max(weekly open, weekly close) }
set{lshadowsize, body_bottom - weekly low}
set{tshadowsize, weekly high - body_top}
set{body_size, body_top - body_bottom}
set{body_size2, body_size * 2}

set{hammer1, count( tshadowsize is less than 0.001 , 1 ) }
set{hammer2, count( lshadowsize > body_size2 , 1 ) }

set{hammer, hammer1 * hammer2 }

hammer > 0
hammer 1 day ago > 0

close above 1
volume above 1000000
]






StockFetcher Forums · Filter Exchange · need help with filter<< >>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.