Time Interval Conversion (1M, 5M, 15M, etc.)
billpwchan opened this issue · 2 comments
billpwchan commented
Use 1M interval stock data to quickly calculate other time interval-based stock data on demand.
Potential useful resources https://stackoverflow.com/questions/62373692/how-do-you-convert-1-minute-open-high-low-close-data-to-another-timeframefx-5
billpwchan commented
Implemented in commit 0872deb
billpwchan commented
#35 Related issue. Cannot convert to time unit greater or equal to 60M due to non-trading hours.