StockFetcher Forums · Filter Exchange · Help w/ Candlesticks<< >>Post Follow-up
thefoxmanjr
9 posts
msg #121433
Ignore thefoxmanjr
9/4/2014 5:06:12 AM

Could some one assist me with the creation of something similar to below, but for negative candlestick patterns?


Fetcher[set{c1,count(pattern is bullish harami,1)}
set{c2,count(pattern is bullish engulfing,1)}
set{c3,count(pattern is Bullish Separating Lines,1)}
set{c4,count(pattern is Bullish Harami Cross,1)}
set{c5,count(pattern is Bullish Morning Doji Star,1)}
set{c6,count(pattern is Bullish Abandoned Baby,1)}
set{c7,count(pattern is Bullish Kicking,1)}
add column c1
add column c2
add column c3
add column c4
add column c5
add column c6
add column c7
set{cnt1, c1 + c2}
set{cnt2, cnt1 + c3}
set{cnt3, cnt2 + c4}
set{cnt4, cnt3 + c5}
set{cnt5, cnt4 + c6}
set{cnt, cnt5 + c7}
add column cnt
count > 0
sort column 12 descending
]



Thx!

Kevin_in_GA
4,599 posts
msg #121437
Ignore Kevin_in_GA
9/4/2014 8:26:10 AM

http://www.stockfetcher.com/forums/Indicators/Candlestick-Patterns/108408

Please use the search function before posting questions like this - the short answer is that you simply replace "Bullish" with Bearish" but this link will give you all of the pre-built candlestick patterns.

thefoxmanjr
9 posts
msg #121438
Ignore thefoxmanjr
9/4/2014 9:15:57 AM

Tried changing all to Bearish, but fail to get any results? Any help would be appreciated.

four
5,087 posts
msg #121496
Ignore four
9/12/2014 4:53:24 PM

Fetcher[
set{c1,count(pattern is bearish harami,1)}
set{c2,count(pattern is bearish engulfing,1)}
set{c3,count(pattern is bearish Separating Lines,1)}
set{c4,count(pattern is bearish Harami Cross,1)}
/*
set{c5,count(pattern is bearish Morning Doji Star,1)} -- StockFetcher choked on bearish morning doji star -- commented out
*/
set{c6,count(pattern is bearish Abandoned Baby,1)}
set{c7,count(pattern is bearish Kicking,1)}
add column c1
add column c2
add column c3
add column c4
/*
add column c5
*/
add column c6
add column c7
set{cnt1, c1 + c2}
set{cnt2, cnt1 + c3}
set{cnt3, cnt2 + c4}
set{cnt4, cnt3 + 0}
set{cnt5, cnt4 + c6}
set{cnt, cnt5 + c7}
add column cnt
count > 0
sort column 12 descending
]



compound_gains
221 posts
msg #121497
Ignore compound_gains
9/13/2014 8:16:34 AM

These are the canned bullish and bearish candlestick patterns in SF and there is no bearish morning star doji.

http://www.stockfetcher.com/forums/Indicators/Candlestick-Patterns/108408

StockFetcher Forums · Filter Exchange · Help w/ Candlesticks<< >>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.