StockFetcher Forums · Filter Exchange · How to write the filter to return a specific stock<< 1 2 >>Post Follow-up
guru_trader
485 posts
msg #54351
Ignore guru_trader
8/26/2007 5:58:00 AM

How do we write the filter so that it returns a specific stock? I couldn't find it in the old threads.

stocktrader
294 posts
msg #54354
Ignore stocktrader
8/26/2007 1:18:19 PM

There are other ways, but here is one:

Fetcher[set{x1,count(open equals ind(qqqq, open),1) * count(volume equals ind(qqqq, volume),1)}
set{x2,count(open equals ind(dia, open),1) * count(volume equals ind(dia, volume),1)}
set{x3,count(open equals ind(spy, open),1) * count(volume equals ind(spy, volume),1)}
set{x4,count(open equals ind(xlb, open),1) * count(volume equals ind(xlb, volume),1)}
set{x5,count(open equals ind(xle, open),1) * count(volume equals ind(xle, volume),1)}
set{x6,count(open equals ind(xlf, open),1) * count(volume equals ind(xlf, volume),1)}
set{x7,count(open equals ind(xli, open),1) * count(volume equals ind(xli, volume),1)}

set{y1, x1 + x2}
set{y2, y1 + x3}
set{y3, y2 + x4}
set{y4, y3 + x5}
set{y5, y4 + x6}
set{y6, y5 + x7}

y6 equal 1
]



stocktrader
294 posts
msg #54355
Ignore stocktrader
8/26/2007 1:21:13 PM

This one is easier:

Fetcher[set{xx,count(open equals ind(spy, open),1) * count(volume equals ind(spy, volume),1)}
xx above 0
]




nikoschopen
2,824 posts
msg #54359
Ignore nikoschopen
modified
8/26/2007 4:10:24 PM

Excuse my ignorance, but what's the whole point of this?

On second thought, I've made a similar request in the past about being able to search for a specific ticker of interest ("where's that search box?!") from more than 7000 returned matches.

stocktrader
294 posts
msg #54360
Ignore stocktrader
8/26/2007 4:46:39 PM

I sure don't use it. Maybe guru has some info.

nikoschopen
2,824 posts
msg #54361
Ignore nikoschopen
8/26/2007 4:56:45 PM

In reference to my post above about the "search box" capability, this is what I'm looking for.



guru_trader
485 posts
msg #54362
Ignore guru_trader
8/26/2007 5:02:46 PM

Thanks, that's exactly what I needed!

nikoschopen
2,824 posts
msg #54363
Ignore nikoschopen
8/26/2007 5:49:57 PM

Well, perhaps you can exert some pressure on StockFetcher people to actually implement this feature. I asked for it back on 6/10/2006 but, as you may know, they never listen to my request. ;)

stocktrader
294 posts
msg #54364
Ignore stocktrader
8/26/2007 5:54:25 PM

Also try this:

Watchlists

dbyrt
70 posts
msg #54365
Ignore dbyrt
8/26/2007 6:00:31 PM

Here's another way:

show stocks where volume equals ind(qqqq,volume)

only have one place to change each time.

StockFetcher Forums · Filter Exchange · How to write the filter to return a specific stock<< 1 2 >>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.