StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 25 26 27 28 29 ... 57 >>Post Follow-up
TheRumpledOne
6,529 posts
msg #65891
Ignore TheRumpledOne
modified
8/6/2008 2:49:11 PM

Fetcher[
/* TRO STAT SCAN - 10 PERCENT */

/* 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)}

set{LastPop, days(Long_Profit > .10, 100)}


and add column B10A {GT10%}
and add column LastPop
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 10

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

sort column 5 descending
]



Has anyone been trading either ABK or RDN from this filter?

Those 2 have been on it for months and they are rockets the past 2 weeks.



chetron
2,817 posts
msg #65975
Ignore chetron
modified
8/8/2008 2:36:46 PM

MAYBE....

BUY CLOSE/SELL OPEN?

Fetcher[

/* WORK IN PROGRESS */


/* TRO STAT SCAN - POP OVERDUE - NO POPS LAST 5 DAYS ADULTERATED BY CHETRON*/

/* 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)}

set{LastPop, days(Long_Profit > .10, 100)}
SET{TRIGGER,DAYS(LASTPOP > .5,3)}

and add column LastPop
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 5

TRIGGER EQUAL 2
close is ABOVE 1
average volume(10) above 1000000


sort column 6 descending


]



TheRumpledOne
6,529 posts
msg #66250
Ignore TheRumpledOne
8/15/2008 9:24:19 PM

Anyone swing trading ABK or RDN has doubled their money in less than 2 weeks.

And to think this RUN FOREST, RUN filter doesn't use ANY INDICATORS at all!!

TheRumpledOne
6,529 posts
msg #66339
Ignore TheRumpledOne
modified
8/18/2008 4:19:37 AM

Anyone trading SCA? SCA looks like it has become a RFR trader.

SPF's last pop was 22 days ago... keep watching!!



TheRumpledOne
6,529 posts
msg #66340
Ignore TheRumpledOne
8/18/2008 4:27:21 AM

Fetcher[
/* TRO STAT SCAN - LAST POP OVER 20 DAYS AGO AND RSI(2) BELOW 25 */

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)}

set{LastPop, days(Long_Profit > .10, 100)}


and add column B10A {GT10%}
and add column LastPop
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 */

LastPop above 20

RSI(2) below 25

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

sort column 5 descending
]





TheRumpledOne
6,529 posts
msg #66343
Ignore TheRumpledOne
modified
8/18/2008 8:23:11 AM

Fetcher[
/* TRO STAT SCAN - JUST POPPED */

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)}

set{LastPop10, days(Long_Profit > .10, 100)}
set{LastPop05, days(Long_Profit > .05, 100)}
set{LastPop02, days(Long_Profit > .02, 100)}

and add column B10A {GT10%}
and add column LastPop10
and add column LastPop05
and add column LastPop02
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 */

A10A equal 1

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

sort column 5 descending
]



TheRumpledOne
6,529 posts
msg #66344
Ignore TheRumpledOne
modified
8/18/2008 8:28:49 AM

Fetcher[
/* TRO STAT SCAN - LAST POPS */

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{LP05, count(Long_Profit > .05 , 100)}
set{LP02, count(Long_Profit > .02 , 100)}

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

set{LastPop10, days(Long_Profit > .10, 100)}
set{LastPop05, days(Long_Profit > .05, 100)}
set{LastPop02, days(Long_Profit > .02, 100)}

and add column B10A {GT10%}
and add column LP05 {GT05%}
and add column LP02 {GT02%}

and add column LastPop10
and add column LastPop05
and add column LastPop02
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 */

LP02 ABOVE 59
close is between 1 and 15
average volume(10) above 1000000

sort column 7 descending
]



TheRumpledOne
6,529 posts
msg #66406
Ignore TheRumpledOne
8/19/2008 5:01:50 PM

Took RDN for a nice 25 cent bounce today but I didn't go back for the second bounce which was a 50 center.



