tonycasa1 2 posts msg #47881 - Ignore tonycasa1 |
11/9/2006 8:51:58 AM
I wanted to create a filter for stocks reaching 55 day highs on volume of greater than 500000. I have done that, but I also want to filter out any highs that have taken place within the last 20 days. Can anyone help me with putting that filter in? I want to filter out 55 day highs, but only those that have taken place in the last 20 days.
Thanks,
Tony B
|
radovan.arendas 41 posts msg #47882 - Ignore radovan.arendas |
11/9/2006 9:57:41 AM
tonycasa1
- Ignore tonycasa1
- Report offensive post 11/9/2006 8:51:58 AM
I wanted to create a filter for stocks reaching 55 day highs on volume of greater than 500000. I have done that, but I also want to filter out any highs that have taken place within the last 20 days. Can anyone help me with putting that filter in? I want to filter out 55 day highs, but only those that have taken place in the last 20 days.
Thanks,
Tony B
----------------------------------
high reached new 55 days high
volume > 500000
days(high reached new 55 days high 1 day ago) > 19
|
maxreturn 745 posts msg #47888 - Ignore maxreturn |
11/9/2006 10:53:32 AM
Radovan...I can't get your filter to work using the "days" feature. I have more success with the "count" feature:
Regards
Max
|
emergentrades 10 posts msg #47894 - Ignore emergentrades |
11/9/2006 7:46:04 PM
Try this,
high reached new 55 days high
volume > 500000
days(high reached new 55 days high 1 day ago,25) > 19
|
tonycasa1 2 posts msg #47946 - Ignore tonycasa1 |
11/13/2006 11:14:14 AM
Thanks for the tips. They seem to work. Greatly appreciated.
|