StockFetcher Forums · Filter Exchange · Somebody wrote this in a filter ....<< >>Post Follow-up
karennma
8,057 posts
msg #125800
Ignore karennma
modified
10/24/2015 3:15:49 PM

Geesh! I lost my place and don't know where I saw this.
Someone wrote a filter which included the following:

Fetcher
set{ny, count(market is nyse, 1)}
set{nas, count(market is nasdaq, 1)}
set{tot, ny + nas}
tot above 0

My question is, why did you add: "tot, ny + nas" and why was "tot above 0" included?
?


four
5,087 posts
msg #125801
Ignore four
modified
10/24/2015 3:32:20 PM

The filter will now consider one or both NYSE, NASDAQ:

LOGIC:

not NYSE + not NASDAQ = 0 + 0 = 0
not NYSE + NASDAQ = 0 + 1 = 1
NYSE + not NASDAQ = 1 + 0 = 1

Thus, as long as the stock belongs to one or more, hence ">0", the filter returns the stock.

StockFetcher Forums · Filter Exchange · Somebody wrote this in a 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.