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