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: Bob Jagow who wrote (3925)4/10/1998 9:30:00 PM
From: Bob Jagow  Read Replies (1) | Respond to of 11149
 
ToWhomItMayMatterARat'sAss,
See a couple of typos in the print statement in my last
post; wrong lines are commented out. -Bob
-------------------
if Close(now)-Close(now -5)>.05*Close(now -5) and
Vol(now) > MovAvg(now,63,vol) and
Close(now)>.85*Max(now,now -250,cl) then
// println symbol,",",date(0),",",close(0),",",vol(0),","
print symbol,",",date(0),",",close(0),",",vol(0),","
if now != 0 then
// print date(now),",",close(now),",",close(0 - close(now),",",
print date(now),",",close(now),",",close(0) - close(now),",",
println,Description:25;
endif;
-----------------



To: Bob Jagow who wrote (3925)4/19/1998 8:42:00 PM
From: Dominick  Read Replies (1) | Respond to of 11149
 
Bob:

Brookelise suggested you or Mike Quarne may be able to help me.

I'm trying to find stocks in certain sectors. eg:
AllGroup
Exchange=NYSE
close(0)>10
close(0)<70
SIC=1041 //look for stocks in Gold Ore sector

The above yields nothing.

Any suggestions?

Dominick