TheRumpledOne
6,529 posts
msg #66437
Ignore TheRumpledOne
modified
8/20/2008 11:57:28 AM

Fetcher[
/* TRO STAT SCAN - 10 PERCENT POP DAY TRAVEL PERFORMANCE */

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)}

set{ opcl1, open - close 1 day ago }
set{ clop, close - open }
set{ oplo, open - low }
set{ locl, close - low }

set{ nightup, count( opcl1 above 0, 100) }
set{ dayup, count( clop above 0, 100) }

set{chgn, sum( opcl1 ,5)}
set{chgd, sum( clop ,5)}

set{chgn100, sum( opcl1 ,100)}
set{chgd100, sum( clop ,100)}
set{hiop100, sum( hiop ,100)}
set{oplo100, sum( oplo ,100)}
set{locl100, sum( locl ,100)}

and add column B10A {GT10%}

and add column nightup
and add column dayup
and add column opcl1
and add column clop
add column chgn100
add column chgd100
add column hiop100
add column oplo100
add column locl100

and add column separator


and add column AvgRng


and add column separator
add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

B10A above 10
close above 1
average volume(90) above 500000


sort column 5 descending
]



You can see just how much money there is trading the RFR stocks from open to high, open to low and low to close.






TheRumpledOne
6,529 posts
msg #66588
Ignore TheRumpledOne
modified
8/23/2008 12:12:45 PM

Fetcher[
/* TRO STAT SCAN for SWING TRADERS - use only on Saturday and Sunday */

set{whiop, weekly high - weekly open}
set{Long_Profit, whiop / weekly open }
set{wkProfitPct, 100 * Long_Profit }

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

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

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

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

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

set{H1A, count(Long_Profit > .49 , 52)}
set{H2A, count(Long_Profit > .99, 52)}
set{H5052, H1A - H2A}

set{I52, count(Long_Profit > .99 , 52)}
set{fivepct, count(Long_Profit > .05 , 52)}
set{ziphi, count(whiop equal 0 , 52)}
set{ziphix, count(whiop below 0.10 , 1)}
set{onepct, count(Long_Profit > .01 , 52)}
set{twopct, count(Long_Profit > .02 , 52)}
set{halfpct, count(Long_Profit > .005 , 52)}
set{qtrpct, count(Long_Profit > .0025 , 52)}

add column wkProfitPct
add column qtrpct
add column halfpct
add column onepct
add column twopct
add column fivepct

add column ziphi


and add column separator
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 H5052 {50_99}
and add column I52 {100}
and add column separator
and add column weekly open {wopen}
and add column weekly high {whigh}
and add column weekly low {wlow}
and add column weekly close {wclose}
and add column separator

close is above 1
average volume(90) above 500000

draw whiop
draw ziphix
sort column 6 descending

chart-display is weekly
]



I know that there are some of you that can't or don't daytrade. You want to enter a trade and ride it for more than a day.

The TRO STAT SCAN for SWING TRADERS shows which stocks move the most STATISTICALLY during the week.

The reason you can only use this on Saturday and Sunday ( or late Friday night and before the market open on Monday ) is because that is the only time the weekly numbers work properly.

column halfpct is the number of times the weekly high minus the weekly open is over 0.5% for the last 52 weeks.

column onepct is the number of times the weekly high minus the weekly open is over 1% for the last 52 weeks.

column twopct is the number of times the weekly high minus the weekly open is over 2% for the last 52 weeks.

column fivepct is the number of times the weekly high minus the weekly open is over 5% for the last 52 weeks.

column ziphi is the number of times the weekly high minus the weekly open is less than 10 cents for the last 52 weeks.

column wkProfitPct is the most recents weeks profit percent: 100 * ( weekly high minus the weekly open ) / weekly open.

What this tells me is that you can buy at Monday's open, set a take profit of 1% and grow your account week after week. Of course, you can make more if you want to take a more active role in trading.



StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 25 26 27 28 29 ... 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.