Hello,
I using the following line of code:
f.writeln("one="+open(0).toFixed(4) +",",high(0).toFixed(4)+","+low(0).toFixed(4)+","+ close(0).toFixed(4));
It displays the following:
one=1.5600,
1.5750,1.5100,1.5100
Why is not on the same line?
-Mike
I using the following line of code:
f.writeln("one="+open(0).toFixed(4) +",",high(0).toFixed(4)+","+low(0).toFixed(4)+","+ close(0).toFixed(4));
It displays the following:
one=1.5600,
1.5750,1.5100,1.5100
Why is not on the same line?
-Mike
Comment