StockFetcher Forums · Filter Exchange · ANOTHER STAT FILTER.....<< 1 2 >>Post Follow-up
chetron
2,817 posts
msg #73960
Ignore chetron
modified
4/30/2009 12:19:48 PM

work in progress...
CORRECT MATH ERRORS....

Fetcher[





SET{VAR1,CLOSE 1 DAY AGO}
SET{VAR2,CLOSE 2 DAY AGO}

SET{VAR3,COUNT(CLOSE ABOVE VAR1,1)}
SET{VAR4,COUNT(VAR1 ABOVE VAR2,1)}

SET{VAR5,VAR3 * VAR4}

set{var7,count(var5 above .5,100)}
set{var8,count(var3 above .5,100)}
set{var9,var7 / var8}
add column var9
sort column 5 descending
add column var7
ADD COLUMN VAR8
ADD COLUMN VAR5

DRAW VAr9
VAR5 ABOVE .5




]




or ....


Fetcher[




SET{VAR1,low 1 DAY AGO}
SET{VAR2,low 2 DAY AGO}

SET{VAR3,COUNT(low ABOVE VAR1,1)}
SET{VAR4,COUNT(VAR1 ABOVE VAR2,1)}

SET{VAR5,VAR3 * VAR4}

set{var7,count(var5 above .5,100)}
set{var8,count(var3 above .5,100)}
set{var9,var7 / var8}
add column var9
sort column 5 descending
add column var7
ADD COLUMN VAR5

DRAW VAR9
VAR5 ABOVE .5


]



chetron
2,817 posts
msg #73963
Ignore chetron
modified
4/30/2009 2:37:09 PM

MIX IT UP....

Fetcher[




SET{VAR1,low 1 DAY AGO}
SET{VAR2,low 2 DAY AGO}

SET{VAR3,COUNT(close ABOVE VAR1,1)}
SET{VAR4,COUNT(VAR1 ABOVE VAR2,1)}

SET{VAR5,VAR3 * VAR4}

set{var7,count(var5 above .5,100)}
set{var8,count(var3 above .5,100)}
set{var9,var7 / var8}
add column var9
sort column 5 descending
add column var7
ADD COLUMN VAR5

DRAW VAR9
volume above 100000
close above .1



]



chetron
2,817 posts
msg #83647
Ignore chetron
11/30/2009 10:59:29 PM

HOW ABOUT....


Fetcher[
SET{VAR1,HIGH 1 DAY AGO}
SET{VAR2,LOW 1 DAY AGO}

SET{VAR3,COUNT(HIGH ABOVE VAR1,1)}
SET{VAR4,COUNT(LOW BELOW VAR2,1)}
SET{VAR5,VAR3 * VAR4}

SET{VAR6,COUNT(VAR5 ABOVE .5,100)}

ADD COLUMN VAR6

VAR6 ABOVE -1
VOLUME ABOVE 10000000
CLOSE ABOVE .1

SORT COLUMN 5 ASCENDING
]



chetron
2,817 posts
msg #84310
Ignore chetron
modified
12/12/2009 10:19:38 AM

FINISHING UP.....


Fetcher[






SET{VAR1,CLOSE 1 DAY AGO}
SET{VAR2,CLOSE 2 DAY AGO}

SET{VAR3,COUNT(CLOSE ABOVE VAR1,1)}
SET{VAR4,COUNT(VAR1 ABOVE VAR2,1)}

SET{VAR5,VAR3 * VAR4}

set{var7,count(var5 above .5,100)}
set{var8,count(var3 above .5,100)}
set{var9,var7 / var8}
SET{VAR11,DAYS(VAR9 CROSSED ABOVE .545,100)}

add column var9
add column var7

ADD COLUMN VAR8
ADD COLUMN VAR11
DRAW VAR11
DRAW VAR9 LINE AT .545

VAR11 ABOVE -.5
VAr9 ABOVE .545


sort column 5 descending




]




LASTLY....


