StockFetcher Forums · Filter Exchange · ANOTHER MILK THE COWS FILTER....<< >>Post Follow-up
chetron
2,817 posts
msg #70578
Ignore chetron
modified
1/11/2009 4:17:55 PM

INTERESTING.....

YOU DON'T NEED TO WAIT TILL 9:30 FOR THE OPEN TO SET UP YOUR SAVED ORDERS. YOU NOW KNOW THE DAY BEFORE.


I WAS THINKING OF USING THE THE PREVIIOUS CLOSE, INSTEAD OF THE OPEN.

CLOSE - 1 + .10
CLOSE - 1 -.10

THE STATS LOOK GOOD

IT ALSO REINFORCES THE FADE THE GAP METHEOD
IT ALSO REINFORCES THE WAIT FOR GREEN METHEOD
CAN'T PLAY TILL THE GAP IS FILLED IS BUILT-IN

DOWNSIDE YOU COULD BE GIVING UP THE OPEN TO CLOSE 1 DAY AGO DIFFERIENTIAL, BUT I LIKE THE STATS.

SAME METHEOD, DIFFERENT HORIZONTAL LINE.




Fetcher[


/* MTC SELECTOR */

set{HiOp, high - CLOSE 1 DAY AGO}
set{HiOpCnt, count( HiOp above .10, 100) }
set{HiOp50, count( HiOp above .50, 100) }

set{OpLo, CLOSE 1 DAY AGO - low}
set{OpLoCnt, count( OpLo above .10, 100) }
set{OpLo50, count( OpLo above .50, 100) }

add column HiOpCnt
add column HiOp50
add column OpLoCnt
add column OpLo50

HiOpCnt above 50
volume above 1000000
sort column 6 descending


]





OR EVEN...................



Fetcher[

/* MTC SELECTOR */

set{HiOp, high - open}
set{HiOpCnt, count( HiOp above .10, 10) }
set{HiOp50, count( HiOp above .50, 10) }

set{OpLo, open - low}
set{OpLoCnt, count( OpLo above .10, 10) }
set{OpLo50, count( OpLo above .50, 10) }

set{var1,10000 / close}
set{var2,cma(hiop,5) * var1}
set{vtrig,count(var2 above 100,1)}


add column HiOpCnt
add column HiOp50
add column OpLoCnt
add column OpLo50
add column cma(hiop,5)
add column cma(oplo,5)
add column var1 {buy}
add column var2 {prophet}

vtrig above .5
HiOp50 above 8.5
volume above 1000000

sort column 12 descending


]



and...........................


Fetcher[


/* MTC SELECTOR */

set{HiOp, high - open}
set{HiOpCnt, count( HiOp above .20, 10) }
set{HiOp50, count( HiOp above .50, 10) }

set{OpLo, open - low}
set{OpLoCnt, count( OpLo above .20, 10) }
set{OpLo50, count( OpLo above .50, 10) }

add column HiOpCnt
add column HiOp50
add column OpLoCnt
add column OpLo50
oplocnt > 4.5
HiOpCnt above 4.5
oplo50 > 4.5
hiop50 > 4.5
volume above 1000000
close below 15
sort column 6 descending


]




johnpaulca
12,036 posts
msg #70580
Ignore johnpaulca
1/11/2009 4:40:16 PM

Thanks Chet...great work as usual. I added my BBands and RSI(2) to find stocks with some momo, it spewed some decent selection.

chetron
2,817 posts
msg #70583
Ignore chetron
1/11/2009 5:39:20 PM

YOU'RE WELCOME AND THANX, JP



TheRumpledOne
6,407 posts
msg #70584
Ignore TheRumpledOne
1/11/2009 5:53:50 PM

What are the short and long entry triggers?



chetron
2,817 posts
msg #70585
Ignore chetron
modified
1/11/2009 5:58:21 PM

CLOSE 1 DAY AGO + .10 = LONG
CLOSE 1 DAY AGO - .10 = SHORT

YOUR AAPL CHART FOR 1/8/09 IN THE NEVER LOSE AGAIN THREAD ON PAGE 44 LOOKS JUST RIGHT FOR THIS.



