StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 10 11 12 13 14 ... 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #59456
Ignore TheRumpledOne
2/3/2008 3:22:51 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(ISRG,PCLN,POT,BUCY,CNQR,FCSX,VIP,RIMM,CMED,TNE,SMTS,CF,SID,MA,CMG,FSTR,AFSI,CYBS,AUY,ATW,LIFC,TTES,GME,RRC,BLK,TKC,HRBN,MOS,MR,DLB,HDB,HMSY,BAP,KWK,BBL,MICC,MBT,CHTT,NDAQ,SWN,AGU,WMS,ARD,TISI,OTEX,RATE,VIVO,CPLA,DE,HOLX,TEF,IRIS,NEU,ESRX,WDC,WFR,LKQX,ENS,CCH,ROS,SLT,BOOM,INFA,CEDC,CHL,FLIR,APEI,HURN,TDG,BABY,CTRP,SONO,ATLS,HUM,PDA,URBN,GEF,KEX,AIRM,NOK,AZZ,VMI,EXPO,MXB,MON,MTL,HES,ARGN,NGS,MORN,MCRS,ANSS,WFT,DKS,EGN,MXGL,WGOV,JST,GFIG,ARO)

sort column 13 descending

]



TheRumpledOne
6,407 posts
msg #59521
Ignore TheRumpledOne
modified
2/7/2008 8:42:26 AM

Fetcher[
/* TRO STAT SCAN - DROPS PER WEEK */


set{xDiff, close - open }

set{B10A, count(xDiff < -.10 , 100)}

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

and add column B10A {LT10}

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

/* SELECTION CRITERIA */

B10A above 10

MARKET IS NASDAQ 100

sort column 5 descending
]



Some traders are PLUNGERS!


gpwestfall
12 posts
msg #59571
Ignore gpwestfall
2/10/2008 12:17:55 AM

TRO forgive my ignorance. I definately see it, but my question is regarding the symlist. What is your method for obtaining the list. Would be great if you would share that info so we can update the list as it "changes?" or is the list not dynamic?

TYVMIA

And keep leading us!

TheRumpledOne
6,407 posts
msg #59582
Ignore TheRumpledOne
2/10/2008 1:45:44 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(ISRG,POT,CF,PCLN,VIP,BUCY,CNQR,FCSX,RIMM,ATW,SID,CMED,SMTS,TNE,ENS,MA,RRC,GIGM,AFSI,CYBS,AUY,RIO,TTES,KWK,NEU,HRBN,CHTT,SWN,MOS,LIFC,MR,DLB,GME,HDB,BAP,BLK,WDC,AGU,ARD,CCH,TISI,VIVO,HOLX,HMSY,MICC,SONO,ESRX,WFR,LKQX,ROS,APA,KEX,BOOM,CPLA,DE,OTEX,WMS,INFA,URBN,CEDC,CHL,HES,TEF,MORN,CTRP,BABY,NDAQ,MCRS,PDA,DKS,JST,BMI,NOK,AZZ,VMI,EXPO,MXB,DNR,PTNR,MTL,MON,FLIR,ARGN,NGS,APEI,HURN,BBL,RRST,WFT,MXGL,ANDE,BRS,GEF,MT,ABV,GENZ,GGB,AMED,STT,OXY)

sort column 13 descending

]



TheRumpledOne
6,407 posts
msg #59583
Ignore TheRumpledOne
2/10/2008 1:47:20 PM

TRO forgive my ignorance. I definately see it, but my question is regarding the symlist. What is your method for obtaining the list. Would be great if you would share that info so we can update the list as it "changes?" or is the list not dynamic?

TYVMIA

And keep leading us!
==========================================================

Youi can use any list you want.

If this list makes you money, then keep using it.


gpwestfall
12 posts
msg #59665
Ignore gpwestfall
2/13/2008 3:53:42 PM

Well once again. Thanks TRO for RFR. Had FSLR yesterday as a result of it. Thanks once again!

TheRumpledOne
6,407 posts
msg #59735
Ignore TheRumpledOne
2/17/2008 1:34:21 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(ISRG,POT,TITN,CF,CMED,VIP,ATW,BUCY,FCSX,RIMM,PCLN,SID,RRC,GIGM,CNQR,AUY,RIO,SMTS,CCH,TNE,TTES,ENS,KWK,MA,NEU,TKC,AGU,HRBN,SWN,MOS,AFSI,CYBS,ARGN,LIFC,HDB,CTRP,WDC,CHTT,MBT,DE,ARD,TISI,VIVO,BOOM,FSTR,MR,DLB,BAP,BABY,BBL,ESRX,WFR,PDA,DSX,KEX,OTEX,WMS,INFA,CEDC,AZZ,HES,HOLX,CLB,HMSY,MORN,BLK,NDAQ,RRST,ATLS,LKQX,SDA,ROS,SPN,BDE,CHL,GGB,OXY,DNR,MTL,MON,KOP,TEF,MTW,KSU,MCRS,OPY,JST,OLN,BMI,NOK,URBN,GEF,ABV,EXPO,MXB,STT,FLS,ICLR,PTNR,FLIR)

sort column 13 descending

]



doroneliasian
26 posts
msg #59780
Ignore doroneliasian
modified
2/19/2008 11:31:25 AM

Can you please specify the method in which you choose your symlist?
do you know that if you take your symlist and backtest it with basic parameters, it gives you a 72% chance of winning?
Thats why I'd like to know how you got to that list, so I know for how long it's valid.

TheRumpledOne
6,407 posts
msg #59787
Ignore TheRumpledOne
modified
2/19/2008 12:52:20 PM

There is no reason to focus on the symlist I use.

I don't care about BACKTESTING. I don't know how to make money BACKTESTING. It's just a bunch of "woulda, coulda" stuff.

You have to trade each stock, one by one.

Feel free to use the symlist or use your own.

All that matters is HOW YOU TRADE.

TheRumpledOne
6,407 posts
msg #59946
Ignore TheRumpledOne
2/25/2008 7:59:50 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(aapl,rimm)

sort column 13 descending

]



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