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- Scans and System Tests

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: CynicalTruth who wrote (910)8/26/1997 9:16:00 PM
From: Craig DeHaan   of 989
 
I think it has to do with a println designation error. Here's what was posted Sunday:

Println Symbol:-7,description:-38," Prev.C: ",close(0):7:3,"
QRS:",j:3:0," CCI(13)= ",a:4:3
^^^^^^^^^^^^

It's giving output of your j float variable instead of the QRS value. This segment should be " QRS:", qrs(0):3:0

Being ever the compulsive not liking the output text alignments I rewrote as:

Println Symbol:-6," Close:",close(0):7:3," QRS:", qrs(0):3:0," CCI(13)= ",a:8:3," ", description:-12

I'm surprised tho that lots of the other QRS values in Michael's post seem to be in the "normal" value range.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext