StockFetcher Forums · Filter Exchange · candlestick filter not being limited to sector<< >>Post Follow-up
ClayDavis68
8 posts
msg #143004
Ignore ClayDavis68
4/1/2018 10:30:35 AM

for some reason the apply to sector filter is not filtering out all other sectors.



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)}
set{c8,count(pattern is Bullish Three White Soldiers,1)}
set{c9,count(pattern is Bullish Three Line Strike,1)}
set{c10,count(pattern is Bullish Upside Gap Three methods,1)}

add column c1
add column c2
add column c3
add column c4
add column c5
add column c6
add column c7
add column c8
add column c9
add column c10

set{cnt1, c1 + c2}
set{cnt2, cnt1 + c3}
set{cnt3, cnt2 + c4}
set{cnt4, cnt3 + c5}
set{cnt5, cnt4 + c6}
set{cnt6, cnt5 + c7}
set{cnt7, cnt6 + c8}
set{cnt8, cnt7 + c9}
set{cnt, cnt8 + c10}

apply to sector(Consumer Goods)

and Price is between 5 and 70

and ATR(30) is > 2

add column cnt
count > 0
sort column 12 descending
and add column sector
and Chart-time is 30 days

four
5,087 posts
msg #143005
Ignore four
modified
4/1/2018 11:13:31 AM

1. Try the below (entering both lines)
2. Probably place both lines at the top of the filter...

apply to industry(Consumer Products - Misc Staple)
apply to industry(Consumer Products - Misc Discretionary)

ClayDavis68
8 posts
msg #143008
Ignore ClayDavis68
4/1/2018 12:45:41 PM

yep, putting that code at the top worked. thanks!!

StockFetcher Forums · Filter Exchange · candlestick filter not being limited to sector<< >>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.