StockFetcher Forums · Filter Exchange · *** TESTING *** WORK IN PROGRESS ***<< 1 ... 2 3 4 5 6 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #68750
Ignore TheRumpledOne
modified
10/24/2008 3:58:55 PM

****************

chetron
2,817 posts
msg #68755
Ignore chetron
10/24/2008 5:18:27 PM



I'M GETTING SLOW. ;)

johnpaulca
12,036 posts
msg #68758
Ignore johnpaulca
10/24/2008 6:10:15 PM

Chet...you need some LIPTON soup...lol

chetron
2,817 posts
msg #68759
Ignore chetron
10/24/2008 6:26:14 PM



breakin' it out right now, lol. how's everything workin'?


TheRumpledOne
6,407 posts
msg #70066
Ignore TheRumpledOne
12/27/2008 6:01:52 PM

Fetcher[
set{hi52, high 52 week high}
set{lo52, low 52 week low}

hi52 below 2

lo52 above 1


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

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

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

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


]



TheRumpledOne
6,407 posts
msg #70194
Ignore TheRumpledOne
modified
12/30/2008 3:19:39 PM

Fetcher[
/* TRO - GOOG makes a buck statistics */

set{Xgapped, open - close 1 day ago}
set{Xgapup, count(Xgapped > 0, 1)}
set{Xgapdn, count(Xgapped < 0, 1)}

set{absgap, abs(Xgapped)}

set{gappedup100, count(Xgapup > 0, 100)}
set{gappeddn100, count(Xgapdn > 0, 100)}

set{hiop, high - open}
set{oplo, open - low}

set{cl1lo, close 1 day ago - low}
set{hicl1, high - close 1 day ago }

set{fillup, count(oplo > 1, 1)}
set{filldn, count(hiop > 1, 1)}

set{gapupfilled, Xgapup * fillup }
set{gapdnfilled, Xgapdn * filldn }

set{ up100, count(hiop > 1, 100)}
set{ dn100, count( oplo > 1, 100)}

set{gapup100f, count(gapupfilled > 0, 100)}
set{gapdn100f, count(gapdnfilled > 0, 100)}


set{gapfilled, gapup100f + gapdn100f}

/* DRAW PLOTS */

DRAW XGAPPED ON PLOT XGAPPED

/* DISPLAY COLUMNS */
and add column up100
and add column dn100


and add column gappedup100
and add column gappeddn100
and add column gapfilled
and add column gapup100f
and add column gapdn100f

and add column cma(absgap, 100)
and add column absgap 100 day high
and add column absgap 100 day low

/* SELECTION CRITERIA */

symlist(goog)

/* SORT CRITERIA */

SORT COLUMN 7 DESCENDING

]



Fading the gap on GOOG is almost a "lock" to make a buck.

TheRumpledOne
6,407 posts
msg #70429
Ignore TheRumpledOne
modified
1/6/2009 6:46:16 PM

Fetcher[
apply to Sector(AUTOMOTIVE)
add column industry
add column sector
]



TheRumpledOne
6,407 posts
msg #77552
Ignore TheRumpledOne
8/14/2009 9:50:36 AM

Fetcher[
set{hi3, high 3 day high}
set{lo3, low 3 day low}
set{x1, hi3 + lo3}
set{x2, x1 + close}
set{rollpp, x2 / 3}

set{secondnumber, x1 / 2}

set{pivotdiff,














]



TheRumpledOne
6,407 posts
msg #103182
Ignore TheRumpledOne
modified
11/1/2011 10:23:45 AM

Fetcher[
/* */

set{ClOp, close - open }

set{ RVIDIFF, rvi(5,3) - rvi(5,3) 1 day ago }
set{ IMIDIFF, imi(5,3) - imi(5,3) 1 day ago }



set{volcnt, count(volume below 1000000,100)}
set{lowvol, volume 100 day low }

/* PRICE POSITION Display */

/* enter your Upper Limit criteria */
set{UpperLim , High 52 week High}
set{ days_upper , days(high equal UpperLim ,100) }

/* enter your Lower Limit criteria */
set{LowerLim , Low 52 week Low}
set{ days_lower , days(low equal LowerLim ,100) }

set{ Dynamic_Range , UpperLim - LowerLim }
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / Dynamic_Range}
set{BallOn, PPDiv * 100}

add column separator
add column BallOn {ball_on}

add column lowvol

add column separator
add column RVIDIFF
add column IMIDIFF

volcnt below 1

/* symlist(aapl,rimm,faz,tvix) */



RVIDIFF BELOW -45
IMIDIFF ABOVE 20

sort column 6 ascending

]



TheRumpledOne
6,407 posts
msg #103208
Ignore TheRumpledOne
modified
11/2/2011 6:08:18 PM

Fetcher[


/* v 1.2 */

set{ RVIDIFF, rvi(5,3) - rvi(5,3) 1 day ago }
set{ IMIDIFF, imi(3) - imi(3) 1 day ago }


set{volcnt, count(volume below 1000000,100)}


set{ClOp, close - open }
set{RG0, count(ClOp > 0 ,1)}
set{RG1, count(ClOp 1 day ago > 0 ,1)}
set{RG2, count(ClOp 2 days ago > 0 ,1)}


/* PRICE POSITION Display */

/* enter your Upper Limit criteria */
set{UpperLim , High 13 week High}

/* enter your Lower Limit criteria */
set{LowerLim , Low 13 week Low}

set{ Dynamic_Range , UpperLim - LowerLim }
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / Dynamic_Range}
set{BallOn, PPDiv * 100}

/* DISPLAY COLUMNS */
add column rvi(5,3)
add column RVIDIFF

add column imi(3)
add column IMIDIFF


and add column separator

and add column RG2
and add column RG1
and add column RG0


add column BallOn {BallOn13}
add column UpperLim
add column LowerLim


and add column separator

draw rvi(5,3) on plot imi(3)

/* SELECTION CRITERIA */

volcnt below 1
close above 10


rvi(5,3) 5 day high above 75
imi(3) 5 day low below 25
rvi(5,3) 1 day ago above 50
imi(3) crossed above rvi(5,3)
imi(3) > 50





]










StockFetcher Forums · Filter Exchange · *** TESTING *** WORK IN PROGRESS ***<< 1 ... 2 3 4 5 6 >>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.