StockFetcher Forums · General Discussion · Need help with a seemingly impossible scan!<< >>Post Follow-up
push5280
197 posts
msg #80171
Ignore push5280
9/27/2009 5:22:39 PM

I am trying to create a scan that will find stocks in an increasing 45 day channel that have an open AND close below the lower boundary. Apperently the SF canned scan is not capable of being modified. Any suggestions from the resident scan guru's????

Kevin_in_GA
4,599 posts
msg #80177
Ignore Kevin_in_GA
9/27/2009 7:16:16 PM

If you use a linear regression channel instead, I think it can be done:

Down stocks:

Fetcher[

show stocks where the open is above the top linear regression line(45,1)
and close is below the bottom linear regression line(45,1)
]



at 1 SD, no stocks are returned, but at 0.5 SD 11 are returned.

Up stocks:

Fetcher[

show stocks where the close is above the top linear regression line(45,1)
and the open is below the bottom linear regression line(45,1)
]



at 1 SD, no stocks are returned, but at 0.5 SD 16 are returned.

Kevin

StockFetcher Forums · General Discussion · Need help with a seemingly impossible scan!<< >>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.