StockFetcher Forums · Filter Exchange · VSTAT....<< >>Post Follow-up
chetron
2,817 posts
msg #62312
Ignore chetron
modified
5/8/2008 8:53:48 AM

WORK IN PROGRESS....

Fetcher[

/* TACHIKAWA */

set{vmax,max(open,close)}
set{vmin,min(open,close)}
set{var1,vmax - vmin}
set{var2,var1 * 100}
set{vper,var2 / vmin}

set{vper2,count(vper above 10,2)}
set{vstat,count(vper2 > 1.5,100)}

add column vstat
add column vper2
add column vper

draw vper
draw vper2
draw vstat

VSTAT > .5
close > .3
volume > 1000000

sort column 5 descending

]



chetron
2,817 posts
msg #62380
Ignore chetron
5/8/2008 9:33:25 PM

AND THEN AGAIN...


Fetcher[



/* TACHIKAWA */

set{vmax,max(open,close)}
set{vmin,min(open,close)}
set{var1,vmax - vmin}
set{var2,var1 * 100}
set{vper,var2 / vmin}
SET{VPER1,VPER 1 DAY AGO}

set{vper2,count(vper above 10,2)}
set{vstat,count(vper2 > 1.5,100)}
set{vper12,count(vper1 above 10,2)}
set{vstat1,count(vper12 > 1.5,100)}
SET{BURNING_MY_FINGERS,VSTAT - VSTAT1}

ADD COLUMN BURNING_MY_FINGERS
add column vstat
add column vper2
add column vper

draw vper
draw vper2
draw vstat

VSTAT > .5
close > .3
volume > 1000000

sort column 5 descending

]



chetron
2,817 posts
msg #62393
Ignore chetron
modified
5/9/2008 7:04:38 AM

ANOTHER THOUGHT...

Fetcher[


/* TACHIKAWA */

set{vmax,max(open,close)}
set{vmin,min(open,close)}
SET{VAR1,VMAX + VMIN}
SET{LMED,VAR1 / 2}
SET{LMED1,LMED 1 DAY AGO}

SET{VAR2,HIGH + LOW}
SET{BMED,VAR2 / 2}
SET{BMED1,BMED 1 DAY AGO}

SET{LMED100,COUNT(CLOSE CROSSED ABOVE LMED1,100)}
SET{BMED100,COUNT(CLOSE CROSSED ABOVE BMED1,100)}

SET{LPROF,VMAX - LMED1}



ADD COLUMN SEPARATOR
ADD COLUMN LMED100
ADD COLUMN BMED100
ADD COLUMN SEPARATOR
ADD COLUMN LPROF
ADD COLUMN SEPARATOR




DRAW LMED1 ON PLOT PRICE
DRAW BMED1 ON PLOT PRICE

LPROF > .99
LMED100 > 19.5
BMED100 > 19.5
CLOSE > .3
VOLUME > 100000

]



chetron
2,817 posts
msg #62410
Ignore chetron
5/9/2008 11:24:36 AM

AND ANOTHER ONE....

Fetcher[




/* TACHIKAWA */

set{vmax,max(open,close)}
set{vmin,min(open,close)}
SET{VAR1,VMAX + VMIN}
SET{LMED,VAR1 / 2}
SET{LMED1,LMED 1 DAY AGO}

SET{VAR2,HIGH + LOW}
SET{BMED,VAR2 / 2}
SET{BMED1,BMED 1 DAY AGO}

SET{LMED100,COUNT(CLOSE CROSSED ABOVE LMED1,100)}
SET{BMED100,COUNT(CLOSE CROSSED ABOVE BMED1,100)}

SET{LPROF,VMAX - LMED1}



ADD COLUMN SEPARATOR
ADD COLUMN LMED100
ADD COLUMN BMED100
ADD COLUMN SEPARATOR
ADD COLUMN LPROF
ADD COLUMN SEPARATOR




DRAW LMED1 ON PLOT PRICE
DRAW BMED1 ON PLOT PRICE

LPROF > .99
CLOSE > BMED1
LMED1 CROSSED ABOVE BMED1
CLOSE > .3
VOLUME > 100000
CLOSE 1 DAY AGO < OPEN 1 DAY AGO
CHART-TIME 8 DAY

]



StockFetcher Forums · Filter Exchange · VSTAT....<< >>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.