StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 9 10 11 12 13 ... 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #58958
Ignore TheRumpledOne
1/13/2008 4:56:43 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, B0A - B1A}

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(BIDU,POT,STP,VIP,CMED,FCSX,AAPL,MDR,NOV,CF,SID,EDU,CMG,FSTR,PCLN,TEF,ATW,DWSN,LIFC,BUCY,CNH,MR,TNE,HMSY,DLB,HDB,RRC,TKC,BAP,IRIS,TTES,MBT,HRBN,SWN,ENS,MOS,ARD,HOLX,NGS,CTRP,MA,MICC,KWK,AGU,ESRX,FTI,SLT,CCH,HUM,TISI,VIVO,CPLA,DE,ABAX,GIGM,GOOG,FMCN,GME,WFR,BLK,SONO,BABY,GILD,ATLS,OXPS,LKQX,CAM,ROS,PDA,AMZN,NDAQ,NVO,OII,SPN,OTEX,GMCR,WFT,CEDC,CHL,BPHX,DNR,MON,KOP,LFC,ABB,CLB,GTI,EJ,PFWD,MORN,ANSS,MEE,SDA,EGN,SII,CHTT,HK,AIRM,VMI,CYBS)

sort column 8 descending

]



TheRumpledOne
6,407 posts
msg #59137
Ignore TheRumpledOne
1/19/2008 8:43:42 AM

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, B0A - B1A}

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(ISRG,CMG,FCSX,VIP,CMED,CF,HMSY,SID,TEF,ATW,LIFC,TNE,HDB,TKC,TTES,BAP,DLB,RRC,MBT,MOS,AUY,DWSN,CNH,MR,MA,IRIS,BLK,SONO,ESRX,HRBN,KWK,LKQX,ENS,HUM,VIVO,TISI,ARD,CPLA,ABAX,CLB,HOLX,NGS,APEI,GME,CTRP,BABY,GILD,SWN,AGU,SLT,CAM,CCH,ROS,AMZN,OTEX,SPN,GMCR,DE,OMCL,CEDC,CHL,FLIR,AMED,BPHX,PFWD,TDG,ANSS,OXPS,CHTT,EGN,AIRM,STRA,SXE,IVGN,ICLR,CVD,DNR,MTL,MON,SRCL,KOP,FMCN,WMS,SDA,HK,NTG,VMI,GENZ,BRKA,FSIN,KNDL,APOL,CEL,AXYS,CLR,ARGN,ISYS,MXGL,ODC,PDA)

sort column 8 descending

]



TheRumpledOne
6,407 posts
msg #59307
Ignore TheRumpledOne
modified
1/26/2008 10:14:57 AM

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(BIDU,PCLN,POT,ISRG,VIP,CMG,RIMM,CMED,CF,SID,HMSY,FCSX,BUCY,AUY,ATW,NOV,MR,SMTS,TNE,LIFC,MA,TTES,HDB,TKC,RRC,HRBN,MBT,MOS,TEF,MICC,GME,BAP,BLK,CTRP,IRIS,MEE,WDC,AGU,ENS,LKQX,TISI,VIVO,ARD,OTEX,CPLA,DE,ABAX,SONO,WMS,ANSS,KWK,SWN,WFR,OXPS,ROS,HUM,OMCL,CEDC,SXE,AMED,FLIR,BPHX,HOLX,APEI,FMCN,BABY,ISYS,CAM,WFT,JST,NDAQ,SPN,GMCR,BOOM,AIRM,CHL,NOK,BRKA,MXB,DNR,ICLR,MTL,MON,CLB,TDG,NGS,PFWD,SII,EGN,CME,NEU,RATE,URBN,GFIG,AZZ,VMI,STRA,JEC,CVD,KNDL)

sort column 13 descending

]



TheRumpledOne
6,407 posts
msg #59321
Ignore TheRumpledOne
1/28/2008 9:42:37 AM

Fetcher[

/* TRO STAT SCAN - STOCK JOCK 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(aapl,rimm)

sort column 13 descending

]



deejal
45 posts
msg #59406
Ignore deejal
1/31/2008 12:16:10 AM

there are several filters listed... I quit visiting the forums because I never know which filter is the most recent

contrahawk
68 posts
msg #59418
Ignore contrahawk
1/31/2008 2:38:33 PM

Probably the one with the most recent date/time. . . .here's your sign!

chetron
2,817 posts
msg #59431
Ignore chetron
1/31/2008 7:45:35 PM

isn't the filter closest to your most recent post, the most recent???????





TheRumpledOne
6,407 posts
msg #59434
Ignore TheRumpledOne
2/1/2008 8:14:37 AM

There are variations of the filter.

If there is one that suits your needs then use it.

Don't worry about having the "latest" filter.

Instead focus on trading profitably.



mdl060374
94 posts
msg #59439
Ignore mdl060374
modified
2/1/2008 3:05:21 PM

Your filters are interesting and I appreciate you sharing them.

I understand on some (that give possibly hundreds or close to it) you sort with criteria, and watch only these top 20 or so.

Any particular criteria (column) you find more valuable than others?

I ask b/c using multiple filters to generate a hotlist could yield 300+ stocks it seems. with "hundreds" going green at once..

I am just trying to piece this together :)


TheRumpledOne
6,407 posts
msg #59454
Ignore TheRumpledOne
2/3/2008 1:18:25 AM

These "filters" are not really filters, they are displays or reports.

You can enter your own selection criteria such as price, volume, etc...

These filter displays will then tell you the statistics for the stocks selected.



StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 9 10 11 12 13 ... 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.