Need Help and Clarification
I am trying to see if I can run a scan that will give me all instances of gap ups over 1 point over a 100 day period of time, which would mean that a symbol may be selected more than once.
Here is what I tried, and needless to say, it did not work:
input = "basic.lst"
Loop(0,-100) Open(0)>=Close(-1) + 1
Println symbol, " ", Date(0), " ",Close(-1)," ",Open(0)," ", High (0)," ", Low(0)," ", Close(0)
my input list (basic.lst) is simply a set of common stock symbols within a particular price range.
If someone can show me how to do this, or tell me that it cannot be done, I would appreciate it.
David
p.s. I also tried to do this with just CPQ as the input, but I got nothing, and it often gaps up by one point. |