holdenmatt / Backtester.io

Backtest investment allocations against historical data.
3 stars 1 forks source link

Backtester.io

Backtest asset allocations against historical data. A weekend project to help me rebalance my portfolio, and learn some new web technologies.

Architecture

Almost everything happens client-side in the browser:

The server is very simple:

Install

  1. Clone this repo.
  2. Run:
    $ virtualenv venv --distribute --no-site-packages
    $ source venv/bin/activate
    $ pip install -r requirements.txt

Run locally

$ (gem install foreman)
$ foreman start

Deploy to Heroku

http://devcenter.heroku.com/articles/python

$ heroku login
$ heroku create --stack cedar
$ git push heroku master

Thanks

Developed from my webapp-boilerplate, with thanks to: