StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 22 23 24 25 26 ... 57 >>Post Follow-up
EdmondDantes
20 posts
msg #64912
Ignore EdmondDantes
7/12/2008 2:23:08 PM


HI,
This travel Guide filter is the best . I recently this past week bought ( BIG ) for a price a little to high . I watched this stock bounce back up and down to the same locations . It did this 16 times . If I had placed a buy on around each drop I could have saved myself some drama . I looked back at my past buys and they are also moving to the same points almost daily although they are not in your 5% filter its still very profitable . Thanks.

Chris


TheRumpledOne
6,407 posts
msg #64915
Ignore TheRumpledOne
modified
7/12/2008 3:41:11 PM

You're welcome.

Use the travel guide for any stock.

TheRumpledOne
6,407 posts
msg #64916
Ignore TheRumpledOne
modified
7/12/2008 3:41:39 PM

Fetcher[
/* TRO STAT SCAN - 1 PERCENT POPS PER WEEK */

/* Long Profit Percent Statistics Display */

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

and add column B10A {GT01%}
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 */

SYMLIST(CLR,GHM,GMXR,POT,SQM,TITN,BUCY,ARD,MA,CF,ENS,SWN,TTES,MOS,DNR,HES,AGU,ISYS,FLS,SM,SID,PQ,CEDC,RBN,WLL,NOV,OLN,ATW,MPWR,NGS,ANSS,SFY,KWK,RRC,BTE,BRY,EZPW,FTI,AFAM,VQ,BMI,GDI,ACI,CELG,PLXS,PDE,NBL,WDC,OXY,CLHB,BABY,CSX,WGOV,GRC,HIL,CMP,WAB,GTLS,XEC,NDSN,SOHU,WTI,AZZ,FLIR,AXYS,PVA,BIDU,APEI,CNQR,GTI,RIG,KSU,AAPL,CLB,NVEC,ATHR,ECA,NETL,SNHY,URBN,EOG,ARG,ARO,SXE,ESV,AMED,MANT,PBR,FST,PXP,HP,SCHN,SYUT,ITC,AIMC,MSB,CE,MON,BMC,PSYS)


sort column 5 descending
]



alf44
2,025 posts
msg #65011
Ignore alf44
modified
7/15/2008 12:15:31 AM

...still trying to figure out a way to use these "targets" in my trading...

...I have been refining a "daily worksheet" that includes some of the "Travel Filter" stuff...

...these "Travel" criteria are written with "1 day ago" instructions...therefore...they must be used "while the Market is open"...as

TRO suggests !!!


QUESTION...


I find that StockFetcher doesn't do it's FIRST "data update"...for close to 40 or 45 minutes into the Trading Session...which of course makes this "Travel Edition" stuff worthless for some amount of time...until SF does it's FIRST update !

Is this correct ???

Is this what others encounter ??? tia


Regards,

alf44

chip
67 posts
msg #65054
Ignore chip
7/16/2008 5:02:42 PM

alf44, I simply added a column to the report-- the average drop, then I subtract that from the open manually right at open.

rtucker
318 posts
msg #65057
Ignore rtucker
7/16/2008 8:18:34 PM

Wouldnt it be nice if the 1st data update was sooner, say, approx 20 minutes into the trading day. I would like to be able to screen for a NYSE 10:30 ish reversal. Lively stocks that already have a good "day range" even though only 30 or so minutes into the session, and, are "pulling back" to an area near the open or LOD for a potential, classic 10:30 reversal.

It would be easy to screen for this if the data were only 20 minutes delayed.

alf44
2,025 posts
msg #65094
Ignore alf44
7/17/2008 1:27:32 AM

chip...thx for the reply !

TheRumpledOne
6,407 posts
msg #65275
Ignore TheRumpledOne
modified
7/20/2008 11:22:34 AM

Fetcher[
/* TRO STAT SCAN - 10 PERCENT POP OVERDUE */

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

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

set{LastPop, days(Long_Profit > .10, 100)}

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

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

sort column 5 descending
]



TheRumpledOne
6,407 posts
msg #65276
Ignore TheRumpledOne
modified
7/20/2008 11:29:38 AM

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

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

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

set{LastPop, days(Long_Profit > .10, 100)}

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

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

sort column 5 descending
]



Wonder why I took so long to think of this?



TheRumpledOne
6,407 posts
msg #65277
Ignore TheRumpledOne
7/20/2008 12:14:20 PM

Fetcher[
/* TRO STAT SCAN - POP OVERDUE - STATISTICS */

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

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

set{LastPop10, days(Long_Profit > .10, 100)}
set{LastPop5, days(Long_Profit > .05, 100)}
set{LastPop1, days(Long_Profit > .01, 100)}

and add column LastPop10
and add column LastPop5
and add column LastPop1

and add column B10A {GT10%}
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 10

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

sort column 5 descending
]



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