Closed TheConnMan closed 8 years ago
It's not a Friday to Friday bug, it's a "today" bug.
I was able to replicate the error locally. The way I calculate days and offsets is by getting the data for all datasets across the widest day range then filtering down, meaning that all data sets (even though most are only using yesterdays data) need to have today's data available for the prediction to run. Also, any run for a number of days back to today (e.g. -14 days to 0 days) is trying to run off of today's data. That will only work in the evening once the markets have been closed for a while. A good date range for a prediction in the morning is -15 to -1 days, which will actually predict today's value. @augurworks1 does that line up with what you're seeing?
This is showing up as an issue again.
Issue has been resolved through various improvements and fixes.