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. |