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 -- Ignore unavailable to you. Want to Upgrade?


To: Jan Robert Wolansky who wrote (7349)10/24/1998 12:11:00 PM
From: Jan Robert Wolansky  Read Replies (1) | Respond to of 11149
 
To those who play on the short side:

here's a scan I've developed that you may find of interest.

Output="short1023.lst";
Exchange=NYSE,NASDAQ,AMEX;
IssueType Common; DaysToLoad=250; DaysRequired=250; integer i;
For i = 0 to 0 step 1 do
If close(i)>=10 and close(i)<40 and
close(i)<movavg(i,200,cl) and
close(i)<emovavg(i,8,cl) and
close(i-1)>emovavg(i-1,8,cl) and
moneyflowosc(i)<0 and
close(i)>1.25*bookvalue and
close(i)<open(i) and
close(i)-low(i)<.4*(high(i)-low(i)) and
high(i)-open(i)<.4*(high(i)-low(i)) and
movavg(i,90,vol)>50000 and
obv(i)<movavg(i,40,obv) and
InstHold>=95 then
println Symbol,", " , "close: " ,close(i), ", " ,
"Up: ",close(i)-close(i-1) , ", " , date(i), ", " , description, ", " ,InstHold;
endif; next i;

It gave 4 hits today: CNS, CTX, GTK, PSUN. Thoughts? Suggestions for improvement?

Jan