SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Bob Jagow who wrote (4067)5/2/1998 4:33:00 PM
From: Dave Shares  Read Replies (2) of 11149
 
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.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext