Files
catalyst/zipline
Eddie Hebert 069abae1a3 MAiNT: Use load_adjustments for history.
Instead of `HistoryLoader` containing separate adjustment calculation
logic, use `SQLiteAdjustmentReader.load_adjustments`.

This change required the addition of two offset parameters to
`load_adjustments` since the perspective on the data from within
`schedule_function` is skewed from how Pipeline looks at historical
data.

This is working towards creating an `AdjustmentReader` abc which
`SQLiteAdjustmentReader` and a upcoming continuous future adjustment
reader will share.
2016-09-15 15:32:10 -04:00
..
2016-09-08 14:52:57 -04:00
2016-07-12 13:13:50 -04:00
2015-11-11 18:47:51 -05:00
2016-05-06 15:25:30 -04:00
2016-09-06 16:59:34 -04:00