StockFetcher Forums · General Discussion · How do I make a simple filter for 2 consecutive up days which closes are higher than the previous day?<< >>Post Follow-up
streetffightingman
1 posts
msg #135446
Ignore streetffightingman
4/15/2017 2:48:19 PM

I was hoping for something like


show stocks where count(close is above yesterday's close, 2) equals 2

or

show stocks where close is above yesterday's close
and yesterday's close is above the previous day's close


This is close to what I want but sometimes the up days are below the previous candle
show stocks where count(close is above open,2) equals 2


Mactheriverrat
3,136 posts
msg #135447
Ignore Mactheriverrat
4/15/2017 5:22:27 PM

Submit
Fetcher[ show stocks where close is above close one day ago
and close one day ago is above close two day ago
]




four
5,087 posts
msg #135448
Ignore four
4/15/2017 5:24:38 PM

perhaps...

Fetcher[

/*Consecutive days where each close always > than all previous closes*/
close > close 1 day ago
close > close 2 days ago
close 1 day ago > close 2 days ago


/*Consecutive days = 3 White Candles*/
close > open
close 1 day ago > open 1 day ago
close 2 days ago > open 2 days ago
]



four
5,087 posts
msg #135449
Ignore four
modified
4/15/2017 6:50:10 PM

perhaps a short cut for the need to have each close closing above the previous closes

/*Consecutive close > previous close*/

count(close above close 1 day ago,3) above 2

StockFetcher Forums · General Discussion · How do I make a simple filter for 2 consecutive up days which closes are higher than the previous day?<< >>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.