StockFetcher Forums · General Discussion · 4 Conditions<< >>Post Follow-up
ivycapman
18 posts
msg #161768
Ignore ivycapman
4/5/2025 7:33:13 PM

Is there a good way to look for stocks where 4 conditions ( ex. -di(14) is below 20 ) were met on the last day’s data, but only 3 or less were met on the day before?

compound_gains
225 posts
msg #161769
Ignore compound_gains
modified
4/6/2025 9:53:57 AM

/*Add price, volume, market criteria*/
set{x1, count(condition#1, 1)}
/*Example: set{x1, count(rsi(14) above 50, 1)}*/
set{x2, count(condition#2, 1)}
/*Example: set{x2, count(close above ma(200), 1)}*/
set{x3, count(condition#3, 1)}
set{x4, count(condition#4, 1)}
set{x5, x1 + x2}
set{x6, x5 + x3}
set{chk, x6 + x4}
chk 1 day ago below 4
chk equals 4

StockFetcher Forums · General Discussion · 4 Conditions<< >>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.