StockFetcher Forums · Filter Exchange · ANOTHER CANDLESTICK FILTER......<< 1 2 3 >>Post Follow-up
chetron
2,817 posts
msg #91379
Ignore chetron
modified
4/18/2010 7:42:00 PM

a better hammer.....


Fetcher[
set{bearpower,low - ema(13)}
set{bullpower,high - ema(13)}

draw bearpower on plot bullpower

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}
show stocks where tshadowsize is less than 0.001
and lshadowsize > body_size2
and close decreasing for the last 3 days
and body_top < close 1 day ago
close above .15
volume above 100000


fi(2) above fi(2) 1 day ago
fi(2) reached new 5 day low within last 5 day
fi(2) 5 day low above fi(2) 30 day low


do not draw body_size2
do not draw body_top
do not draw tshadowsize
do not draw lshadowsize
]





chetron
2,817 posts
msg #91380
Ignore chetron
4/18/2010 7:51:44 PM

a better shorter hammer....


Fetcher[

/* a very short hammer */

set{bearpower,low - ema(13)}
set{bullpower,high - ema(13)}

draw bearpower on plot bullpower

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}

show stocks where lshadowsize is less than 0.001
tshadowsize > body_size2
close increasing for the last 3 days
body_top > close 1 day ago
close above .15
volume above 100000

fi(2) below fi(2) 1 day ago
fi(2) reached new 5 day high within last 5 day
fi(2) 5 day high below fi(2) 30 day high

do not draw body_size2
do not draw body_top
do not draw lshadowsize
do not draw tshadowsize

]



sunny100
4 posts
msg #156063
Ignore sunny100
3/7/2021 9:32:43 PM

Hello there...i am looking for Bearish 3 line strike filter. Can you help. Thanks

StockFetcher Forums · Filter Exchange · ANOTHER CANDLESTICK FILTER......<< 1 2 3 >>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.