Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.rst

Misc

Zipline data options

  • 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/

Ressources

d3.js tutos

Most great websites ressource

Web Dev

Openstack: hosting and distributed platform

Econometric tools, R

Github

Portfolio optimization on r-bloggers

http://www.r-bloggers.com/universal-portfolio-part-10/ http://www.r-bloggers.com/expected-shortfall-portfolio-optimization-in-r-using-nloptr/ http://www.r-bloggers.com/portfolio-diversity/ http://www.r-bloggers.com/backtesting-asset-allocation-portfolios/ http://www.r-bloggers.com/adaptive-asset-allocation/ http://www.r-bloggers.com/portfolio-optimization-specify-constraints-with-gnu-mathprog-language/ http://www.r-bloggers.com/portfolio-optimization-%E2%80%93-why-do-we-need-a-risk-model/ http://www.r-bloggers.com/the-most-diversified-or-the-least-correlated-efficient-frontier/ http://www.r-bloggers.com/minimum-investment-and-number-of-assets-portfolio-cardinality-constraints/ http://www.r-bloggers.com/2-dimensions-of-portfolio-diversity/ http://www.r-bloggers.com/the-top-7-portfolio-optimization-problems/

Quantopian