Forum

Write more than 300 lines to csv file

I am trying to write to a csv file, but can't write past 280 lines. I am trying to write upto 2400 or more lines, only one double per line. The lines in the file are scores related to same line number in another file the same size. I read in the scores, modify them then write them all back in. As

Write array to CSV file issue

I am trying to overwrite a .csv file. I open the file, read the contents, calculate the result, then overwrite the line. (for some context, this file will have 10 lines, with from 4 to 25 doubles, the file is read into an array[10][25], processed then written back to the file ready for the next

Conversion from Indicator to EA not working

Hi, I have taken an existing indicator and used it to make an EA. I use the indicator on the chart and load the EA separately. It compiles perfectly and loads fine, but it does not work. It is based on a turtle indicator. Can someone show me where I have gone wrong please. Thanks in advance. This is