StockFetcher Forums · Filter Exchange · Bottom MA crossover filter help<< >>Post Follow-up
miketranz
956 posts
msg #159299
Ignore miketranz
7/13/2022 9:47:25 PM

1)Find stocks under $1 that make a new 52 wk low 2)Stock trades above MA (40) at any time after that,could be a day,could be a year.Thanks,Miketranz

xarlor
561 posts
msg #159305
Ignore xarlor
7/14/2022 6:02:10 PM

Fetcher[
close > MA(40)
close 1 day ago < 1
low 1 day ago reached a new 52 week low
]



snappyfrog
651 posts
msg #159307
Ignore snappyfrog
7/15/2022 5:18:17 AM

Maybe
Fetcher[

market is not etf
market is not otcbb
close < 1 in the last 52 weeks
set{var1, count (close > ma(40),1)}
draw var1 > .99
chart-length 6 months
draw ma(40)
draw low 52 week low
]



snappyfrog
651 posts
msg #159308
Ignore snappyfrog
7/15/2022 5:25:44 AM

Or maybe to catch the move only when the MA(40) turns bullish.

Fetcher[


market is not etf
market is not otcbb
close < 1 in the last 52 weeks
set{var1, count (close > ma(40),1)}
draw var1 > .99
chart-length 6 months
set{var2, count (ma(40) > ma(40) 1 day ago,1)}
draw var2 > .99
and var2 1 day ago < .99
draw ma(40)
draw low 52 week low
]




snappyfrog
651 posts
msg #159309
Ignore snappyfrog
7/15/2022 5:33:30 AM

Or maybe making both var statements true...

Fetcher[
market is not etf
market is not otcbb
close < 1 in the last 52 weeks
set{var1, count (close > ma(40),1)}
draw var1
set{var2, count (ma(40) > ma(40) 1 day ago,1)}
draw var2
set{sig, var1 + var2}
draw sig > 1.99
and sig 1 day ago < 1.99
draw ma(40)
draw low 52 week low
]




miketranz
956 posts
msg #159313
Ignore miketranz
modified
7/15/2022 11:44:57 AM

Thanks for the ideas.I narrowed it down to using WTRH & SERA as models.1)Stock price between .50 and 5 2)Stock must trade down at least 3 months without any prior cross overs.Best,Miketranz....

StockFetcher Forums · Filter Exchange · Bottom MA crossover 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.