View Single Post
  #1 (permalink)  
Old 08-07-2007, 07:56 PM
iscuba11's Avatar
iscuba11 iscuba11 is offline
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Question This has got me puzzled???

Comment as coded:

PHP Code:
   sComment sComment "STOCHASTIC VALUE   " DoubleToStr(sto1,4) + NL
PHP Code:
double sto1=iStochastic(NULL,0,K,D,SL,MODE_SMA,0,MODE_MAIN,0); 

The program reads the sto1 value and plots it on the graph and uses the value to buy or sell, but the sComment does not read sto1 and only displays a of 0.0000?

I am stumped! Any reasoning why the scomment will not read the sto1??

Dave
<><<<
Reply With Quote