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 : The Market Beacons
SPY 675.24-1.2%Nov 4 4:00 PM EST

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: bdog who wrote (1091)9/30/2001 10:34:41 PM
From: milesofstyles  Read Replies (1) of 1298
 
bdog or woody or anyone else with qp2

see what you think of this, trying to get a top 20 for shortpct and shortdays, if ya like it or agree with it, lets get it out to excel, waiting on feedback.

input="prescan.lst";
output="short interest.lst";
daystoload=500;
float shortdays, shortpct;

PrintHdrln "Symbol,close,shortpct,shortdays,vol,avgvol30";

If Shortint > 0 and
close(0)> 0 and
sharesfloat > 0 and
Vol(0) > (AvgVol(-1, -30) * 1.1) and
avgvol(-1, -30) > 200000 then
shortpct:=shortint/sharesfloat;
shortdays:=shortint/avgvol(-1,-30);

Println symbol, "," , Close(0), "," ,shortpct*100, "," ,shortdays:2, ",", Vol(0), ",", avgvol(-1,-30);
endif;
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext