StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 13 14 15 16 17 ... 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #61187
Ignore TheRumpledOne
4/7/2008 12:43:21 PM

-1wk is one week ago

-2wk is two weeks ago

I think you can figure out the rest...LOL!

deejal
45 posts
msg #61209
Ignore deejal
4/7/2008 10:53:23 PM

what is the most current original filter for this thread?

TheRumpledOne
6,407 posts
msg #61214
Ignore TheRumpledOne
4/8/2008 2:54:23 AM

There is no most current, original.

There is the "original" version which it the first one.

Then there are spin-offs.

There is the original display.

There is also the display that shows 7 or 8 weeks worth of results.

You can use the filters to find a stock or 2 to trade.

Or you can use the filters to display the results for your SYMLIST of stocks.

Does that help?

SPF seems to be the most consistent trader so far.



deejal
45 posts
msg #61340
Ignore deejal
4/11/2008 12:50:00 AM

Yes, that helps. Thanks. Although I have never profited from the market, I still look at your filters daily. In between the bickering and the cahoots of others, I have always found your writing abilities to be profound.

TheRumpledOne
6,407 posts
msg #61464
Ignore TheRumpledOne
modified
4/14/2008 1:39:43 PM

Fetcher[
/* TRO STAT SCAN - 5 PERCENT POPS PER WEEK */

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

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

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

and add column B10A {GT05%}
and add column AvgRng

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
add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

SYMLIST(SPF,ABK,JRJC)


sort column 5 descending
]



TheRumpledOne
6,407 posts
msg #61499
Ignore TheRumpledOne
modified
4/15/2008 1:15:56 PM

Fetcher[
/* TRO STAT SCAN - 10 PERCENT POPS PER WEEK */

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

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%}
and add column AvgRng

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
add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

B10A above 20
close above 1
volume above 100000


sort column 5 descending
]



TheRumpledOne
6,407 posts
msg #61509
Ignore TheRumpledOne
modified
4/15/2008 4:41:07 PM

Fetcher[
/* TRO - HIGH MINUS OPEN FIVE DAY DISPLAY */

set{hiop, High - Open }

set{ a1, hiop 1 day ago }
set{ a2, hiop 2 day ago }
set{ a3, hiop 3 day ago }
set{ a4, hiop 4 day ago }


set{ b1, hiop + a1}
set{ b2, b1 + a2 }
set{ b3, b2 + a3}
set{ b4, b3 + a3 }

set{ profit, b4 - 0.10 }

add column hiop
add column hiop 1 day ago { hiop1 }
add column hiop 2 day ago { hiop2 }
add column hiop 3 day ago { hiop3}
add column hiop 4 day ago { hiop4 }
add column profit

symlist(spf)

]





Fetcher[
/* TRO - HIGH MINUS PREVIOUS CLOSE FIVE DAY DISPLAY */

set{hipc, High - close 1 day ago}

set{ a1, hipc 1 day ago }
set{ a2, hipc 2 day ago }
set{ a3, hipc 3 day ago }
set{ a4, hipc 4 day ago }


set{ b1, hipc + a1}
set{ b2, b1 + a2 }
set{ b3, b2 + a3}
set{ b4, b3 + a3 }

set{ profit, b4 - 0.10 }

add column hipc
add column hipc 1 day ago { hipc1 }
add column hipc 2 day ago { hipc2 }
add column hipc 3 day ago { hipc3}
add column hipc 4 day ago { hipc4 }
add column profit

symlist(spf)

]




Simple displays.

Profit assumes 1 cent spread, buy the ask, sell the bid. Close enough...LOL

Looks like you could make 10 - 20% a week off one stock!





TheRumpledOne
6,407 posts
msg #61513
Ignore TheRumpledOne
modified
4/15/2008 5:19:38 PM

Fetcher[
/* TRO - HIGH MINUS OPEN FIVE DAY DISPLAY RSI(2) < 1 */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

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

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


set{ a1, hiop 1 day ago }
set{ a2, hiop 2 day ago }
set{ a3, hiop 3 day ago }
set{ a4, hiop 4 day ago }


set{ b1, hiop + a1}
set{ b2, b1 + a2 }
set{ b3, b2 + a3}
set{ b4, b3 + a3 }

set{ profit, b4 - 0.10 }

and add column B10A {GT05%}
and add column AvgRng
and add column separator

add column hiop
add column hiop 1 day ago { hiop1 }
add column hiop 2 day ago { hiop2 }
add column hiop 3 day ago { hiop3}
add column hiop 4 day ago { hiop4 }
add column profit
and add column separator

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

add column industry
add column sector
and add column separator


/* SELECTION CRITERIA */


hiop above .05
a1 above .05
a2 above .05
a3 above .05
a4 above .05

CLOSE ABOVE .50
RSI(2) BELOW 1
VOLUME ABOVE 300000
AVERAGE VOLUME(90) ABOVE 300000

sort column 5 descending
]



TheRumpledOne
6,407 posts
msg #61638
Ignore TheRumpledOne
modified
4/20/2008 5:20:02 PM

*** TESTING

Fetcher[

add column high 52 week high
add column low 52 week low

symlist(agac)
]





TheRumpledOne
6,407 posts
msg #61648
Ignore TheRumpledOne
modified
4/20/2008 10:24:43 PM

Fetcher[
/* TRO STAT SCAN - PENNY POPPERS 10 PERCENT POPS PER WEEK */

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp / open }

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%}
and add column AvgRng

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
add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

B10A above 20

close ABOVE 0.009
close BELOW 1

volume above 1000000

sort column 5 descending
]



StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 13 14 15 16 17 ... 57 >>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.