Files
catalyst/zipline/utils
Nathan Wolfe 96dc1c3721 BUG: Generate sim_params within run_algorithm, fix it for raw data
Previously, run_algorithm caused an error if run on raw (non-bundle)
data, because of uninitialized variables. Initializing those variables
to None to allow run_algorithm to work with Panel data, etc.

Also, run_algorithm did not create sim_params for the TradingAlgorithm
instance it created; this kicked the can to TradingAlgorithm, which
gets default sim_params with data_frequency 'daily'. To support minute
bars, changing run_algorithm to create its own sim_params with the
data_frequency specified in its arguments.
2016-07-29 17:11:49 -04:00
..
2015-03-19 17:21:25 -04:00
2016-05-04 15:56:09 -04:00
2016-02-24 14:50:32 -05:00
2016-07-12 13:13:50 -04:00
2016-06-21 15:07:03 -04:00
2016-06-21 15:07:03 -04:00
2016-06-21 15:07:03 -04:00
2016-07-26 13:34:58 -04:00
2015-11-24 16:55:07 -05:00
2016-07-12 13:13:50 -04:00