Hello,
I plan to store OHLCV data in Mysql database for backtesting purpose. In your opinion, besides the EOD data, if you need weekly data, do you suggest to calculate them on the fly or store those weeekly/monthly OHLCV data along with daily data in the same time series table?
My intital design is like:
timeSeries table: symbol_id,date_time,o,h,l,c, v, timeframeID
timeFrame table: timeframeID, descripiton
If you do store those weekly/monthly data, do you mind sharing some database design idea regarding to how to store timeseries data?
Thanks a lot in advance!
Andrew
I plan to store OHLCV data in Mysql database for backtesting purpose. In your opinion, besides the EOD data, if you need weekly data, do you suggest to calculate them on the fly or store those weeekly/monthly OHLCV data along with daily data in the same time series table?
My intital design is like:
timeSeries table: symbol_id,date_time,o,h,l,c, v, timeframeID
timeFrame table: timeframeID, descripiton
If you do store those weekly/monthly data, do you mind sharing some database design idea regarding to how to store timeseries data?
Thanks a lot in advance!
Andrew