Fetcher[
/* TACHIKAWA */

SET{VC1,CLOSE 1 DAY AGO}
SET{VC2,CLOSE 2 DAY AGO}
SET{VAR1,COUNT(CLOSE ABOVE VC1,1)}
SET{VAR2,COUNT(VC1 ABOVE VC2,1)}
SET{VAR3,VAR1 * VAR2}
SET{VAR4,COUNT(VAR1 ABOVE .5,10)}

SET{VAR7,COUNT(VAR3 ABOVE .5,10)}
SET{VAR8,VAR7 / VAR4}
SET{VAR14,COUNT(VAR1 ABOVE .5,100)}

SET{VAR17,COUNT(VAR3 ABOVE .5,100)}
SET{VAR18,VAR17 / VAR14}

DRAW VAR18 ON PLOT VAR8
DRAW VAR8 LINE AT .54
ADD COLUMN VAR8
ADD COLUMN VAR18

CLOSE ABOVE .1
VOLUME ABOVE 1000000
VAR18 ABOVE .5
VAR8 ABOVE .05
SORT COLUMN 6 DESCENDING

]



chetron
2,817 posts
msg #84318
Ignore chetron
12/12/2009 1:02:06 PM

DON'T FORGET YOUR SHORTS.......


Fetcher[

/* TACHIKAWA */
/* SHORT ME */

SET{VC1,CLOSE 1 DAY AGO}
SET{VC2,CLOSE 2 DAY AGO}
SET{VAR1,COUNT(CLOSE BELOW VC1,1)}
SET{VAR2,COUNT(VC1 BELOW VC2,1)}
SET{VAR3,VAR1 * VAR2}
SET{VAR4,COUNT(VAR1 ABOVE .5,10)}

SET{VAR7,COUNT(VAR3 ABOVE .5,10)}
SET{VAR8,VAR7 / VAR4}
SET{VAR14,COUNT(VAR1 ABOVE .5,100)}

SET{VAR17,COUNT(VAR3 ABOVE .5,100)}
SET{VAR18,VAR17 / VAR14}

DRAW VAR18 ON PLOT VAR8
DRAW VAR8 LINE AT .54
ADD COLUMN VAR8
ADD COLUMN VAR18

CLOSE ABOVE .1
VOLUME ABOVE 1000000
VAR18 ABOVE .5
VAR8 ABOVE .05
SORT COLUMN 6 DESCENDING

]



SAFeTRADE
630 posts
msg #84322
Ignore SAFeTRADE
modified
12/12/2009 3:26:05 PM

Eman, I hope this is close to your thoughts as I found it very interesting to look at and take a stab at doing.
It appears that if my numbers and coding are correct there is a bias toward price crossing the high
one day ago when open is below PP. The opposite is true when open is above PP. If this is true it might
be worthwhile to see where open is in relation to going short or buying long. My bias is long, so I would
attempt to see where open is in relation to S1,S2,S3 to improve the odds of making money. See what you
think

Fetcher[

set{opgadp100, count(open > pp,100)}
set{opladp100, count(open < pp,100)}


set{op>adp, count(open > pp,1)}
set{opset{upday, count(close > high 1 day ago,1)}
set{dnday, count(close < low 1 day ago,1)}

set{upu, op>adp + upday}
set{upup, count(upu > 1,100)}
set{dnd, opset{dndn, count(dnd > 1,100)}

set{upd, op>adp + dnday}
set{updn, count(upd > 1,100)}
set{dnu, opset{dnup, count(dnu > 1,100)}

set{biasup, dnup / opladp100}
set{biasdn, updn / opgadp100}

set{hiop, high 1 day ago - open}
set{avghiop, cema(hiop,30)}




add column opgadp100
add column opladp100

add column upup
add column dndn

add column updn
add column dnup

add column biasup
add column biasdn

add column avghiop




close between 20 and 70
average volume(30) > 500000
]





chetron
2,817 posts
msg #86442
Ignore chetron
1/17/2010 12:21:33 PM

CURRENT STATS.....

Symbol .20OD .40OD .20OH .40HO .20HC .20DC
AAPL -----91 -------82 -------78 ------55 -----77 ------87
WYNN -----85 -------75 -------59 ------36 -----60 ------85
RIMM -----78 -------67 -------47 ------18 -----49 ------81

THESE ARE ONLY GOING "LONG" NUMBERS
20 CENT OPEN TO HI DAILY
20 CENT OPEN TO HI HOURLY
20 CENT PREVIOUS CLOSE TO HIGH HOURLY



miketranz
956 posts
msg #86449
Ignore miketranz
1/17/2010 2:52:47 PM

While you guys are at it how about this:Find stocks that open,where they closed the prior day,and do not trade under close for that day.Throw in a rank for longest range days.Set-up:find high percentage trades right off open print,that have a tendency to open and not trade under open intra day.Buy trigger off 1 or 3 min chart +.10,set stop right under open.Longest range days are the money makers.

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