StockFetcher Forums · General Discussion · New Forum Post<< >>Post Follow-up
seanban
22 posts
msg #56291
Ignore seanban
11/1/2007 5:04:08 PM

Looking for a filter that can deliver stocks with the character to have large % daily ranges - not due to earning or otherwise.

Thanks in advance

dwiggains
441 posts
msg #56292
Ignore dwiggains
11/1/2007 5:17:10 PM

set {range%, atr (20) / close} add column range%
and close > 1
and average volume > 200,000
and sort column 5 descending

This is for percentage. Not dollars per share.
See ya
David

TheRumpledOne
6,407 posts
msg #56305
Ignore TheRumpledOne
modified
11/2/2007 6:44:31 AM

Fetcher[
/* Profit Percent Display */

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{C1A, count(Long_Profit > .04 , 100)}
set{C2A, count(Long_Profit > .09, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .09 , 100)}
set{D2A, count(Long_Profit > .19, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .19 , 100)}
set{E2A, count(Long_Profit > .29, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .29 , 100)}
set{F2A, count(Long_Profit > .39, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .39 , 100)}
set{G2A, count(Long_Profit > .49, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .49 , 100)}
set{H2A, count(Long_Profit > .99, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .99 , 100)}

set{E13b,days(close is above ema(13),100)}
set{E13a,days(close is below ema(13),100)}
set{CxE13, E13a - E13b}

/* enter your Upper Limit criteria */
set{UpperLim, High 8 week High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 8 week Low}

set{ULCL, UpperLim - close}

set{Double, UpperLim * .50 }

set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOnx, PPDiv * 100}
set{BallOn, round(BallOnx,0)}

add column Long_Profit {ProfitPct}

and add column C0010 {4_9}
and add column D1020 {10_19}
and add column E2030 {20_29}
and add column F3040 {30_39}
and add column G4050 {40_49}
and add column H50100 {50_99}
and add column I100 {100}

and add column CxE13
add column BallOn

and add column volcnt
and add column volzero

sort column 7 descending
]



The Profit Percent Display filter shows how many times a stock ran a certain percentage over the last 100 days.

Column 04_09 is the number of times high minus open is between 4% and 9%.

Column 10_19 is the number of times high minus open is between 10% and 19%.

Etc...


Add in your own price, volume, market, etc. selection criteria.

seanban
22 posts
msg #56390
Ignore seanban
11/3/2007 1:14:56 PM

Hi Avery,
A gentleman as usual. Have modified to produce the cows.
Hope you're well.

Regs - SeanBan

TheRumpledOne
6,407 posts
msg #56393
Ignore TheRumpledOne
modified
11/3/2007 1:36:27 PM

Sean:

Please post your filter so others may benefit.

Thanking you in advance.

P.S. by the way, I posted an updated Profit Percent Filter Display.




StockFetcher Forums · General Discussion · New Forum Post<< >>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.