StockFetcher Forums · Filter Exchange · ARTHUR'S WARM FILTER<< >>Post Follow-up
arthur702
38 posts
msg #43773
Ignore arthur702
5/16/2006 3:06:13 PM

close is above 35
60-day slope of close is above 0
sort column 8 ascending
average volume(90)is above 150000

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE RSI(7) */

set{rsval, INDPOSITION(RSI(7), 60) * 100}

/* NORMALIZE CCI(7) */

set{ccval, INDPOSITION(CCI(7), 60) * 100 }

/* NORMALIZE williams %r(7) */

set{wrval, INDPOSITION(williams %r(7), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw rsval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column rsval
add column wrval

adval is above 75

adval has been decreasing 1-day
ccval has been decreasing 1-day
rsval has been decreasing 1-day
wrval has been decreasing 1-day





what you are looking at is slight variation of everyone elses filter, this has the best results. for a buy signal on this filter look for the high the next day to be above the high the previous day and thats your buy signal. This filter is for a swing of a couple days.


check out DXPE today


TheRumpledOne
6,407 posts
msg #43775
Ignore TheRumpledOne
modified
5/16/2006 4:07:25 PM

Fetcher[
close is above 35
60-day slope of close is above 0
sort column 8 ascending
average volume(90)is above 150000

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE RSI(7) */

set{rsval, INDPOSITION(RSI(7), 60) * 100}

/* NORMALIZE CCI(7) */

set{ccval, INDPOSITION(CCI(7), 60) * 100 }

/* NORMALIZE williams %r(7) */

set{wrval, INDPOSITION(williams %r(7), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw rsval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column rsval
add column wrval

adval is above 75

adval has been decreasing 1-day
ccval has been decreasing 1-day
rsval has been decreasing 1-day
wrval has been decreasing 1-day

/* middle */

set{MidLx1, high 1 day ago + low 1 day ago }
set{Middle, MidLx1 / 2}

set{CMb,days(close is above middle , 100)}
set{CMa,days(close is below middle ,100)}
set{CLxMid, CMa - CMb}


add column middle
add column CLxMid

]



Just added the middle columns.

DXPE crossed above the previous day's middle... that was a sweet entry!

DXPE had 3 days in a row below the middle.. that's when you look for a reversal.






arthur702
38 posts
msg #43777
Ignore arthur702
5/16/2006 5:08:19 PM

yep, but the key is to enter when the high surpasses the previous days high


TheRumpledOne
6,407 posts
msg #43782
Ignore TheRumpledOne
5/16/2006 5:53:55 PM

If you wait that long, you leave money on the table!


arthur702
38 posts
msg #43789
Ignore arthur702
5/16/2006 8:43:51 PM

very true!!!!!!!





maxreturn
745 posts
msg #43791
Ignore maxreturn
5/16/2006 9:56:09 PM

Looks like a good shorting filter now!


StockFetcher Forums · Filter Exchange · ARTHUR'S WARM 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.