Commit Graph

18 Commits

Author SHA1 Message Date
Eddie Hebert 9500163ed8 Adds Apache 2.0 license header to source files. 2012-10-08 17:32:41 -04:00
Eddie Hebert 891a283c39 Whitespace tweaking. PEP-8 conventions. 2012-10-03 11:53:36 -04:00
Thomas Wiecki 4324f95f36 Better unittest coverage. DataFrameSource is now filtering sids. Fixed outstanding issues. 2012-09-21 11:59:46 -04:00
Thomas Wiecki 729a4d9058 Large refactoring and documentation of new algorithm base class and batch transform. 2012-09-19 17:49:39 -04:00
Thomas Wiecki 7242a4ee86 BUG: asserting for correct index type. 2012-09-18 13:56:58 -04:00
Thomas Wiecki 280f122353 WIP: Lot of refactoring and bugfixing. 2012-09-17 18:35:21 -04:00
Thomas Wiecki 5d00099243 example code now retrieves data from yahoo finance. 2012-09-17 12:15:36 -04:00
Thomas Wiecki 5fcaed3644 Added logging statements. 2012-08-29 09:02:48 -04:00
Thomas Wiecki 3f801ef387 Debugging. 2012-08-23 17:38:48 -04:00
Thomas Wiecki 0b589ee39c Fixes to the updown algorithm. First unittest passes. 2012-08-23 16:06:56 -04:00
Thomas Wiecki 7491e1f88e Resolved internal conflict due to stashing. 2012-08-23 16:06:50 -04:00
Thomas Wiecki ace0b25d31 Dummy. 2012-08-23 14:32:22 -04:00
Thomas Wiecki 3884b15eb6 ENH: Changed algorithm class to provide .run() method. Testing of multiple param combos of DMA. 2012-08-12 20:24:34 -04:00
Thomas Wiecki 51f01c0f1f ENH: Implemented new Zipline interface. Implemented Algorithm base class. Implemented example algorithm. Implemented example.py code. 2012-08-10 17:23:08 -04:00
Thomas Wiecki da827c18b4 Fixed unittest bug (not copying config dict). Further refactoring of optimization tests and factory. Added documentation to optimization factory functions. 2012-05-30 10:15:35 -04:00
Thomas Wiecki 58bdad05b9 Minor fixes to adhere to refactored structure. Updated docs to be in line with rest. Skip optimization test by default as it takes a very long time. 2012-05-15 18:02:58 -04:00
Thomas Wiecki 809841d690 Fixed get_id() bug per Stephen's suggestion. Changed handle_data() back to handle_frame(). 2012-05-15 17:28:59 -04:00
Thomas Wiecki f1ce833995 Moved over files from optimize and incorporated into new infrastructure. Temporarily fixed control_out bug. get_id() bug remains however. 2012-05-14 18:02:40 -04:00