craigk 24 posts msg #39806 - Ignore craigk |
12/30/2005 3:47:41 AM
Want to find a volume spike one day ago for a trade system. I also am looking for a gap up / down filter, but a can see them visually.
Here is my 2nd try...
Show stocks where volume gained more than 200 percent one day ago
and Average Volume(90) is above 100000
and close is between 5 and 250
add column Volume 1 day ago
add column Volume(90)
Thanks in advance, Craig
|
craigk 24 posts msg #39807 - Ignore craigk |
12/30/2005 3:58:04 AM
Oh I forgot to tell you the problem with above filter. It gives me the volume for the last closing day. I want the day before. And I am going to modify for 5 - 10 before to see if system works.
Thank you Craig
|
maxreturn 745 posts msg #39808 - Ignore maxreturn |
12/30/2005 7:57:07 AM
Craig, you need to state "1 day ago" right after the variable you are referring to. In this case volume. Try this:
Regards
Max
|