dwiggains 444 posts msg #70481 - Ignore dwiggains |
1/8/2009 10:18:53 AM
Chetron
How do I get a 100 day count on these two
var1 and var2
I keep getting syntax errors
I believe that with these two counts and divide var1 results by var2 you get the percentage I am looking for
I did change some of your variables
Thanks
See ya
David
set{var11,high 1 day ago}
set{var1,count(open above var11,1)}
set{var2,count(close above open,1)}
set{var5,var1 * var2}
set{gapupup,count(var5 equal 1,100)}
add column gapupup
sort column 5 descending
|