Stephen Diehl
|
e8d98084df
|
Exception tracking at the controller level.
|
2012-04-03 14:04:11 -04:00 |
|
fawce
|
e1a3a8e799
|
removed extraneous method
|
2012-04-02 10:37:27 -04:00 |
|
fawce
|
c7bb22d4d6
|
added a publish_to method to make the api access simpler for providing a socket into the zipline to publish.
|
2012-03-31 22:55:43 -04:00 |
|
fawce
|
7a7833a540
|
fixed missing fields, added a new random source option to test zipline (still buggy).
|
2012-03-30 17:48:05 -04:00 |
|
Stephen Diehl
|
7134b4c1b1
|
Support for different flavors of ZeroMQ.
|
2012-03-24 11:56:18 -04:00 |
|
fawce
|
3ccfb514fb
|
Extended the algorithm protocol to include portfolio.
|
2012-03-21 23:52:56 -04:00 |
|
fawce
|
4f87b4e98a
|
documentation fixes and tweaks.
|
2012-03-21 00:55:35 -04:00 |
|
fawce
|
7a57c27295
|
this is a hotfix to the accidental commit on master, but I lost my bearings again and added pycco, so this is a bit more than a hotfix now.
|
2012-03-20 23:10:24 -04:00 |
|
fawce
|
f20db3d01d
|
added tests for filter, refactoring factory a bit to make sure N trades are created when N are requested.
|
2012-03-20 16:38:32 -04:00 |
|
fawce
|
26da4316d1
|
documented algorithm protocol, split example algorithms into their own module. added filter methods to algo and to datasources. The top level zipline is responsible for piping algo's filter to the datasource.
|
2012-03-20 15:51:10 -04:00 |
|
fawce
|
7fb86be1ae
|
more test refactoring, this time a factory method to get the trading environment.
|
2012-03-20 10:52:40 -04:00 |
|
fawce
|
8a6005140b
|
fleshed out ZiplineException a bit.
|
2012-03-20 09:57:19 -04:00 |
|
fawce
|
2d6c4688f9
|
added a new component property is_blocking. Non-blocking datasources and transforms will not prevent merge or feed from exiting, even if they have not reported DONE. refactored lines.py to provide a test zipline method and to take keyword arguments in the constructor and factory method.
|
2012-03-19 23:19:57 -04:00 |
|
fawce
|
87c9d913d6
|
working on elminating the need for signaling order done.
|
2012-03-19 16:08:53 -04:00 |
|
fawce
|
e7f44884cf
|
added documentation/todo for callbacks, hopefully simplifying the algorithm classes.
|
2012-03-19 14:28:21 -04:00 |
|
fawce
|
2324c054e9
|
added more documentation to the lines.py. refactoring relationship between zipline and algorithm.
|
2012-03-19 11:40:48 -04:00 |
|
fawce
|
dcc471cc93
|
refactoring tests to combine common code into factory for creation of test data sources. also created new zipline/lines module, which will
hold classes that instantiate entire zipline topologies.
|
2012-03-17 23:15:38 -04:00 |
|