Commit Graph

179 Commits

Author SHA1 Message Date
fawce aeb50da170 fixes for unit tests, back to 50/51 passing. 2012-08-07 14:42:43 -04:00
scottsanderson ed206de84a abstract eventwindow and trading calendar utility 2012-08-07 10:32:10 -04:00
scottsanderson 8437a28c14 generator-style perf now sends a risk report on receipt of DONE 2012-08-03 21:09:05 -04:00
scottsanderson ace5d05fab tradesim as generator v. 2.0 2012-08-03 14:07:05 -04:00
scottsanderson 56177a7c4f end to end zipline with pure generators 2012-08-02 00:49:48 -04:00
scottsanderson 14067d8323 commit for fawce 2012-08-01 21:42:55 -04:00
scottsanderson 4768bea646 more progress on tsc 2012-08-01 18:53:09 -04:00
fawce 6de01a1c6e added support for any component to relay exceptions through monitor. 2012-08-01 14:56:17 -04:00
scottsanderson 6cb3516b6b save for attempted merge 2012-08-01 11:12:09 -04:00
fawce 146dc822c4 Merge branch 'byebye_threadsim' of github.com:quantopian/zipline into byebye_threadsim 2012-07-30 13:53:09 -04:00
scottsanderson 71cc67e123 generator random equity trades 2012-07-28 01:03:09 -04:00
fawce 80f2acc674 test fixes 2012-07-27 23:33:43 -04:00
fawce 5dd35a4709 added default positions for portfolio object. 2012-07-19 23:31:14 -04:00
fawce 1262dcdef1 logging converted to share socket with performance 2012-07-17 11:04:32 -04:00
fawce 18cd9a02df added more frequent heartbeating between requests from monitor. seems to work. 2012-07-17 11:04:32 -04:00
Stephen Diehl 237ea825ac Merge branch 'threaded_monitor' into scott1
Conflicts:
	zipline/core/monitor.py
	zipline/lines.py
2012-07-06 14:11:40 -04:00
Stephen Diehl 7ffdff64a1 Remove other refs to stdlib logging. 2012-07-06 10:47:11 -04:00
scottsanderson a789db1789 make git happy 2012-07-04 03:48:28 -04:00
fawce e4730917a2 hanging chad - forgot to remove the source_id references. 2012-07-03 12:19:53 -04:00
fawce 5f878300a0 switched from pub/sub to push/pull for merge -> client socket. also purged source_id from the constructors of all datasources. 2012-07-03 12:11:22 -04:00
fawce 2a8e19b22f name change for positions_value 2012-06-21 22:08:25 -04:00
fawce 89e52c6758 better filter for nan check 2012-06-19 20:03:37 -04:00
fawce e1db77fb64 fixed comprehension 2012-06-19 17:06:40 -04:00
fawce 5d97469a24 added a filter for nan values in risk data relay 2012-06-19 15:52:47 -04:00
fawce ba05335b2c logging every update was spamming the console during unit tests... 2012-06-18 19:11:13 -04:00
fawce 7044040722 removed logging of zero volume orders. 2012-06-18 19:02:14 -04:00
Stephen Diehl 9c9cddb2e8 Tidy up logging statements. 2012-06-13 16:21:43 -04:00
Stephen Diehl 61ee2420eb Removed dummy print statement. 2012-06-12 13:31:48 -04:00
Stephen Diehl 06e6207020 Update logging system 2012-06-12 07:11:52 -04:00
Stephen Diehl 2d85ec4d95 Update performance tracker ot use Logbook 2012-06-11 13:54:00 -04:00
Stephen Diehl fefca77fe2 FSM for Feed 2012-06-11 09:26:48 -04:00
fawce 0dea9c5ecb finished comment 2012-06-07 17:58:30 -04:00
fawce 6a8654342a added an as_portfolio method to the PerformancePeriod. 2012-06-07 17:40:26 -04:00
fawce 6d8a786214 updated performance to be trade by trade. 2012-06-07 13:53:45 -04:00
fawce ba9374e6e9 Merge pull request #64 from quantopian/master
bringing fawce_alpha1 up to speed
2012-06-06 16:24:10 -07:00
fawce 036f9e93a7 fixed a type-o in the documentation. 2012-05-31 23:15:53 -04:00
fawce a4ea3e3343 marked a todo for a calculation bug 2012-05-30 23:55:25 -04:00
jbredeche 46ca4531f6 Merge pull request #59 from quantopian/fawce_alpha1
added a created date to the risk report.
2012-05-29 18:26:22 -07:00
fawce ef763f28d0 added a created date to the risk report. 2012-05-29 21:20:16 -04:00
fawce edd119ba90 Merge pull request #53 from quantopian/cheetah
Process simulator
2012-05-29 07:30:23 -07:00
fawce 069dbd1afe removed protocol cruft from transaction transform days. 2012-05-28 21:32:23 -04:00
fawce 23fb5fa083 cleanup 2012-05-28 15:25:44 -04:00
Stephen Diehl 318d7ba678 Fun fun times writing setup.py 2012-05-26 18:24:48 -04:00
Stephen Diehl 817166ba03 Merge branch 'master' into cheetah 2012-05-26 15:55:48 -04:00
Stephen Diehl 3446c116ab Process Simulator! 2012-05-26 15:54:43 -04:00
fawce 70b0088e02 patched logging config. 2012-05-22 21:23:47 -04:00
fawce ba2783081c switched SID to sid 2012-05-18 21:46:42 -04:00
fawce 52d75c9d31 fixed bug with BaseTransform state and name properties. 2012-05-18 14:42:47 -04:00
Stephen Diehl 9229e4193d Fixed argument threading for transforms. 2012-05-17 16:46:34 -04:00
Stephen Diehl f88aacc214 Fix some more oop on transforms. 2012-05-16 17:03:16 -04:00