You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
Please note I am not a core programmer/developer as my profession having not coded in decades so not too conversant with programming thus my code is of a beginner.
I created a script to export some parameters of my horizontal lines into a csv file and sample data from csv is as below
I want to see if I can read the csv file and access the contents of the file as an array to be used in a subsequent script.From my research I found the link https://www.mql5.com/en/forum/341637 to direct me and I tried to customize the last script on this link and create my own code as below
The script compiles with no errors but during execution I get jumbled output as below from the print output
Kindly assist me in obtaining the clear,correct output from reading the CSV file.Or if there alternatives like using a bin file.I noticed I cant use function FileReadArray as it cant read string datatype .Thanks in advance.