Files
catalyst/zipline
Eddie Hebert 086c12ddf8 Locks down the ability to easily override the algo's portfolio.
Starting down the path of making the portfolio completely read-only
with respect to the handle_data in algo.

The portfolio should only be changed during the course of running
the algorithm by the simulator.

This doesn't do a 100% protection, i.e. an algo could use _portfolio,
or the set_attr property, but hoping this helps guides algo writing
to treat the portfolio as read-only.
2012-11-05 13:40:23 -05:00
..
2012-10-22 11:57:16 -04:00
2012-10-23 17:46:02 -04:00
2012-10-29 18:54:55 -04:00
2012-10-22 09:28:56 -04:00
2012-10-22 11:57:16 -04:00
2012-10-22 11:57:16 -04:00