StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 12 13 14 15 16 ... 57 >>Post Follow-up
13th_floor
724 posts
msg #60307
Ignore 13th_floor
3/7/2008 6:33:34 PM

"Anyone watch or trade SPF this week?"

Ho baby yes!

5 longs and 5 shorts on SPF, the top stock on the basic RFR filter.
8 wins over $150, 1 loss $100, 1 breakeven, total time in front of pc with it about 2 hrs tops.

2nd top RFR stock , ABK I went long 30 times in the last 2 days.(couldn't get shares to short when I wanted them or would have really made a bundle).
25 gains average $150 a trade with 1000 shares.
5 losses average $50
Average time a trade probably about less than 10 mins a trade.

5th top RFR stock COIN I traded 7 times in the last week with 5 wins average $350 a trade with 2 losing trades total $200.

Back in Oct I said how these RFR scans rocked!
I stand by that.
Thanks again TRO!

welliott111
98 posts
msg #60311
Ignore welliott111
3/7/2008 11:10:37 PM

13th,

Impressive! If you don't mind me asking, what's you're entry, same as pg. 1 or do you have a new weapon in your belt? Chart shows lots of low rsi(2) last few days on abk. Thanks , dude..



TheRumpledOne
6,407 posts
msg #60312
Ignore TheRumpledOne
3/7/2008 11:19:11 PM

13th_floor

Thanks for sharing. I know Muddy uses this. Didn't know if anyone else was using RFR too.

Your trading record shows that you have to TRADE the stock and not just run a filter and just enter the trade.

To me, running price statistics beats using squiggly lines everytime.









chip
67 posts
msg #60313
Ignore chip
3/8/2008 9:10:20 AM

TRO turned me on to this approach a while back and has exercised _extreme_ patience teaching it to me. My account is below the PDT rule, so I have a lot fewer trades, but I think for the past 3 weeks I've had 14 wins and 2 (very small) losses.

He really is right when he says you have to trade it, not just pick it.

13th ... I tried shorting SPF a few weeks back and was told by my broker that there were only 17 shares available for shorting. I suppose I need to try that again :)

Thanks for sharing your trades.
And TRO, thanks for everything!

TheRumpledOne
6,407 posts
msg #60712
Ignore TheRumpledOne
3/23/2008 1:11:29 PM

You're welcome.

gpwestfall
12 posts
msg #60767
Ignore gpwestfall
3/25/2008 5:07:42 PM

I know its not what you trade but how you trade it, BUT, wouldnt it be nice to have statistics to help find potential " DAY RANGERS"? Just a concept . I'm sure I will see responses to explain my oversights, but food for thought none the less.

/* RFR - JUST A CONCEPT */

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

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

/* Long Profit Percent Statistics Display */

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

set{h1, high 1 day ago}
set{o1, open 1 day ago}
set{hiop1, h1-o1}
set{Long_Profit1, hiop1/o1}

set{h2, high 2 day ago}
set{o2, open 2 day ago}
set{hiop2, h2-o2}
set{Long_Profit2, hiop2/o2}

set{h3, high 3 day ago}
set{o3, open 3 day ago}
set{hiop3, h3-o3}
set{Long_Profit3, hiop3/o3}

set{h4, high 4 day ago}
set{o4, open 4 day ago}
set{hiop4, h4-o4}
set{Long_Profit4, hiop4/o4}

set{Long_Profitsum, Long_Profit + Long_Profit1}
set{Long_Profitsum1, Long_Profitsum + Long_Profit2}
set{Long_Profitsum2, Long_Profitsum1 + Long_Profit3}
set{Long_Profitsum3, Long_Profitsum2 + Long_Profit4}

set{Long_Profitavg, Long_Profitsum3/5}
add column Long_Profitavg

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

SET{GREED1, B2A / B1A}
SET{GREED2, B1A * GREED1}
SET{GREED, GREED2 * Long_Profitavg}
ADD COLUMN GREED
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 B20A {OVER20PCT}
and add column B50A {OVER50PCT}

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

