If I could get some guidance on the best way to handle data that would be great!
If I want to start off by calculating say the average true range for a stock and I have the date, open, high, low, close in a .csv file should i create arrays for this data or is it better to define a class with the above 5 variables?
Thanks for the help!
If I want to start off by calculating say the average true range for a stock and I have the date, open, high, low, close in a .csv file should i create arrays for this data or is it better to define a class with the above 5 variables?
Thanks for the help!