StockFetcher Forums · Filter Exchange · NASDAQ closing higher than open count<< >>Post Follow-up
tmaugham
115 posts
msg #102802
Ignore tmaugham
10/2/2011 8:35:47 PM

I'm trying to get a count of the number of days within the past x number of days that the NASDAQ has closed higher than the open. Can anyone suggest a filter to do this?

Thanks,
Tom

Kevin_in_GA
4,599 posts
msg #102803
Ignore Kevin_in_GA
10/2/2011 9:06:20 PM

Fetcher[
set{IXIC_close, ind(^ixic, close)}
set{IXIC_open, ind(^ixic, open)}
set{output, count(IXIC_close above IXIC_open, 100)}
add column output
symlist(qqq)
]



tmaugham
115 posts
msg #102804
Ignore tmaugham
10/2/2011 10:12:46 PM

Kevin, you are the expert.... Thanks very much!!!!

Tom

TheRumpledOne
6,407 posts
msg #102835
Ignore TheRumpledOne
modified
10/6/2011 1:40:47 AM

Fetcher[
set{IXIC_close, ind(^ixic, close)}
set{IXIC_open, ind(^ixic, open)}
set{Last100, count(IXIC_close above IXIC_open, 100)}
set{Last10, count(IXIC_close above IXIC_open, 10)}
set{Last5, count(IXIC_close above IXIC_open, 5)}

add column Last5
add column Last10
add column Last100
symlist(qqq)
]



You might want to considier the last 5 or 10 days to get a better idea about what's going on.

StockFetcher Forums · Filter Exchange · NASDAQ closing higher than open count<< >>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.