StockFetcher Forums · Filter Exchange · TACHAKAWA....<< >>Post Follow-up
chetron
2,817 posts
msg #61635
Ignore chetron
modified
4/20/2008 3:51:39 PM

TRY THIS....

Fetcher[

/* TACHIKAWA */
set{vranger,high 8 day high - low 8 day low}
SET{VDRANGER,HIGH - LOW}
SET{BUYLONG,COUNT(CLOSE > HIGH 1 DAY AGO,1)}
SET{SELLLONG,COUNT(CLOSE < HIGH 1 DAY AGO,1)}
SET{SELLSHORT,COUNT(CLOSE < LOW 1 DAY AGO,1)}
SET{BUYTOCOVER,COUNT(CLOSE > LOW 1 DAY AGO,1)}
SET{VSHARES,10000 / CLOSE}
SET{VAR1,BUYLONG + SELLLONG}
SET{VAR2,VAR1 + SELLSHORT}
SET{VAR3,VAR2 + BUYTOCOVER}
SET{VAR4,VDRANGER * .10}
SET{VAR5,VAR4 * VSHARES}
SET{BULL,BUYLONG * BUYTOCOVER}
SET{BEAR,SELLLONG * SELLSHORT}
SET{VAR6,BULL + BEAR}

add column vranger
ADD COLUMN VDRANGER
ADD COLUMN BUYLONG
ADD COLUMN SELLLONG
ADD COLUMN SEPARATOR
ADD COLUMN SELLSHORT
ADD COLUMN BUYTOCOVER
ADD COLUMN ROUND(VSHARES,2) {THIS MANY}
ADD COLUMN ROUND(VAR5,0) {PROFIT}

DRAW BUYLONG ON PLOT BUYLONG
DRAW SELLLONG ON PLOT BUYLONG
DRAW SELLSHORT ON PLOT SELLSHORT
DRAW BUYTOCOVER ON PLOT SELLSHORT
DRAW BULL ON PLOT BULL
DRAW BEAR ON PLOT BULL

VAR6 > .5
VAR5 > 49
CLOSE > 1
VOLUME > 100000
DO NOT DRAW VAR5
DO NOT DRAW VAR6
DO NOT DRAW MACD(4,8)
DO NOT DRAW RSI(2)

SORT COLUMN 13 DESCENDING

]



chetron
2,817 posts
msg #61639
Ignore chetron
4/20/2008 5:41:27 PM

MAYBE THIS...

Fetcher[

set{vranger,high 8 day high - low 8 day low}
SET{VDRANGER,HIGH - LOW}
SET{BUYLONG,COUNT(CLOSE > HIGH 1 DAY AGO,1)}
SET{SELLLONG,COUNT(CLOSE < HIGH 1 DAY AGO,1)}
SET{SELLSHORT,COUNT(CLOSE < LOW 1 DAY AGO,1)}
SET{BUYTOCOVER,COUNT(CLOSE > LOW 1 DAY AGO,1)}
SET{VSHARES,10000 / CLOSE}
SET{VAR1,BUYLONG + SELLLONG}
SET{VAR2,VAR1 + SELLSHORT}
SET{VAR3,VAR2 + BUYTOCOVER}
SET{VAR4,VDRANGER * .10}
SET{VAR5,VAR4 * VSHARES}
SET{BULL,BUYLONG * BUYTOCOVER}
SET{BEAR,SELLLONG * SELLSHORT}
SET{VAR6,BULL + BEAR}
SET{VAR7,COUNT(BUYLONG > .5,3)}

add column vranger
ADD COLUMN VDRANGER
ADD COLUMN BUYLONG
ADD COLUMN SELLLONG
ADD COLUMN SEPARATOR
ADD COLUMN SELLSHORT
ADD COLUMN BUYTOCOVER
ADD COLUMN ROUND(VSHARES,2) {THIS MANY}
ADD COLUMN ROUND(VAR5,0) {PROFIT}

DRAW BUYLONG ON PLOT BUYLONG
DRAW SELLLONG ON PLOT BUYLONG
DRAW SELLSHORT ON PLOT SELLSHORT
DRAW BUYTOCOVER ON PLOT SELLSHORT
DRAW BULL ON PLOT BULL
DRAW BEAR ON PLOT BULL

VAR7 EQUAL 2
BUYLONG > .5
BUYLONG 3 DAY AGO < .5
BUYTOCOVER > .5
BUYTOCOVER 1 DAY AGO > .5
BUYTOCOVER 2 DAY AGO > .5
CLOSE > 1
VOLUME > 100000

DO NOT DRAW VAR5
DO NOT DRAW VAR6
DO NOT DRAW MACD(4,8)
DO NOT DRAW RSI(2)
DO NOT DRAW VAR7

SORT COLUMN 13 DESCENDING

]



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