StockFetcher Forums · Filter Exchange · is there way to write (more or less or ± in the filter<< >>Post Follow-up
morteza471
132 posts
msg #47465
Ignore morteza471
modified
10/14/2006 9:49:03 PM

is there way to write (more or less or ± in the filter,i want to write filter to find stocks that there lows where more or less 0.1 for last few days
thanks



radovan.arendas
41 posts
msg #47578
Ignore radovan.arendas
10/21/2006 2:26:59 PM

Try to rephrase your request. I wasn't able to understand




rharmelink
81 posts
msg #47579
Ignore rharmelink
10/21/2006 3:36:59 PM

You could use the between clause? For example:

"price is between 3 and 7"



morteza471
132 posts
msg #47596
Ignore morteza471
10/23/2006 3:04:36 PM

For example show stock where low for last 3 days were ± .20 cents,example 1 day 1.20 next 1.10 and 3 day 1.15
thanks


nikoschopen
2,824 posts
msg #47599
Ignore nikoschopen
10/23/2006 5:47:10 PM

If you merely want to find stocks with their lows "more or less" suffering from constipation, ure well-advised to use the "between" expression as the above poster suggested.

Fetcher[
set{diff,low - low 1 day ago}
count(diff between 0.1 and -0.1,3) equals 3
price above 20
avgvol(17) above 300000
add column diff
add column diff 1 day ago {diff 1}
add column diff 2 days ago {diff 2}
]

Note: Here, you're screening for stocks with their respective lows gyrating no more than 0.10 (either up or down) within the last 3 days. The columns diff (today), diff1 (1 day ago), and diff2 (2 days ago) will show the actual difference between the two lows for that particular day.


morteza471
132 posts
msg #47606
Ignore morteza471
10/24/2006 2:46:50 AM

thanks good filter


StockFetcher Forums · Filter Exchange · is there way to write (more or less or ± in the filter<< >>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.