StockFetcher Forums · Filter Exchange · My Filter<< >>Post Follow-up
Protozyx
2 posts
msg #64700
Ignore Protozyx
7/4/2008 2:13:35 AM

Hi, I'm trying to create a filter with the following:

- crossed the MA(50) from below 4 times during the past 3 months
(as in, tried to break the 50 a few times, but failed at least 3 times)
- and in the past week, crossed the MA(50) from above with and Average Volume(90) is above 50000 and close is between 1 and 250
(and the 5th time just happened in the past week)
- and the stock hit its 52-week high in the past 5 months

I'm now to this and would appreciate your help.

Thanks in advance!

chetron
2,817 posts
msg #64708
Ignore chetron
modified
7/4/2008 11:00:33 AM

maybe...

OOOPS.... CROSS BELOW 50

Fetcher[

/* TACHIKAWA */

set{v50t,count(high touched ma(50) from below,1)}
set{v50t68,count(high touched ma(50) from below,68)}
set{vcx50,count(close crossed below ma(50),1)}
set{vhe52,count(high equal 52 week high,100)}
set{vlong,count(open < close,1)}

add column vlong
add column v50t68
add column vhe52

draw vhe52
draw vcx50 on plot v50t
draw v50t68
draw ma(50)

close crossed below ma(50)
vhe52 above .5
v50t68 above .5
close between 1 and 250
Average Volume(90) is above 50000

chart-time 13 day
sort column 6 descending
]



johnpaulca
12,036 posts
msg #64714
Ignore johnpaulca
7/4/2008 1:22:31 PM

Chetron: nice filter, change the moving average to ema(100)...I did a 2 day look back and ended up with nice selection.

chetron
2,817 posts
msg #64715
Ignore chetron
modified
7/4/2008 1:24:35 PM

on a long note....



Fetcher[



/* TACHIKAWA */

set{v50t,count(low touched ma(50) from above,1)}
set{v50t68,count(low touched ma(50) from above,68)}
set{vcx50,count(close crossed above ma(50),1)}
set{vle52,count(low equal 52 week low,100)}
set{vshort,count(open > close,1)}

add column vshort
add column v50t68
add column vle52

draw vle52
draw vcx50 on plot v50t
draw v50t68
draw ma(50)

close crossed above ma(50)
vle52 above .5
v50t68 above .5
close between 1 and 250
Average Volume(90) is above 50000

chart-time 13 day
sort column 6 descending

]



chetron
2,817 posts
msg #64718
Ignore chetron
modified
7/4/2008 1:41:50 PM

i'm sorry, jp. i was in the middle of some fierce editing during your last post.

was this what you came up with?

Fetcher[



/* TACHIKAWA */

set{v100t,count(high touched ema(100) from below,1)}
set{v100t68,count(high touched ema(100) from below,68)}
set{vcx100,count(close crossed below ema(100),1)}
set{vhe52,count(high equal 52 week high,100)}

add column v100t
add column v100t68
add column vhe52

draw vhe52
draw vcx100 on plot v50t
draw v100t68
draw ma(100)

close crossed below ema(100)
vhe52 above .5
v100t68 above .5
close between 1 and 250
Average Volume(90) is above 50000

chart-time 13 day
sort column 6 descending

]




Protozyx
2 posts
msg #64719
Ignore Protozyx
7/4/2008 1:42:38 PM

I'm actually confused about how this filter works -- can you provide some intuition about it? It doesn't seem to fulfill the criteria I laid out, but maybe I'm just not seeing it?

chetron
2,817 posts
msg #64721
Ignore chetron
7/4/2008 1:52:16 PM


I'm actually confused about how this filter works -- can you provide some intuition about it? It doesn't seem to fulfill the criteria I laid out, but maybe I'm just not seeing it?


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

actually, i wrote this per your criteria. could you please explain which part of your criteria isn't being met? what isn't working?





johnpaulca
12,036 posts
msg #64724
Ignore johnpaulca
7/4/2008 4:56:09 PM

something like this...I think.

Fetcher[
/* TACHIKAWA */

set{v100t,count(high touched ema(100) from below,1)}
set{v100t13,count(high touched ema(100) from below,13)}
set{vcx100,count(close crossed above ema(100),1)}
set{vhe52,count(high equal 52 week high,100)}

close crossed above ema(100)
vhe52 above .5
v100t13 above .5
close between 1 and 500
Volume is above 300000
draw bollinger band(40,0.4)
draw bollinger band(13,0.1)
draw ema(34)
]



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