sfiagpti 4 posts msg #73284 - Ignore sfiagpti |
4/3/2009 1:26:30 PM
Does anyone know how to code a query that finds bar closings in the lower 25% and bar closings in the upper 25% ? Everything I've tried seems to be ignored when I look at the query results.
Here is an example of what I have tried.
set{HML, High - Low}
set{HML25, HML / 4}
set{LP25, Low + HML25}
set{HM25, High - HML25}
Show stocks where close is below LP25 one day ago
and volume(10) above 400000
and close above .99
|
wantonellis 161 posts msg #73285 - Ignore wantonellis modified |
4/3/2009 1:32:54 PM
|
chetron 2,817 posts msg #73286 - Ignore chetron modified |
4/3/2009 1:33:43 PM
clickable....
maybe not spelling out 1, O-N-E??????????????
|
sfiagpti 4 posts msg #73287 - Ignore sfiagpti |
4/3/2009 1:46:14 PM
Wow great replies. Both sets of queries work great. Thank you for your quick response back.
Thanks
|
chetron 2,817 posts msg #73289 - Ignore chetron |
4/3/2009 3:03:11 PM
you are very welcome.
|