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 (3925)4/10/1998 9:30:00 PM
From: Bob Jagow  Read Replies (1) 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;
-----------------
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext