StockFetcher Forums · Filter Exchange · Finding Candlestick Pattern for Previous Day<< >>Post Follow-up
thefoxmanjr
9 posts
msg #121539
Ignore thefoxmanjr
9/19/2014 4:47:19 PM

Trying to find candlestick pattern for previous day and am having diffficulty

Tried both


1 day ago pattern is Bullish Upside Tasuki Gap

and
1 day ago pattern is Bullish Upside Tasuki Gap 1 day ago

Could someone offer assistance?

Thx!

boston
58 posts
msg #121541
Ignore boston
9/19/2014 7:29:52 PM

Fetcher[
pattern is Bullish Upside Tasuki Gap
date offset 1 day
]




thefoxmanjr
9 posts
msg #121542
Ignore thefoxmanjr
9/19/2014 8:11:10 PM


Still struggling with below - what am I doing wrong?



set{c1,count(pattern is bullish harami date offset 1 day],1)}
set{c2,count(pattern is bullish engulfing date offset 1 day],1)}
set{c3,count(pattern is Bullish Separating Lines date offset 1 day],1)}
set{c4,count(pattern is Bullish Harami Cross date offset 1 day], 1)}
set{c5,count(pattern is Bullish Morning Doji Star date offset 1 day],1)}
set{c6,count(pattern is Bullish Abandoned Baby date offset 1 day],1)}
set{c7,count(pattern is Bullish Kicking date offset 1 day], 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
close is greater than 10
avg (90) volume is greater than 250000

close is greater than ema(8)
Atr(20) is greater than 1
add column ema(8)
add column volume
add column avg vol(20)
add column sector
add column Williams %R(14)
add column Slow stochastics (14,3)%k
add column Slow stochastics (14,3)%d7

four
5,087 posts
msg #121543
Ignore four
modified
9/19/2014 11:28:30 PM

Fetcher[
set{c1, bullish harami 1 day ago}
set{c2, bullish engulfing 1 day ago}
set{c3, Bullish Separating Lines 1 day ago}
set{c4, Bullish Harami Cross 1 day ago}
set{c5, Bullish Morning Doji Star 1 day ago}
set{c6, Bullish Abandoned Baby 1 day ago}
set{c7, Bullish Kicking 1 day ago}
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
cnt > 0
sort column 12 descending
close is greater than 10
avg (90) volume is greater than 250000

close is greater than ema(8)
Atr(20) is greater than 1
add column ema(8)
add column volume
add column avg vol(20)
add column sector
add column Williams %R(14)
add column Slow stochastics (14,3)%k
add column Slow stochastics (14,3)%d7
]



compound_gains
221 posts
msg #121546
Ignore compound_gains
9/20/2014 7:32:13 AM

Your count syntax is wrong.

set{c1,count(pattern 1 day ago is bullish harami, 1)}


four
5,087 posts
msg #121549
Ignore four
modified
9/20/2014 11:48:57 AM

compound_gains like this?
yet the syntax checker errors on 'c1'


fetcher[
Fetcher[
set{c1, count(pattern 1 day ago bullish harami,1)}
set{c2, count(pattern 1 day ago bullish engulfing,1)}
set{c3, count(pattern 1 day ago Bullish Separating Lines, 1)}
set{c4, count(pattern 1 day ago Bullish Harami Cross, 1)}
set{c5, count(pattern 1 day ago Bullish Morning Doji Star, 1)}
set{c6, count(pattern 1 day ago Bullish Abandoned Baby, 1)}
set{c7, count(pattern 1 day ago 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
cnt > 0
sort column 12 descending
close > 10
avg (90) volume is greater than 250000

close is greater than ema(8)
Atr(20) is greater than 1
add column ema(8)
add column volume
add column avg vol(20)
add column sector
add column Williams %R(14)
add column Slow stochastics (14,3)%k
add column Slow stochastics (14,3)%d7
]


]

StockFetcher Forums · Filter Exchange · Finding Candlestick Pattern for Previous Day<< >>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.