jcollins01 29 posts msg #59550 - Ignore jcollins01 |
2/9/2008 1:54:03 PM
Is there some way to screen for stocks where "x" occurred between two dates? For example , all stocks making new 10-week highs between 01/10/08 and 02/05/08?
|
nikoschopen 2,824 posts msg #59566 - Ignore nikoschopen |
2/9/2008 11:30:21 PM
You can't apply specific date range using a Julian date like 01/10/08 but you can use days() function to achieve the same result. Suppose you want to find stocks that made a new 10-week high between 10 and 15 days ago. The "hi10wk" column will show how many days ago a new 10-week high occurred.
Further info on days() can be found here.
|
nikoschopen 2,824 posts msg #59567 - Ignore nikoschopen modified |
2/9/2008 11:40:38 PM
However, I did specifically make a request for this feature in the past and it has yet to be implemented!!!
|
jcollins01 29 posts msg #59585 - Ignore jcollins01 |
2/10/2008 2:45:12 PM
Thank you very much nikoschopen , you're the man. Greatly appreciated.
|