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,411 posts msg #43775 - Ignore TheRumpledOne modified |
5/16/2006 4:07:25 PM
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,411 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!
|