stevenktallman 2 posts msg #51857 - Ignore stevenktallman |
5/28/2007 6:53:18 PM
can somebody provida a filter that will show me stocks that are trading sideways and are stayin in the same channel
|
karennma 8,057 posts msg #51875 - Ignore karennma |
5/30/2007 8:53:43 AM
Steve:
You can find channel filters on the home page of this website.
close < 90.00
set{channeltop,high 90 day high}
set{channelbottom,low 90 day low}
and channeltop < 5 percent above channelbottom
and channeltopchange < 0.005
and channelbottomchange < 0.005
and draw linear regression channel(90)
and volume > 100000
and average volume(30) > 100000
and sort column 2 descending
|
maxreturn 745 posts msg #51876 - Ignore maxreturn |
5/30/2007 9:15:04 AM
Made it clickable:
|
SFMc01 358 posts msg #51879 - Ignore SFMc01 |
5/30/2007 3:24:07 PM
The "debug filter" indicates that
"and channeltopchange < 0.005
and channelbottomchange < 0.005"
is not recognized. I seem to get the same results with or without it included.
|
karennma 8,057 posts msg #51882 - Ignore karennma |
5/30/2007 7:12:49 PM
that's interesting ...
you don't need this ...
"and channeltopchange < 0.005
and channelbottomchange < 0.005"
|