StockFetcher Forums · Filter Exchange · Find stocks in NYSE or Nasdaq crossing below or above 20 ema<< >>Post Follow-up
Martyboy
3 posts
msg #114480
Ignore Martyboy
7/15/2013 2:36:04 PM

How was looking to create a filter to find stocks in either the NYSE or Nasdaq only and were crossing below or above the 20 ema.

I know I can do this using multiple filters but wanted to combine it to have just one filter.

Thank you,
Martin

dwiggains
441 posts
msg #114481
Ignore dwiggains
7/15/2013 3:23:51 PM

Hi


Fetcher[
market is NYSE
close crossed above ema (20)
]




If you want NASDAQ
just say market is NASDAQ

Good luck
See ya
David

Martyboy
3 posts
msg #114482
Ignore Martyboy
7/15/2013 4:44:13 PM

I want both NYSE and Nasdaq

Kevin_in_GA
4,599 posts
msg #114483
Ignore Kevin_in_GA
7/15/2013 5:46:59 PM

Try using a user-defined function -

Fetcher[

set{nysestocks, count(market is NYSE,1)}
set{nasdaqstocks, count(market is nasdaq,1)}
set{combined, nysestocks + nasdaqstocks}

combined above 0

]



SAFeTRADE
630 posts
msg #114485
Ignore SAFeTRADE
7/15/2013 9:46:57 PM

A follow up on Kevin's Fine filter.

Fetcher[


set{nysestocks, count(market is NYSE,1)}
set{nasdaqstocks, count(market is nasdaq,1)}
set{combined, nysestocks + nasdaqstocks}
set{xblo20, count(close crossed below ma(20) in the last 1 day,1)}
set{xabv20, count(close crossed above ma(20) in the last 1 day,1)}

combined above 0
add column xabv20
add column xblo20

]



sort on xabv20 or xblo20 for your crosses.

Martyboy
3 posts
msg #114488
Ignore Martyboy
7/16/2013 6:38:12 AM

Thank you guys.
Is there a way to remove the combined graphic (blue bars below volume) from the charts?

Kevin_in_GA
4,599 posts
msg #114489
Ignore Kevin_in_GA
7/16/2013 8:29:11 AM

add the line "do not draw combined" to the end of your filter

StockFetcher Forums · Filter Exchange · Find stocks in NYSE or Nasdaq crossing below or above 20 ema<< >>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.