B1A EQUAL 5
B5A EQUAL 5
AVERAGE VOLUME (90) OVER 1000000
CLOSE ABOVE 5

sort column 7 descending

TheRumpledOne
6,407 posts
msg #60786
Ignore TheRumpledOne
modified
3/26/2008 4:04:37 PM

Fetcher[

/* TRO STAT SCAN - GREEDIER BASTARD COUNT */

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}

add column ClxCl

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

/* Long Profit Percent Statistics Display */

set{HiOp, high - open}
set{Long_Profit, HiOp }

set{B0A, count(Long_Profit > .05 , 100)}
set{B1A, count(Long_Profit > .1 , 100)}
set{B2A, count(Long_Profit > .2 , 100)}
set{B3A, count(Long_Profit > .3 , 100)}
set{B4A, count(Long_Profit > .4, 100)}
set{B5A, count(Long_Profit > .5, 100)}
set{B10A, count(Long_Profit > 1.00 , 100)}
set{B20A, count(Long_Profit > 2.00 , 100)}
set{B50A, count(Long_Profit > 5.00, 100)}

SET{GREED, B1A - B5A}

add column HiOp
ADD COLUMN GREED
and add column B0A {OVER.05}
and add column B1A {OVER.10}
and add column B2A {OVER.20}
and add column B3A {OVER.30}
and add column B4A {OVER.40}
and add column B5A {OVER.50}
and add column B10A {OVER1.00}
and add column B20A {OVER2.00}
and add column B50A {OVER5.00}

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

SYMLIST( IPCM,RMG,PAR,HCCI,GTS,RBCN,EPB,SFSF,V,BHRT,N,ENTR,OESX,GIA,LL,INET,VRAD,HOO,CATM,MEMS,LRN,MXB,CIM,MDAS,TITN,ETRM,HFFIU,ATAI)

sort column 13 descending

]



Recent IPOs

TheRumpledOne
6,407 posts
msg #60788
Ignore TheRumpledOne
modified
3/26/2008 4:10:46 PM

Fetcher[
/* TRO STAT SCAN - 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 */

SYMLIST( IPCM,RMG,PAR,HCCI,GTS,RBCN,EPB,SFSF,V,BHRT,N,ENTR,OESX,GIA,LL,INET,VRAD,HOO,CATM,MEMS,LRN,MXB,CIM,MDAS,TITN,ETRM,HFFIU,ATAI)


sort column 5 descending
]



Recent IPOs

TheRumpledOne
6,407 posts
msg #61147
Ignore TheRumpledOne
modified
4/6/2008 12:31:45 PM

Fetcher[
/* TRO STAT SCAN - 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(GHM,HOLX,ISRG,POT,RIMM,CF,TITN,BUCY,TNE,MDR,PCLN,RRC,NEU,SID,MA,MON,SWN,MOS,BIDU,FSTR,KOP,ATW,NGS,RIO,CCH,LKQX,ARD,KWK,PQ,CLR,GENC,SQM,CNQR,AFSI,RIG,CMED,BLK,EOC,AGU,TTES,SD,SNHY,HK,CEDC,VIVO,FLS,DNR,CMG,PSEM,VIP,CELG,CTRP,CLB,EDU,GEF,FTI,ISYS,WDC,JST,HLF,WFT,SDA,URBN,DE,BMI,GTLS,KEX,BDE,CSX,EXPO,GGB,MTL,CYBS,ENI,RDC,BAP,ENS,KSU,MFLO,MCRS,GME,ROS,CMCO,AIRM,EXLS,CHL,LIFC,GFA,HOS,CVA,OTEX,SVR,RSTI,VMI,FST,BVN,APA,HES,KNDL,NOV)


sort column 5 descending
]



Make 5% per week.



mdl060374
94 posts
msg #61185
Ignore mdl060374
4/7/2008 12:28:35 PM

the rumpled one,

in your "POPS PER WEEK" formula, can you explain what each "-#wk"
represents?



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