StockFetcher Forums · Filter Exchange · Hi Ho, IPOs<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #58901
Ignore TheRumpledOne
1/11/2008 12:53:33 AM



Fetcher[
/* TRO STAT SCAN */

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{HiOp, high - open}
set{Long_Profit, HiOp/open }

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

set{ ftest, count( B10A > B10A 5 days ago, 5) }
set{ fails, count( ftest equal 0 , 100 ) }

draw A1A
draw LP2
draw LP3

add column ClxCl
add column HiOp
add column Long_Profit {ProfitPct}

and add column B10A {OVER10PCT}
and add column B10A 5 days ago {OVER10PCT_5}
and add column D10A {Days }

and add column run2
and add column run3
and add column fails

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

symlist(BUCY,CMED,MR,EDU,CF,BABY,OXPS,ENS,NVT,MON,CLR,JASO,FCSX,TDG,GOOG,DLB,OMCL,BG,GXDX,CTRP,HDB,MA,SLT,FTI,CPLA,BDE,CEL,BLKB,ACL,SYT,PDGI,CNC,MXGL,CTCM,HOS,WCRX,SLH,FMCN,HURN,PFWD
)

sort column 8 descending
]



chetron
2,817 posts
msg #58905
Ignore chetron
1/11/2008 6:44:27 AM

FOR THE BASIC FOLKS ....


Fetcher[


/* TRO STAT SCAN */

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{HiOp, high - open}
set{Long_Profit, HiOp/open }

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 + A1A }
set{ LP3, A3A + LP2 }

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

set{ ftest, count( B10A > B10A 5 days ago, 5) }
set{ fails, count( ftest equal 0 , 100 ) }

draw A1A
draw LP2
draw LP3

add column ClxCl
add column HiOp
add column Long_Profit {ProfitPct}

and add column B10A {OVER10PCT}
and add column B10A 5 days ago {OVER10PCT_5}
and add column D10A {Days }

and add column run2
and add column run3
and add column fails

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

symlist(BUCY,CMED,MR,EDU,CF,BABY,OXPS,ENS,NVT,MON,CLR,JASO,FCSX,TDG,GOOG,DLB,OMCL,BG,GXDX,CTRP,HDB,MA,SLT,FTI,CPLA,BDE,CEL,BLKB,ACL,SYT,PDGI,CNC,MXGL,CTCM,HOS,WCRX,SLH,FMCN,HURN,PFWD
)

sort column 8 descending

]







StockFetcher Forums · Filter Exchange · Hi Ho, IPOs<< >>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.