Files
catalyst/zipline
Nathan Wolfe e70490a415 BUG: Correct AverageDollarVolume NaN handling
`AverageDollarVolume` used `nanmean`, which discards NaNs before
averaging, giving an ADV which is too high for any equities that have
any NaNs.

Changing the method to `nansum` divided by window length so that the
denominator is the same no matter whether there are NaNs or not.
2016-06-28 17:20:09 -04:00
..
2016-06-08 13:34:22 -04:00
2016-06-21 15:07:03 -04:00
2016-06-02 18:51:04 -07:00
2015-11-11 18:47:51 -05:00
2016-06-08 13:34:23 -04:00
2016-05-06 15:25:30 -04:00
2016-05-27 16:41:47 -04:00