StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 6 7 8 9 10 ... 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #58107
Ignore TheRumpledOne
12/14/2007 12:03:22 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(AET,ARG,ATK,AME,ANSS,AAPL,ATW,BBD,B,BRP,BUCY,CME,CVS,CPLA,CEDC,CBI,CMED,CMG,CLB,CTRP,CYBS,DECK,DO,DIOD,DLB,DRQ,BOOM,EGN,FCSX,FMC,FTI,FLIR,FLS,GFIG,GOOG,HSC,HPQ,HOLX,HOS,HUM,INFA,ICE,IMA,JKHY,JNS,LLL,LKQX,LIFC,LNN,LOGI,WFR,MFE,MCD,MTL,MR,MBT,NDAQ,NOV,EDU,NKE,NE,NOK,OMCL,OTEX,PCP,KWK,QMAR,RRC,RBN,ROP,SPW,CRM,SAY,SLB,SCHW,SII,SWN,STT,SRCL,SYK,SPWR,STP,SPN,SYNA,TTES,TXT,TMO,TKC,VOCS,WMS,WAT,WFT)

sort column 8 descending
]



See if you like them.

TheRumpledOne
6,407 posts
msg #58198
Ignore TheRumpledOne
modified
12/16/2007 11:49:37 AM

Fetcher[
/* TRO STAT SCAN - RSI(2) <1 */

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

draw A1A
draw LP2
draw LP3

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

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 D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

rsi(2) < 1
close above 1
average volume(90) above 300000

sort column 9 descending
]



TheRumpledOne
6,407 posts
msg #58199
Ignore TheRumpledOne
12/16/2007 12:02:47 PM

Fetcher[
/* TRO STAT SCAN - RSI(2) <1 */

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{HiCL1, high - close 1 day ago}
set{Long_Profit, HiCL1/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) }

draw A1A
draw LP2
draw LP3

add column ClxCl
add column HiCL1
add column Long_Profit {ProfitPct}

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 D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

rsi(2) 1 day ago < 1
close 1 day ago above 10
close 1 day ago below 30
average volume(90) 1 day ago above 300000

sort column 9 descending
]



Long Profit is High - Previous Close.

Traders who can't daytrade due to PDT restrictions may want to buy at close and sell the next day. That's not a day trade!

TheRumpledOne
6,407 posts
msg #58204
Ignore TheRumpledOne
modified
12/16/2007 5:25:00 PM

Fetcher[
/* TRO STAT SCAN - RSI(2) < X */

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{HiCL1, high - close 1 day ago}
set{Long_Profit, HiCL1/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) }

draw A1A
draw LP2
draw LP3

add column ClxCl
add column HiCL1
add column Long_Profit {ProfitPct}

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 D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

rsi(2) 1 day ago < 10

SYMLIST(BIDU,ISRG,PCLN,POT,STP,AAPL,RIMM,VIP,FSTR,CMG,FCSX,VSEC,VMW,SNCR,FTK,BUCY,LIFC,NOV,CF,EDU,MA,TKC,MDR,GOOG,TEF,CMED,CNH,ININ,MR,SID,TTES,CTRP,GME,HDB,WFR,MICC,GRMN,MBT,SLT,LFC,GIGM,KOP,ABB,BGC,FMCN,ATW,FCX,TDG,SYNA,BAP,DLB,MORN,BLK,ITU,ESRX,DSX,HRBN,LKQX,TISI,ARD,AMZN,CPLA,ABAX,CLB,GTI,BHP,NVDA,RRC,MEE,ANSS,MTW,SNHY,ATLS,OXPS,AGU,FTI,CCH,ENS,PCP,NDAQ,SDA,SNDA,OTEX,BOOM,DE,ICE,BBD,CHL,GLDN,GSOL,SXE,YGE,HOLX,ARGN,PFWD,HMSY,BBL,GILD,SWN,PDA)

sort column 9 descending
]



TheRumpledOne
6,407 posts
msg #58253
Ignore TheRumpledOne
modified
12/18/2007 10:25:18 AM

Fetcher[
/* TRO STAT SCAN - close to close */

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{ClCl, close - close 1 day ago }
set{Long_Profit, ClCl / close 1 day ago }

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

draw A1A
draw LP2
draw LP3

add column ClxCl
add column ClCl
add column Long_Profit {ProfitPct}

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 D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

close is between 1 and 15
average volume(10) above 250000

sort column 9 descending
]



TheRumpledOne
6,407 posts
msg #58254
Ignore TheRumpledOne
12/18/2007 10:29:11 AM

Fetcher[
/* TRO STAT SCAN - open to open */

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{OpOp, open - open 1 day ago }
set{Long_Profit, OpOp / open 1 day ago }

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

draw A1A
draw LP2
draw LP3

add column ClxCl
add column OpOp
add column Long_Profit {ProfitPct}

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 D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

close is between 1 and 15
average volume(10) above 250000

sort column 9 descending
]



The CLOSE TO CLOSE and OPEN TO OPEN filters are for the swing traders.



TheRumpledOne
6,407 posts
msg #58260
Ignore TheRumpledOne
modified
12/18/2007 1:05:16 PM

....

chetron
2,817 posts
msg #58275
Ignore chetron
12/18/2007 8:52:18 PM

TRO,
WOULD YOU PLEASE CHANGE YOUR CODE USAGE OF "PLUS" TO "+", IN THE ABOVE. I AM GETTING "BASIC" ISSUES OTHERWISE.

TIA



TheRumpledOne
6,407 posts
msg #58318
Ignore TheRumpledOne
12/20/2007 8:52:47 AM

LOL... feel free to change it yourself. Just copy/paste and edit.

TheRumpledOne
6,407 posts
msg #58319
Ignore TheRumpledOne
modified
12/20/2007 8:54:55 AM

Fetcher[
/* TRO STAT SCAN - GREED with SYMLIST*/

SYMLIST(AAPL,GOOG,DE,GME,GILD,PCP,CME,ICE,GENZ,SYK,VAR,NOV,AMZN,HPQ,LMT,SCHW,XTO,ORCL,JEC,EMR,WAT,HES,MRK,FCX,WFR,TROW,BMC,MON,STT,APOL,RIG,ESRX,WFT,BBY,COL,TXT,PX,MUR,OXY,NE)

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

add column HiOp
add column Long_Profit {ProfitPct}

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

sort column 9 descending
]



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