morteza471 132 posts msg #47465 - Ignore morteza471 modified |
10/14/2006 9:49:03 PM
is there way to write (more or less or ± in the filter,i want to write filter to find stocks that there lows where more or less 0.1 for last few days
thanks
|
radovan.arendas 41 posts msg #47578 - Ignore radovan.arendas |
10/21/2006 2:26:59 PM
Try to rephrase your request. I wasn't able to understand
|
rharmelink 81 posts msg #47579 - Ignore rharmelink |
10/21/2006 3:36:59 PM
You could use the between clause? For example:
"price is between 3 and 7"
|
morteza471 132 posts msg #47596 - Ignore morteza471 |
10/23/2006 3:04:36 PM
For example show stock where low for last 3 days were ± .20 cents,example 1 day 1.20 next 1.10 and 3 day 1.15
thanks
|
nikoschopen 2,824 posts msg #47599 - Ignore nikoschopen |
10/23/2006 5:47:10 PM
If you merely want to find stocks with their lows "more or less" suffering from constipation, ure well-advised to use the "between" expression as the above poster suggested.
Note: Here, you're screening for stocks with their respective lows gyrating no more than 0.10 (either up or down) within the last 3 days. The columns diff (today), diff1 (1 day ago), and diff2 (2 days ago) will show the actual difference between the two lows for that particular day.
|
morteza471 132 posts msg #47606 - Ignore morteza471 |
10/24/2006 2:46:50 AM
thanks good filter
|