StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 24 25 26 27 28 ... 57 >>Post Follow-up
deejal
45 posts
msg #65360
Ignore deejal
7/23/2008 12:40:51 PM

Well, now 6 years later and still no profit...ever...just losses. So I am taking a look at this filter again and I am curious about something. Is this filter used at end of day or during market hours? From what I can see, there seems to be quite a run for a few days.
Thanks.

I am about ready to just go to Edward Jones and have them invest the remainder of my money and look at 10 years from now.

TheRumpledOne
6,407 posts
msg #65362
Ignore TheRumpledOne
7/23/2008 1:50:05 PM

The "run during market hours" versions are labeled as such.



deejal
45 posts
msg #65402
Ignore deejal
7/24/2008 9:41:22 AM

Yes, I do see that now. at what time during market hours do you run this filter? 20 minutes after open or so or later? I probably need to go back and read the entire thread.
thanks

TheRumpledOne
6,407 posts
msg #65457
Ignore TheRumpledOne
modified
7/26/2008 11:09:39 AM

Fetcher[
/* TRO STAT SCAN - 1 PCT POP OVERDUE - NO POPS LAST 5 DAYS */

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 LastPop
and add column B10A {GT_1%}
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 5

LastPop below 2

symlist(CLR,GHM,GMXR,TITN,BUCY,MA,CF,ENS,APEI,CELG,EZPW,TTES,OLN,ISYS,CLHB,FLS,CEDC,WGOV,AFAM,RBN,WLL,CNQR,RIMM,ISRG,ANSS,CFX,PQ,BABY,IIIN,SNHY,FLIR,HIL,WAB,SOHU,CYBS,CMED,MPWR,EDU,KSU,FTI,BTE,PLXS,VMI,URBN,SDA,CSX,GTLS,NDSN,SXE,AMED,MANT,AXYS,SYUT,WDC,AIMC,NEU,MSB,BKE,CMP,TDY,TISI,SYNA,HUBG,ATVID,GRC,AZZ,ICLR,TRLG,BIDU,GTI,EOC,SFY,ESI,JST,ATHR,NETL,APH,IIVI,ARO,PMTC,TYL,ESV,BMI,FLO,FORR,VAR,VLTR,SF,TECH,BCPC,STRA,LUFK,EAC,GLF,CSH,MR,CVA,ARG,CMI,ACL)

sort column 6 descending
]



TheRumpledOne
6,407 posts
msg #65548
Ignore TheRumpledOne
7/28/2008 4:39:13 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( DNN)

sort column 13 descending
]



FuriousThug
256 posts
msg #65554
Ignore FuriousThug
7/28/2008 5:53:35 PM

I apologize for the redundance but I've been back over this thread and can't seem to see something I think I've seen in there before...and my eyes are starting to cross.
I understand volzero is the number of times a stock trades zero shares and the volcnt is how many times it's traded over 1m shares. But what is "BallOn" indicating in these filters?

Thanks,
FT

TheRumpledOne
6,407 posts
msg #65560
Ignore TheRumpledOne
7/28/2008 8:55:56 PM

BallOn is where the "ball" is....LOL!

Support is the 0 yard line.

Resistance is the 100 yard line.

BallOn is where the price is in relation to support and resistance.



FuriousThug
256 posts
msg #65561
Ignore FuriousThug
7/28/2008 9:19:18 PM

TD!!

er...

TY!!

FT

hfilty
16 posts
msg #65563
Ignore hfilty
7/28/2008 10:01:28 PM

can you explain profitpct and how do you use it in selecting stocks ? thanks

chetron
2,817 posts
msg #65665
Ignore chetron
modified
7/31/2008 10:02:13 PM

thanx tro for the modification.
though i could eventually click away to page 18.
page 1 saves me 17 clicks.
glad to see that you are onboard with me to end Carpal Tunnel Syndrome in our life time. LOL.

thanks again,
chet

StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 24 25 26 27 28 ... 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.