StockFetcher Forums · Filter Exchange · Bullish Candlestick with confirmation<< >>Post Follow-up
ravichan219
3 posts
msg #118411
Ignore ravichan219
modified
2/27/2014 7:55:57 PM

Hi Guru's
I am new to StockFetcher.com

Can someone please help me to write a filter that has bullish candlesticks patterns like Hammer, Bullish Engulfing, Doji etc, but I need next positive bullish candlestick signal after formation of these patterns with good volume may be twice or more than volume of previous day.

Example as show below

Image and video hosting by TinyPic

I want to create this filter in conjunction with below filters.

**********************************************************************
normal Buy

fast stochastic fast %k(8,3) is above 20
and adx(14,14) is between 0 to 25
and +di(14) is above -di(14)

**********************************************************************
Strong Buy

fast stochastic fast %k(8,3) is above 20
and adx(14,14) is between 30 to 50
and +di(14) is above -di(14)

*****************************************************************************

Appreciated

Thanks
Ravi

four
5,087 posts
msg #118437
Ignore four
modified
3/2/2014 12:42:44 AM

DOJI with NORMAL and HAMMER with STRONG. Both with volume criteria.

Fetcher[
close equals open

/*twice or more than volume of previous day*/

set{x, volume 1 day ago * 2}
volume > x
add column volume 1 day ago{Vol 1 ago}

fast stochastic fast %k(8,3) is above 20
and adx(14,14) is between 0 to 25
and +di(14) is above -di(14)
]



HAMMER

Fetcher[
set{btop,max(open,close)}
set{bbot,min(open,close)}
high minus btop is below 0.01
and bbot is above day position(0.65,1)

/*twice or more than volume of previous day*/

set{x, volume 1 day ago * 2}
volume > x
add column volume 1 day ago{Vol 1 ago}

fast stochastic fast %k(8,3) is above 20
and adx(14,14) is between 30 to 50
and +di(14) is above -di(14)
]



ravichan219
3 posts
msg #118442
Ignore ravichan219
3/2/2014 10:21:08 PM

Thanks for quick response Four!

I am looking for next positive Candlestick after formation of these bullish candlestick patterns with good volume. I want to use this as my entry point and hold it for 2 to 3 periods.

Thanks again!
Ravi P

four
5,087 posts
msg #118443
Ignore four
modified
3/2/2014 10:30:21 PM

FYI : Bullish Dragonfly Doji - maybe this DOJI would get you more stocks returned than the open = close ??

Code is here: http://www.stockfetcher.com/forums/Filter-Exchange/GRAVESTONE-AND-DRAGONFLY-DOJI/109090&isiframe=

perhaps... using simplest DOJI

Fetcher[

/* --------------- make all n-1 day ago -----------------------*/

close 1 day ago equals open 1 day ago

/*twice or more than volume of previous day*/

set{x, volume 2 day ago * 2}
volume 1 day ago > x
add column volume 2 day ago{Vol 2 ago}

fast stochastic fast %k(8,3) 1 day ago is above 20
and adx(14,14) 1 day ago is between 0 to 25
and +di(14) 1 day ago is above -di(14) 1 day ago


/* --------------- Then bullish for today (0 days ago)-----------------------*/

close equals open


]



ravichan219
3 posts
msg #118444
Ignore ravichan219
3/2/2014 10:48:22 PM

Thanks again Four!

I will try out these filters and let you know the results.

Ravi

StockFetcher Forums · Filter Exchange · Bullish Candlestick with confirmation<< >>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.