StockFetcher Forums · Filter Exchange · Monthly Break<< >>Post Follow-up
drawerguy
14 posts
msg #115251
Ignore drawerguy
9/9/2013 5:17:41 AM

Does anyone know how to write a filter where the daily close is < the previous months low AND vice versa where the daily close is > the previous months high??

dwiggains
441 posts
msg #115256
Ignore dwiggains
9/9/2013 10:36:48 AM

close > 22 day high 1 day ago

close < 22 day low 1 day ago


Good luck

See ya
David

mahkoh
1,065 posts
msg #115262
Ignore mahkoh
modified
9/9/2013 6:05:50 PM

First determine the number of trading days for the previous month. For August there were 21


Fetcher[
set{mh,date(monthend,high 21 day high)}
close above mh
]



and

Fetcher[
set{ml,date(monthend,low 21 day low)}
close below ml
]



StockFetcher Forums · Filter Exchange · Monthly Break<< >>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.