Stephen Diehl
|
aac8e92b06
|
Logbook for component state tracking.
|
2012-06-11 13:40:54 -04:00 |
|
Stephen Diehl
|
3446c116ab
|
Process Simulator!
|
2012-05-26 15:54:43 -04:00 |
|
fawce
|
ba2783081c
|
switched SID to sid
|
2012-05-18 21:46:42 -04:00 |
|
Stephen Diehl
|
9b6c83e3e5
|
Removed more amguity over source_id
|
2012-05-16 16:40:25 -04:00 |
|
Stephen Diehl
|
8d864462ff
|
Fix DataSource id/get_id mixup.
|
2012-05-16 16:19:08 -04:00 |
|
Stephen Diehl
|
3ad1f250e6
|
Cleaned up OOP, first round.
|
2012-05-16 14:33:16 -04:00 |
|
Stephen Diehl
|
d503ce465a
|
Merge branch 'refactor'
Conflicts:
zipline/finance/trading.py
zipline/lines.py
|
2012-05-15 14:04:05 -04:00 |
|
Stephen Diehl
|
1b46a0d5d3
|
Move simulator to core.
|
2012-05-14 14:05:41 -04:00 |
|
Stephen Diehl
|
f8401dc88e
|
Refactor lines.py
|
2012-05-14 11:21:57 -04:00 |
|
Stephen Diehl
|
effb683251
|
Fix whitespace.
|
2012-05-14 11:07:01 -04:00 |
|
Stephen Diehl
|
b13f5a82e0
|
Removed all references to messaging.py
|
2012-05-14 11:03:46 -04:00 |
|
Stephen Diehl
|
8b95aebcf2
|
Refactor lots of things.
|
2012-05-14 10:57:40 -04:00 |
|
Stephen Diehl
|
7d1ddb19f7
|
Refactored dirs & logging.
|
2012-05-14 08:27:34 -04:00 |
|
Stephen Diehl
|
133d9c03af
|
One test passing, progress!
|
2012-05-10 16:38:04 -04:00 |
|
Stephen Diehl
|
00de461da8
|
Made more submodules.
|
2012-05-10 15:46:19 -04:00 |
|
fawce
|
81de47774f
|
fixed allocation issue
|
2012-05-10 13:51:02 -04:00 |
|
fawce
|
9b42a1e63f
|
draft of a vwap transform.
|
2012-05-04 13:32:29 -04:00 |
|
fawce
|
bc14e7e3b7
|
zipline, now a cold, heartless, http://open.spotify.com/track/1xshgoh575otNXRfeYgh9D
Pretty fast too...
|
2012-04-20 12:21:03 -04:00 |
|
fawce
|
38982fcdab
|
major fix is with the non-blocking behavior of order source. also fixed time-compression in the trading client.
|
2012-04-13 15:08:17 -04:00 |
|
fawce
|
1559a84c7b
|
added simulation style to transation simulator, to facilitate tests. Fixed roll-over bug in max cap and max leverage calculation.
|
2012-04-13 09:53:20 -04:00 |
|
fawce
|
aea2e1189c
|
fixes to the calculation of transactions and associated tests for long and short orders.
|
2012-04-12 10:46:10 -04:00 |
|
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 |
|