StockFetcher Forums · Filter Exchange · What filters....<< >>Post Follow-up
UNITED
81 posts
msg #48191
Ignore UNITED
11/27/2006 10:56:23 PM

would work to find stocks breaking out of low level consolidations similiar to PNTR on the first or second day up???? Thanks....


wallman
299 posts
msg #48199
Ignore wallman
11/28/2006 7:07:42 AM

I've posted this many times,perhaps you missed it
It is very simple to find these Squeeze/Volume/Price breakouts
All you need to run is
Fetcher[show stocks where close gained more than 10 percent over the last one day]

and DO NOT USE ANY VOLUME CRITERIA,this is VERY important,or you can also run a volume % increase in the last 1 day scan to find them.
You will find quite a few former 0 vol stocks ( like EESH from yesterday )that are breaking big,if you use vol critera you are defeating the purpose of this scan.
If you look at this scan from 11/22 you will see PNTR on there at $8
Of course you must eyeball the charts and it takes some work but its worth it in many cases
Muddy


TheRumpledOne
6,407 posts
msg #48203
Ignore TheRumpledOne
modified
11/28/2006 9:07:35 AM

Fetcher[
set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}

and add column VolCnt
and add column Vdbl
and add column volpct
and add column CxC {CxC_}

show stocks where close gained more than 10 percent over the last one day

sort column 6 descending

]



I added the VOLUME and PRICE DISPLAYS from the STOCK DASHBOARD DISPLAY FILTER I wrote.

HINT: Remember for a stock's volume to have doubled 2 days in a row, it had to have doubled 1 day!

HTH.




UNITED
81 posts
msg #48217
Ignore UNITED
11/28/2006 10:54:32 PM

Thanks......


StockFetcher Forums · Filter Exchange · What filters....<< >>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.