Commit Graph
73 Commits
Author SHA1 Message Date
fawce 3af850948c fixed documentation on event callback method. 2012-03-16 17:56:53 -04:00
fawce a2c4babd93 hooking perf to the on_done callback. 2012-03-16 17:54:34 -04:00
Stephen Diehlandfawce 6630917da8 working on frame argument sent to algorithm. 2012-03-15 16:14:12 -04:00
fawce 2742ffcc47 using pandas for the dataframe relayed to the algorithm. all unit tests are passing. 2012-03-14 15:13:32 -04:00
fawce d5c4526e93 sorted out conversion to dataframe, fixed logic bug with callbacks. still need to allow for dot notation to frame. 2012-03-14 00:23:51 -04:00
fawce 84bccbc67c fixed a few type-os to repair document generation. 2012-03-13 23:31:22 -04:00
fawce 649a8ea2e5 starting in on pandas integration. 2012-03-13 12:20:35 -04:00
fawce ecd98f1aa0 added handling for client timeouts to the ordersource class. 2012-03-11 22:03:56 -04:00
fawce 99d51f58f5 switched the socket allocator to be a class variable for the test case. 2012-03-11 20:28:05 -04:00
fawce 366405927d changed date serialization to use a tuple of all properties rather than the epoch time to eliminate any timezone sensitivity.
add performance tracker unit tests, made various fixes to perf tracker. still have a hang on exit for zipline/test/test_finance.py:FinanceTestCase.test_orders and zipline/test/test_finance.py:FinanceTestCase.test_performance. pinging realdiehl for help...
2012-03-11 16:21:10 -04:00
fawce b44ca63557 refactoring orders to discard placeholder messages. 2012-03-09 01:07:01 -05:00
fawce b69ea6b790 refactoring performance to be a plain class, not a component. 2012-03-08 19:21:28 -05:00
fawce f4bc73b738 updates for algo proxy. 2012-03-08 17:37:15 -05:00
fawce 2aa4af86aa merged master branch that contains control component, error handling with finance branch. 2012-03-01 23:44:35 -05:00
fawce 7846a1e1f4 passing basic order and transaction simulation test 2012-03-01 10:46:50 -05:00
fawce 536a1e7fdc protocol tests passing, orders test almost passing, but looking like we need to extend the merge component to add transaction and order specific logic. 2012-02-29 23:38:46 -05:00
fawce 00c2ccfe72 using an enum for finance protocol constants 2012-02-29 17:18:17 -05:00
fawce 5247ace0ca Merge branch 'master' of github.com:quantopian/zipline
Conflicts:
	zipline/test/client.py
2012-02-29 16:47:34 -05:00
fawce 30a00faef2 commented out the monitor tests, added a count check for orders. 2012-02-28 23:02:07 -05:00
fawce 3e5092d92a nascent order protocol implemented. 2012-02-28 21:50:40 -05:00
fawce f1a7e41d1f intersticial commit 2012-02-28 11:36:23 -05:00
fawce 6c6b8d5dae added an order protocol between orders transform and algo client 2012-02-26 19:29:33 -05:00
fawce 757d1f75dc stashing changes from orders 2012-02-24 11:06:41 -05:00