StockFetcher Forums · Filter Exchange · Consolidation sidedways pattern<< >>Post Follow-up
miketranz
956 posts
msg #145586
Ignore miketranz
modified
12/16/2018 3:19:02 PM

Can anyone come up with a filter that shows stocks under $1 moving sideways for a minimum of 6 months or longer without breaking out over $1.PURA would be a perfect example.Thanks & Happy Holidays,best,Miketranz....

sammyn
81 posts
msg #145587
Ignore sammyn
12/16/2018 4:19:24 PM

off the top of my head:

Fetcher[set{h, high 6 months high}
add column h
and h < 1
do not draw h
draw high 6 months high
chart-time is 7 months
]



nibor100
1,010 posts
msg #145603
Ignore nibor100
12/17/2018 8:14:46 PM

the following alternative filter can be made a 2 line filter after you remove the line containing the symlist example stock DPDW and the chart-time 2 year duration; which I am using to show an example where a stock was above $1 at one point and then was in the narrow `6 month/120 day trading range between $.70 cents and $1.

substitute your own values inside the count statements

Fetcher[
symlist(dpdw) and chart-time is 2 year

show stocks where the count(close is between .70 and 1,120) equals 120

show stocks where the count(high 6 month high is <= 1,120) equals 120 and draw high 6 months high
]



Since I used "close" there is a chance of some stocks having some daily low prices below lower limit of .70 and the 120 days used in the count statement might or might not match 6 months of trades.

Ed S.

miketranz
956 posts
msg #145604
Ignore miketranz
12/17/2018 8:49:18 PM

Thank you very much....

StockFetcher Forums · Filter Exchange · Consolidation sidedways pattern<< >>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.