frankis 12 posts msg #31837 - Ignore frankis |
4/22/2004 11:24:46 AM
Hi,
I been trying over the last few nights trying filter stocks
where that have been trading over a time period x has been range
y and y + 10 percent.
Any help?
|
frankis 12 posts msg #31839 - Ignore frankis |
4/22/2004 11:48:11 AM
That was not very clear.
I want to filer stocks that have been trading in a strick price range
of y + (y * .1) for the time period x.
I hope this helps.
Frankis
|
cegis 235 posts msg #31840 - Ignore cegis |
4/22/2004 12:48:44 PM
How /bout somthin' like
But you didnpt specify if "y" and "x" are fixed values. The above assumes so. If not, you might be able to use something like
With this one, the close 10 day low becomes "y", then "ratio" checks that it never got over 1.1 times y. (Note: You can't use a variable in "10 day high", like I used in the first filter, or I would have...)
Are either of these close to what you are looking for?
HTH,
C
|
frankis 12 posts msg #31849 - Ignore frankis |
4/23/2004 3:22:18 PM
Thanks cegis,
I have another question,
could you drop e-me at frankis@iwon.com
Frankis
|
cegis 235 posts msg #31866 - Ignore cegis |
4/25/2004 8:10:06 PM
frankis,
Glad I could help. If your question is about filtering, why not post it here?
C
|