StockFetcher Forums · Stock Picks and Trading · A Newbie's Journey<< 1 ... 44 45 46 47 48 >>Post Follow-up
sandjco
648 posts
msg #149695
Ignore sandjco
11/27/2019 11:28:50 AM

Thanks Xarlor! I admire your "clean" coding skills!

I have to look up those patterns and try to incorporate them on the filters.

Looks like I screwed up on VEEV and TEAM as I didn't check it was earnings....urgghhh….

On happy thoughts..looks like SBUX is about to leave the station....


sandjco
648 posts
msg #149697
Ignore sandjco
11/27/2019 2:29:14 PM

Thanks for the candle stuff Xarlor...here is a script I wrote (sorry it is kinda convoluted and I don't know how to simplify this).

Cant find anything on evening star and dragonfly on SF....

Fetcher[
market cap > 1000
optionable
market is not OTCBB
market is not AMEX



/*gravestone*/
set{1A, count(close minus open is between -0.01 and 0.01,1) * count(close minus low is below 0.01,1)}

/*long legged doji*/
set{2A, count(close equals open,1) * count(high is more than 2% above low,1)}

/*morning star*/
set{3A_1, count(close is above open,1) * count(close 1 day ago is above open 1 day ago,1)}
set{3A_2, count(close 2 days ago is below open 2 days ago,1) * count(high 1 day ago is below low 2 days ago,1)}
set{3A_3, 3A_1 * count(open is above close 1 day ago,1)}
set{3A, 3A_2 * 3A_3}

/*doji*/
set{4A, count(close equals open,1)}

/*bullish engulfing*/
set{5A_1, count(close is above open,1) * count(close 1 day ago is below open 1 day ago,1)}
set{5A_2, count(close is above open 1 day ago,1) * count(open is below close 1 day ago,1)}
set{5A, 5A_1 * 5A_2}

/*bullish harami*/
set{body_bottom, min(open,close)}
set{body_top, max(open,close)}
set{6A_1, count(close 1 day ago below open 1 day ago,1) * count(low 1 day ago below low 2 days ago,1)}
set{6A_2, count(low 2 days ago below low 3 days ago,1) * count(close 1 day ago below close 2 days ago,1)}
set{6A_3, count(close 2 days ago below close 3 days ago,1) * count(high 1 day ago below high 2 days ago,1)}
set{6A_4, count(high 2 days ago below high 3 days ago,1) * count(close above open,1)}
set{6A_5, count(open above body_bottom 1 day ago,1) * count(close below body_top 1 day ago,1)}
set{6A_6, 6A_1 * 6A_2}
set{6A_7, 6A_3 * 6A_4}
set{6A_8, 6A_6 * 6A_7}
set{6A, 6A_8 * 6A_5}

set{C1, 1A + 2A}
set{C2, 3A + 4A}
set{C3, 5A + 6A}
set{C4, C1 + C2}
set{trigger, C3 + C4}

add column trigger > 0
add column 1A
add column 2A
add column 3A
add column 4A
add column 5A
add column 6A
]



sandjco
648 posts
msg #149711
Ignore sandjco
11/29/2019 12:47:12 AM



Jan 2021 $82.50 for $10.35

sandjco
648 posts
msg #149767
Ignore sandjco
12/2/2019 11:38:29 PM

Ouch...Morgan Stanley does a downgrade and boom!



Hmm...gotta wait and then add.

Profit taking about to happen?


sandjco
648 posts
msg #149881
Ignore sandjco
12/13/2019 4:48:32 PM

Like watching paint dry but at least on the right direction...


Hmmm...add to?


Lucked out?


sandjco
648 posts
msg #149995
Ignore sandjco
12/23/2019 10:50:03 PM

Amazing resiliency....Trump impeached (no hearing yet) and yet...


January correction...Trump cleared...2020 2nd term...boom there goes the market?

added ROKU


opened ABMD


sandjco
648 posts
msg #150014
Ignore sandjco
modified
12/25/2019 9:54:17 AM

Will we see $150 1 month out?


About to leave?


Magically bounces....divorced too soon; missed another $10! urgghhh


Thank you Elon! 2020 gonna get me another one!


sandjco
648 posts
msg #150026
Ignore sandjco
12/26/2019 5:36:07 PM

Closed for a quickie on the weeklies...



Will this add up to something?



Will we have follow thur...



AMZN announced Santa was good...


sandjco
648 posts
msg #150048
Ignore sandjco
12/29/2019 3:37:51 PM

Happy New Year everyone! Can't believe I've been here for two years and still learning from all of you!

All the best in 2020 and may all our fills be profitable!



Cheese
1,374 posts
msg #150049
Ignore Cheese
12/29/2019 4:18:32 PM

Happy New Year to you sandjco and everyone !

StockFetcher Forums · Stock Picks and Trading · A Newbie's Journey<< 1 ... 44 45 46 47 48 >>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 2026 - 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.