StockFetcher Forums · Filter Exchange · ANOTHER VOLUME FILTER.....<< 1 2 3 4 >>Post Follow-up
chetron
2,817 posts
msg #75836
Ignore chetron
modified
6/27/2009 11:00:35 AM

still pluggin' away.....


Fetcher[

/* sell short */
average volume(8) below average volume(13)
average volume(5) below average volume(13)
volume below average volume(13)

high above high 1 day ago

rsi(2) below 75
CLOSE ABOVE .1
VOLUME ABOVE 10000000


/* offset 5/7/09 test date */

]






Fetcher[



/* buy long */
average volume(8) below average volume(13)
average volume(5) below average volume(13)
volume below average volume(13)

low below low 1 day ago

rsi(2) above 25
CLOSE ABOVE .1
VOLUME ABOVE 10000000



/* offset 5/7/09 AND 3/6/09 test date */
]



johnpaulca
12,036 posts
msg #75844
Ignore johnpaulca
6/27/2009 5:39:40 PM

Chet...love the short filter, will add this to my trading arsenal.

chetron
2,817 posts
msg #75916
Ignore chetron
modified
6/30/2009 12:12:55 PM

MAYBE.....



Fetcher[

/*IF HIGH VOLUME DAY IS TRANSPARENT AND TODAY IS TRANSPARENT, SHORT */
/* AND IF HIGH VOLUME DAY IS SOLID AND TODAY IS SOLID, BUY */

set{vvol,count(volume above volume 13 day high 1 day ago,13)}


draw vvol

volume below volume 13 day high
volume above volume 1 day ago
vvol above .5
close above .1
volume above 10000
VOLUME ABOVE VOLUME 13 DAY HIGH 12 DAY AGO

]



chetron
2,817 posts
msg #75958
Ignore chetron
modified
7/2/2009 8:54:44 AM

COULD BE ......


Fetcher[

SET{VAR1A,CLOSE 1 DAY AGO}
SET{VAR3A,VOLUME 1 DAY AGO}

SET{VAR1,COUNT(CLOSE BELOW VAR1A,1)}
SET{VAR2,COUNT(CLOSE ABOVE VAR1A,1)}

SET{VAR3,COUNT(VOLUME ABOVE VAR3A,1)}
SET{VAR4,COUNT(VOLUME BELOW VAR3A,1)}


SET{VAR5,VAR1 * VAR3}
SET{VAR6,VAR2 * VAR4}
SET{VSHORT,VAR5 + VAR6}

SET{VAR7,VAR2 * VAR3}
SET{VAR8,VAR1 * VAR4}
SET{VBUY,VAR7 + VAR8}

DRAW VBUY
DRAW VSHORT

ADD COLUMN VBUY
ADD COLUMN VSHORT

VBUY 2 DAY AGO ABOVE .5
VBUY 1 DAY AGO BELOW .5
VBUY ABOVE .5
VSHORT 1 DAY AGO BELOW .5

VOLUME ABOVE 1000000

SORT COLUMN 5 DESCENDING

]



chetron
2,817 posts
msg #76062
Ignore chetron
7/6/2009 8:44:31 AM

CONSIDERING THIS.....


Fetcher[

/* TACHIKAWA */
SET{VAR1A,HIGH 1 DAY AGO}
SET{VAR1B,LOW 1 DAY AGO}
SET{VAR1,VAR1A - VAR1B}
SET{VAR2,HIGH - LOW}
SET{VAR3,COUNT(VAR2 BELOW VAR1,1)}

SET{VAR8A,VAR2 / 2}
SET{VAR8,VAR8A +LOW}

SET{VAR4,COUNT(HIGH ABOVE VAR1A,1)}
SET{VAR5,COUNT(LOW BELOW VAR1B,1)}

SET{VAR6,COUNT(CLOSE BELOW VAR8,1)}
SET{VAR7,COUNT(CLOSE ABOVE VAR8,1)}

SET{VUPSTOP,VAR4 * VAR6}
SET{VDNSTOP,VAR5 * VAR7}

SET{VPLAYS,VUPSTOP + VDNSTOP}

ADD COLUMN VUPSTOP
ADD COLUMN VDNSTOP

DRAW VDNSTOP ON PLOT VUPSTOP

VPLAYS ABOVE .5
VOLUME ABOVE VOLUME 1 DAY AGO
VAR3 ABOVE .5

CLOSE ABOVE .1
VOLUME ABOVE 1000000

DO NOT DRAW VPLAYS
DO NOT DRAW VAR3
SORT COLUMN 6 DESCENDING

]



cabogordon
88 posts
msg #76094
Ignore cabogordon
7/7/2009 5:38:17 AM

nice job

chetron
2,817 posts
msg #76499
Ignore chetron
modified
7/15/2009 7:46:20 PM

HMMMM......


Fetcher[
SET{VHL,HIGH - LOW}
SET{VHL1,VHL 1 DAY AGO}
SET{VHL2,VHL 2 DAY AGO}
SET{VHL3,VHL 3 DAY AGO}

SET{VAR1,COUNT(VHL > VHL1,1)}
SET{VAR2,COUNT(VHL > VHL2,1)}
SET{VAR3,COUNT(VHL > VHL3,1)}

SET{VAR4,VAR1 + VAR2}
SET{RWIDTH,VAR4 + VAR3}


SET{VV,VOLUME}
SET{VV1,VOLUME 1 DAY AGO}
SET{VV2,VOLUME 2 DAY AGO}
SET{VV3,VOLUME 3 DAY AGO}

SET{VAR11,COUNT(VV > VV1,1)}
SET{VAR12,COUNT(VV > VV2,1)}
SET{VAR13,COUNT(VV > VV3,1)}

SET{VAR14,VAR11 + VAR12}
SET{VWIDTH,VAR14 + VAR13}

ADD COLUMN RWIDTH
ADD COLUMN VWIDTH

DRAW VWIDTH
DRAW RWIDTH


HIGH ABOVE HIGH 1 DAY AGO
VOLUME ABOVE 10000000

]



