You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.add_source(source) Could provide more informations
CustomObject(DataSource) Implement a custom source
Custom zipline adapter to produce data
Ideas
Logbook lib enable logging to twitter, might be a better way than email to remote notify
Generate a report that can be fetch from shiny, the webapp, or automatically when pushing a notification to android device
TODO
[ ] Licences
[ ] Documentation with sphinx, https://readthedocs.org/, tests with pytest, nose, doctest
[ ] A way to keep track of positions before yelling signals, see https://gist.github.com/fawce/1578485 for state machine, monitoring
[ ] 13/02 posts on r[ ]bloggers !!
[ ] A load() function importing modules, with @check decorator that can handle exception
[ ] The save part of backtest results as a generic decorator using database functions ?
[ ] Decorator for caching data in optimization process ?
[ ] Replace OLMAR algo with https://github.com/quantopian/zipline/pull/98/files#diff-0 (+check logbook setup)
[ ] googlegroups
[ ] Android app with C2DM push notification (and node.js module)
[ ] node tests with nodeunit, jscoverage, http://visionmedia.github.com/mocha/