Hi everyone,
I am having a tough time trying to figure out how to read and organize data from a comma separated .csv file containing stock market information (date, open, high, low, close, volume). I used to play around with programming stock trading systems with a proprietary system, where the data was already being read, and I just had to scan through for whatever I wanted (comparing opens and closes, other stocks, etc). So it's just the first step of drawing out the data and saving it (I guess into arrays?) that i'm not sure about. I guess I'm just not sure where to start. I can open the file, scan it (one character at a time) and print it in a textbox with each piece of data on a new line. But I'm not really sure if that's going to help me much (it's still saved as a string, and it's seems pretty slow).
I hope this makes sense, I guess I don't know the lingo enough to say what exactly the problem is.
Thanks
I am having a tough time trying to figure out how to read and organize data from a comma separated .csv file containing stock market information (date, open, high, low, close, volume). I used to play around with programming stock trading systems with a proprietary system, where the data was already being read, and I just had to scan through for whatever I wanted (comparing opens and closes, other stocks, etc). So it's just the first step of drawing out the data and saving it (I guess into arrays?) that i'm not sure about. I guess I'm just not sure where to start. I can open the file, scan it (one character at a time) and print it in a textbox with each piece of data on a new line. But I'm not really sure if that's going to help me much (it's still saved as a string, and it's seems pretty slow).
I hope this makes sense, I guess I don't know the lingo enough to say what exactly the problem is.
Thanks