StockFetcher Forums · Filter Exchange · Bottom Breakout Filter Help<< >>Post Follow-up
miketranz
956 posts
msg #158532
Ignore miketranz
2/7/2022 10:00:59 PM

Fetcher[ Close crossed above ma(25) AND Average Volume(30) is above 1000000 price between .25 and 11 charttime is 6 month]

Need to add in a qualifier:Stock must have not have crossed over ma (25) in the previous 60 days. BKKT is the model.Thanks,Mike...

snappyfrog
653 posts
msg #158535
Ignore snappyfrog
modified
2/8/2022 8:42:41 AM

Maybe,

Fetcher[
Close crossed above ma(25)
AND Average Volume(30) is above 1000000
price between .25 and 11
charttime is 6 month
and close 1 day ago < ma(25) for the last 60 days
]



xarlor
562 posts
msg #158538
Ignore xarlor
2/8/2022 10:46:58 AM

Unfortunately, BKKT fails your requirement of not crossing ma(25) in 60 days. Before the latest cross, it crossed it 57 days prior.

Fetcher[
Close crossed above ma(25)
AND Average Volume(30) is above 1000000
price between .25 and 11
charttime is 6 month
and close 1 day ago < ma(25) for the last 57 days
]



Fetcher[
symlist(BKKT)
add column Days(close > ma(25),60) {Days since last MA(25) cross}
]




miketranz
956 posts
msg #158540
Ignore miketranz
2/8/2022 11:28:19 AM

Snappy thanks for your help.Xarlor you're right,at 60 days it wouldn't have came up on the filter,thanks for your help.As always,very much appreciated.Best,Mike...

snappyfrog
653 posts
msg #158544
Ignore snappyfrog
modified
2/8/2022 3:35:20 PM

Your welcome.

Are you using other indicators for an entry after putting this
in a watchlist? Just curious where you are going from here? Lol

I like the weekly EMA(5) which translates to the MA(25) on
a daily chart.

miketranz
956 posts
msg #158548
Ignore miketranz
2/8/2022 7:44:47 PM

No other indicators as of yet.As long as price breaks out above the ma 25 and stays above it for a few days,that's when hopefully trend reverses.Higher volume is also a big plus.I'll also use the ma line as a stop if price drops below it.I noticed most of these stocks on a 2 year screen lost 75% or more of there value.The weekly sheds an interesting light on things also.Best,Miketranz...

snappyfrog
653 posts
msg #158554
Ignore snappyfrog
2/9/2022 5:36:57 AM

How about this then:

Fetcher[
Close crossed above ma(25) 3 days ago
AND Average Volume(30) is above 1000000
price between .25 and 11
charttime is 6 month
and close 4 day ago < ma(25) for the last 60 days
]



StockFetcher Forums · Filter Exchange · Bottom Breakout Filter Help<< >>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.