AND HIS BROTHER......

Fetcher[

SET{VHL,HIGH - LOW}
SET{VHL1,VHL 1 DAY AGO}
SET{VHL2,VHL 2 DAY AGO}
SET{VHL3,VHL 3 DAY AGO}

SET{VAR1,COUNT(VHL > VHL1,1)}
SET{VAR2,COUNT(VHL > VHL2,1)}
SET{VAR3,COUNT(VHL > VHL3,1)}

SET{VAR4,VAR1 + VAR2}
SET{RWIDTH,VAR4 + VAR3}


SET{VV,VOLUME}
SET{VV1,VOLUME 1 DAY AGO}
SET{VV2,VOLUME 2 DAY AGO}
SET{VV3,VOLUME 3 DAY AGO}

SET{VAR11,COUNT(VV > VV1,1)}
SET{VAR12,COUNT(VV > VV2,1)}
SET{VAR13,COUNT(VV > VV3,1)}

SET{VAR14,VAR11 + VAR12}
SET{VWIDTH,VAR14 + VAR13}

ADD COLUMN RWIDTH
ADD COLUMN VWIDTH

DRAW VWIDTH
DRAW RWIDTH

VWIDTH ABOVE .5
VWIDTH 1 DAY AGO BELOW .5
RWIDTH BELOW .5
VOLUME ABOVE 1000000


]



chetron
2,817 posts
msg #76936
Ignore chetron
modified
7/28/2009 8:44:02 PM

RSI FOR EVERYONE.....


Fetcher[


/* TACHIKAWA 2 */


set{v1,VOLUME 1 day ago}
set{vud,VOLUME - v1}
set{vud1,count(vud above -0,1)}
set{vudf,vud * vud1}
set{vudema,cema(vudf,3)}

set{vdd,v1 - VOLUME}
set{vdd1,count(vdd above -0,1)}
set{vddf,vdd * vdd1}
set{vddema,cema(vddf,3)}

set{myrsi1,vudema / vddema}
set{myrsi2,1 + myrsi1}
set{myrsi3,1 / myrsi2}
set{myrsi4,myrsi3 * 100}
set{VOLRSI,100 - myrsi4}

VOLRSI below 30
close above .1
volume above 1000000

]



chetron
2,817 posts
msg #78893
Ignore chetron
modified
9/9/2009 7:02:28 PM

TRYING TO DRAW SUPPORT/RESISTANCE LINES FROM HIGH VOLUME CANDLES.....


Fetcher[
set{varb,volume 21 day high}
set{varc,volume 21 day low}
set{var4,varb / varc}

set{var1,count(volume equals volume 21 day high,1)}
set{vbuy,high * var1}
set{vshort,low * var1}

set{vbtrig,count(close above vbuy 21 day high 1 DAY AGO,1)}
set{vstrig,count(close below vshort 21 day high 1 DAY AGO,1)}

set{vplays,vbtrig + vSTRIG}

add column vbuy 21 day high
add column vshort 21 day high
add column var4 {skyscraper_stories}

draw vshort 21 day high on plot price
draw vbuy 21 day high on plot price
draw vbtrig

vshort 21 day high above .005

vplays above .5

VAR4 ABOVE 9
close above .1
volume above 1000000

DO NOT DRAW VPLAYS
DO NOT DRAW VAR4
DO NOT DRAW VBUY
DO NOT DRAW VSHORT
sort column 7 descending
]




a little cleaner.....


Fetcher[

set{varb,volume 21 day high}
set{varc,volume 21 day low}
set{var4,varb / varc}

set{var1,count(volume equals volume 21 day high,1)}
set{vbuy,high * var1}
set{vshort,low * var1}

set{vbtrig,count(close above vbuy 21 day high 1 DAY AGO,1)}
set{vstrig,count(close below vshort 21 day high 1 DAY AGO,1)}

set{vplays,vbtrig + vSTRIG}

add column vbuy 21 day high
add column vshort 21 day high
add column var4 {skyscraper_stories}

draw price line at vshort 21 day high
draw price line at vbuy 21 day high
draw vbtrig

vshort 21 day high above .005

vplays above .5

VAR4 ABOVE 9
close above .1
volume above 1000000

do not draw vshort 21 day high
DO NOT DRAW VPLAYS
DO NOT DRAW VAR4
DO NOT DRAW VBUY
DO NOT DRAW VSHORT
sort column 7 descending

]



chetron
2,817 posts
msg #80972
Ignore chetron
modified
10/12/2009 7:14:00 AM

ANY MORE BRIGHT IDEAS....................
excluding etfs....

Fetcher[
SET{VAR1,DAYS(volume gained more than 50 percent over the last 1 day,100)}
SET{VAR2,DAYS(HIGH REACHED NEW 21 DAY HIGH,100)}
not etf
VAR2 BELOW VAR1
VAR1 BELOW 34
LOW REACHED NEW 13 DAY LOW
Average Volume(90) is above 50000
close is ABOVE .15
]



StockFetcher Forums · Filter Exchange · ANOTHER VOLUME FILTER.....<< 1 2 3 4 >>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.