acfncp3
59 posts
msg #70589
Ignore acfncp3
1/11/2009 8:39:56 PM

I'm sorry I'm not sure I understand this filter. It gave over 1000 resulting stocks. I know I'm probably way behind work that was done before but could you explain briefly how to actual use the report that this filter generates and why it works so well. Hope I'm not being a nuisance .. I really am impressed by the quality of all the work done in this forum.


Topend

chetron
2,817 posts
msg #70593
Ignore chetron
1/12/2009 6:52:58 AM

this reports the stats on equities that have had at least a .10 difference or more over the last 100 days, 51 percent of the time. this is tro's orginal mtc selector report found in the milk the cow thread. i only changed the point of reference. he used the open. i am using the previous close. he has been explaining this metheod in the never lose again thread.

hth



chetron
2,817 posts
msg #70624
Ignore chetron
1/12/2009 8:01:46 PM

also people who like to buy the close and sell the open, should like this filter.

tro's /* gap fill statistics buy close, sell open*/ report fights to produce equities breaking 66 % just to fill some kind of gap.

chetron's new and improved milk the cow filter can also be used to buy the close and sell the high. : )

the new and improved filter produces equities that produces equities with hits breaking 80 % for .50 and better.



chetron
2,817 posts
msg #70631
Ignore chetron
modified
1/13/2009 6:59:27 AM

maybe...



Fetcher[

/* MTC SELECTOR */

set{HiOp, high - CLOSE 1 DAY AGO}
set{HiOpCnt, count( HiOp above .10, 100) }
set{HiOp50, count( HiOp above .50, 100) }

set{OpLo, CLOSE 1 DAY AGO - low}
set{OpLoCnt, count( OpLo above .10, 100) }
set{OpLo50, count( OpLo above .50, 100) }

add column HiOpCnt
add column HiOp50
add column OpLoCnt
add column OpLo50
close below 21
HiOpCnt above 66
volume above 1000000
sort column 6 descending
rsi(2) below 50
williams %r(2) below -75
williams %r(2) increasing last 1 day
]



chetron
2,817 posts
msg #70677
Ignore chetron
modified
1/14/2009 6:55:50 AM


Eman93
- Ignore Eman93 1/13/2009 10:29:43 PM

I have no statistics to back this up but, what I have observed in watching cow stocks.

You seem to have a higher probability of a reversal if price moves above (long) the halfway price point of the previous candle, (candle before the last red bottom candle), on a 5 min chart.

it seems to be a mini resistance point.

What the probabilities are I have no way of calculating.

Also from TRO even dollar and 0.25 dollar points tend to be support and resistance.

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

THESE MAY BE GOOD STOCKS TO LOOK AT...

any horizontal line in a storm : )


Fetcher[




/* MEDIAN 1 day ago MTC SELECTOR */

SET{VAR1,HIGH + LOW}
SET{VAR2,VAR1 / 2}
SET{VAR3,VAR2 1 DAY AGO}
set{HiOp, high - VAR3}
set{HiOpCnt, count( HiOp above .10, 100) }
set{HiOp50, count( HiOp above .50, 100) }

set{OpLo, VAR3 - low}
set{OpLoCnt, count( OpLo above .10, 100) }
set{OpLo50, count( OpLo above .50, 100) }

add column HiOpCnt
add column HiOp50
add column OpLoCnt
add column OpLo50

HiOpCnt above 66
volume above 1000000
sort column 6 descending



]




Fetcher[






/* today's MEDIAN MTC SELECTOR */

SET{VAR1,HIGH + LOW}
SET{VAR2,VAR1 / 2}
set{HiOp, high - VAR2}
set{HiOpCnt, count( HiOp above .10, 100) }
set{HiOp50, count( HiOp above .50, 100) }

set{OpLo, VAR2 - low}
set{OpLoCnt, count( OpLo above .10, 100) }
set{OpLo50, count( OpLo above .50, 100) }

add column HiOpCnt
add column HiOp50
add column OpLoCnt
add column OpLo50

HiOpCnt above 66
volume above 1000000
sort column 6 descending




]



StockFetcher Forums · Filter Exchange · ANOTHER MILK THE COWS FILTER....<< >>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.