StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 31 32 33 34 35 ... 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #66990
Ignore TheRumpledOne
9/5/2008 4:09:57 PM


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

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{Streak2, count(Long_Profit > .05 , 1) * count(Long_Profit 1 day ago > .05 , 1) }

set{Streaks2, count(Streak2 above 0, 100) }

set{Streak3, Streak2 * count(Long_Profit 2 days ago > .05 , 1) }

set{Streaks3, count(Streak3 above 0, 100) }

set{Streak4, Streak3 * count(Long_Profit 3 days ago > .05 , 1) }

set{Streaks4, count(Streak4 above 0, 100) }

and add column Streaks2
and add column Streaks3
and add column Streaks4

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

Streak2 above 0
close above 1
average volume(90) above 500000

sort column 5 descending
]



How many days in a row does the stock pop 5% or more?

TheRumpledOne
6,407 posts
msg #66994
Ignore TheRumpledOne
modified
9/5/2008 9:50:22 PM

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

/* 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 {GT5%}
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 9
close above 1
average volume(90) above 500000
volume above 300000
rsi(2) below 5

sort column 5 descending
chart-time is 1 month
]



TheRumpledOne
6,407 posts
msg #66995
Ignore TheRumpledOne
modified
9/5/2008 10:20:55 PM

Fetcher[
/* TRO STAT SCAN - 5 PERCENT POPS PER WEEK - TRADE PICKER at or near low */

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{cllo, close - low }

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

cllo below 0.03

B10A above 9
close between 1 and 10
average volume(90) above 500000
volume above 300000

sort column 5 descending
chart-time is 1 month
]





TheRumpledOne
6,407 posts
msg #67008
Ignore TheRumpledOne
9/6/2008 1:31:05 PM

Fetcher[
/* TRO STAT SCAN for SWING TRADERS - PERCENT DAY BY DAY - RUN AFTER CLOSE FRIDAY */

set{mon_wclop, close 4 days ago - open 4 days ago}
set{mon_whiop, high 4 days ago - open 4 days ago}
set{mon_HiOpPct , mon_whiop / open 4 days ago}
set{mon_wkProfitPct, 100 * mon_HiOpPct}

set{tue_wclop, close 3 days ago - open 4 days ago}
set{tue_whiop, high 2 day high 3 days ago - open 4 days ago}
set{tue_HiOpPct, tue_whiop/ open 4 days ago }
set{tue_wkProfitPct, 100 * tue_HiOpPct}

set{wed_wclop, close 2 days ago - open 4 days ago}
set{wed_whiop, high 3 day high 2 days ago - open 4 days ago}
set{wed_HiOpPct, wed_whiop / open 4 days ago }
set{wed_wkProfitPct, 100 * wed_HiOpPct}

set{thu_wclop, close 1 day ago - open 4 days ago }
set{thu_whiop, high 4 day high 1 day ago - open 4 days ago }
set{thu_HiOpPct, thu_whiop / open 4 days ago }
set{thu_wkProfitPct, 100 * thu_HiOpPct}
set{thu_HiOp100, count( thu_HiOpPct > .10 , 100)}

set{fri_wclop, close - open 4 days ago}
set{fri_whiop, high 5 day high - open 4 days ago}
set{fri_HiOpPct, fri_whiop / open 4 days ago }
set{fri_wkProfitPct, 100 * fri_HiOpPct}
set{fri_HiOp100, count( fri_HiOpPct > .10 , 100)}

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

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

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

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

and add column B10A {GT_1%}
and add column LastPop

and add column AvgRng

and add column separator
add column mon_wkProfitPct
add column tue_wkProfitPct
add column wed_wkProfitPct
add column thu_wkProfitPct
add column fri_wkProfitPct


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

SYMLIST( GHM,GMXR,CF,TITN,BUCY,POT,ENS,MOS,EZPW,TTES,MEE,APEI,KSU,MEA,CAP,FLS,OLN,ISYS,CLHB,WGOV,BABY,CEDC,AFAM,SNHY,WLL,SYUT,CELG,NOV,NGS,CFX,DXPE,AGU,PQ,LL,FLIR,HIL,RBN,AMED,WAB,GTLS,CNQR,BIDU,CYBS,RIMM,PCLN,CMED,HES,ANSS,CSH,BTE,SID,JST,IIIN,URBN,CMP,CIR,UTHR,CSX,ATVID,FMC,AXYS,MA,MPWR,SPW,OXY,MSB,VMI,BKE,NDSN,TISI,MANT,SXE,AZZ,GRC,SOHU,BMI,ICLR,X,NCIT,SCL,ATW,EOC,EME,MR,VSEC,WBSN,MON,TDY,ARG,IIVI,ARO,ESV,SDA,ACL,HUBG,VAR,NPK,SYNA,FLO,FORR)

sort column 5 descending

chart-time is 1 month
]





TheRumpledOne
6,407 posts
msg #67216
Ignore TheRumpledOne
9/12/2008 10:10:09 AM

For some reason, RDN never got the word that the party was over!!

johnpaulca
12,036 posts
msg #67218
Ignore johnpaulca
9/12/2008 10:27:23 AM

Missed RDN...I had problems with feed, made out well with ABK. TRO do you use a trailing stop?

TheRumpledOne
6,407 posts
msg #67238
Ignore TheRumpledOne
9/12/2008 10:43:08 PM

I usually don't use a trailing stop.

I use the NEVER GIVE UP A "5" OR "0" METHOD.

If price goes from xxx.50 to xxx.54 on the bid and drops to xxx.50, I'll exit.

If price goes from xxx.55 to xxx.59 on the bid and drops to xxx.55, I'll exit.

Yes, I leave money on the table. But I don't have a CRYSTAL BALL... ANYTHING CAN HAPPEN!





johnpaulca
12,036 posts
msg #67239
Ignore johnpaulca
9/13/2008 1:38:40 AM

Thanks Avery....have a great weekend.

TheRumpledOne
6,407 posts
msg #67475
Ignore TheRumpledOne
9/18/2008 10:10:03 PM

Are you having fun this week, JP?

johnpaulca
12,036 posts
msg #67479
Ignore johnpaulca
9/18/2008 10:42:11 PM

This is a blast bro...thanks again.

StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 31 32 33 34 35 ... 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.