in reply to Hashes and Arrays - Selecting a memory structure
In the code that I use to try and find a profitable way to trade options, I load the stock into a hash of arrays. The keys to the hash is date, open, high, low, close and volume. I have actually wrapped the hash up in a class for convenience and to handle any possible changes to the data that might cause a change to the implementation.
This method has worked well for me over a number of years and I would recommend doing something similar.
|
---|