StockFetcher Forums · Filter Exchange · /* TRO STAT SCAN - low to close */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #58427
Ignore TheRumpledOne
modified
12/22/2007 2:47:02 PM

Fetcher[
/* TRO STAT SCAN - low to close */

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

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

/* Long Profit Percent Statistics Display */

set{LoCl, close - low }
set{Long_Profit, LoCl / low }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02 , 100)}
set{B3A, count(Long_Profit > .03 , 100)}
set{B4A, count(Long_Profit > .04, 100)}
set{B5A, count(Long_Profit > .05, 100)}
set{B10A, count(Long_Profit > .10 , 100)}
set{B20A, count(Long_Profit > .20 , 100)}
set{B50A, count(Long_Profit > .50, 100)}

set{D10A, Days(Long_Profit > .10 , 100)}

set{A1A, count(Long_Profit > .10 , 1)}
set{A2A, count(Long_Profit 1 day ago > .10 , 1)}
set{A3A, count(Long_Profit 2 days ago > .10 , 1)}

set{ LP2, A2A plus A1A }
set{ LP3, A3A plus LP2 }

set{ run2 , count( LP2 equal 2, 100) }
set{ run3 , count( LP3 equal 3, 100) }

draw A1A
draw LP2
draw LP3

add column ClxCl
add column LoCl
add column Long_Profit {ProfitPct}

and add column B1A {OVER1PCT}
and add column B2A {OVER2PCT}
and add column B3A {OVER3PCT}
and add column B4A {OVER4PCT}
and add column B5A {OVER5PCT}
and add column B10A {OVER10PCT}
and add column D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

B10A above 10
close is between 1 and 15
average volume(10) above 250000

sort column 9 descending
]



TheRumpledOne
6,407 posts
msg #58428
Ignore TheRumpledOne
12/22/2007 2:51:47 PM

Fetcher[
/* TRO STAT SCAN - low to close POPS PER WEEK */

/* Long Profit Percent Statistics Display */

set{LoCl, close - low }
set{Long_Profit, LoCl / low }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT10%}

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator

/* SELECTION CRITERIA */

B10A above 10

close is between 1 and 15
average volume(10) above 250000

sort column 5 descending
]





TheRumpledOne
6,407 posts
msg #58429
Ignore TheRumpledOne
12/22/2007 2:59:53 PM

Fetcher[
/* TRO STAT SCAN - low to close POPS PER WEEK - RED DAYS */

/* Long Profit Percent Statistics Display */

set{LoCl, close - low }
set{Long_Profit, LoCl / low }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1) * count( close < open , 1) }
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT10%}

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator

/* SELECTION CRITERIA */

B10A above 10

close is between 1 and 15
average volume(10) above 250000

sort column 5 descending
]



This version only counts RED DAYS ( close below open ).

As you can see, not a good idea to go long when red!!

StockFetcher Forums · Filter Exchange · /* TRO STAT SCAN - low to close */<< >>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.