StockFetcher Forums · General Discussion · need help on pattern<< >>Post Follow-up
choockd
2 posts
msg #144329
Ignore choockd
8/7/2018 10:50:09 AM

hi guys,
need some help, how can I
1/ check the pass 2 candle are bearish candle
2/ follow by a hammer
3/ hammer are out of bollinger band 2
4/ hammer are out of bollinger band 3 ?


four
5,087 posts
msg #144331
Ignore four
modified
8/7/2018 3:34:50 PM

One change in your filter request. I placed the close over the 2 std dev bollinger. You probably won't get hits if it is over std dev 3 AND only a few stocks returned when over 2 std dev. You'll notice I placed a very low minimum volume value.

NOTE: Remember I am using the upper bollinger. You didn't specify upper or lower.
Modify as needed.

Fetcher[
close is above 5.00
and average volume(30) is above 100
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)

draw Upper Bollinger Band(20,3)
close > Upper Bollinger Band(20,2)

close 2 days ago < open 2 days ago
close 1 day ago < open 1 day ago
]



choockd
2 posts
msg #144374
Ignore choockd
8/10/2018 10:23:04 PM

thank you for your kind help, will try to digest and see if i can understand make adjustment accordingly.

four
5,087 posts
msg #144381
Ignore four
8/11/2018 8:04:31 PM

welcome

StockFetcher Forums · General Discussion · need help on pattern<< >>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.