Question about "Write to file" block
-
I don't understand the result of this block. I want to confirm the values of Main and Signal lines in the Stochastic indicator. I can see strange values are printed in the file. Whereas the values on the chart are 00.0000 form, they are printed as 000.000.000.000 form in the file. Can someone please tell me what am I doing wrong?

-
I can see you have 2 blocks of these and they are set to the same file name, but their columns are different. How it works if you only work with 1 block?
-
I have just on block now but the problem still persists.

-
The file contents looks like this for me:
Time (local);Time (server);Chart;Condicion;Main Line;Signal Line;Column 5;Column 6;Column 7;Column 8;Column 9;Column 10 2016.10.11 21:05;2016.10.11 21:05;EURUSD;Condicion 1;8.28193833;7.96761995;0;0;0;0;0;0 2016.10.11 21:07;2016.10.11 21:07;EURUSD;Condicion 1;67.11864407;70.26376675;0;0;0;0;0;0 2016.10.11 21:08;2016.10.11 21:08;EURUSD;Condicion 1;65.98639456;67.34170092;0;0;0;0;0;0 2016.10.11 21:10;2016.10.11 21:10;EURUSD;Condicion 1;86.83544304;81.64531494;0;0;0;0;0;0How does it look for you?
-
This is what I get.
-
To be honest, I don't understand Excel very well. I don't even know how to open this .csv file with it. But I'm sure that Excel has many different ways to format the data, so I guess this is what is going on