StockFetcher Forums · Filter Exchange · The Percolator<< >>Post Follow-up
morsan
27 posts
msg #96748
Ignore morsan
10/5/2010 2:47:08 PM

I found this filter on Stockbee's website, but I cant transfer it to Stockfetcher code. Can some kind soul please help?
Finds stocks breaking out.


Today’s percent change >= 2%
Today’s volume surge >= 50%
Within 10% of 6 month high
C1 Percentchange <= 4
C2 Percentchange <= 4
C3 Percentchange <= 4
C4 Percentchange <= 4

Kind Reagards,
morsan

louie6digits
34 posts
msg #96753
Ignore louie6digits
10/5/2010 7:04:44 PM

I think this filter program is what you are looking for. It should work well at 10:30am each and every single day. Gives you an
average return of 4% every day.


Fetcher[
/* Percolator - Volume Break Out */

set{c%,close minus close 1 day ago}
set{x%, c%/close 1 day ago}
set{%chg, x%*100}
add column %chg
%chg above 2
add column %chg 1 day ago {%chg -c1}
%chg 1 day ago below 2
add column %chg 2 day ago {%chg -c2}
%chg 2 day ago below 2
add column %chg 3 day ago {%chg -c3}
%chg 3 day ago below 2
add column %chg 4 day ago {%chg -c4}
%chg 4 day ago below 2
set{vol%, volume/average daily volume}
set{volx, vol%*100}
add column volx
volx above 50
close less than 10% below 6 month high
average day range above 4
add column average day range
Average Volume(30) is above 100000
]




morsan
27 posts
msg #96783
Ignore morsan
10/6/2010 1:04:23 PM

Tank you loui6digits!

StockFetcher Forums · Filter Exchange · The Percolator<< >>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.