Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 522 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 522 Bytes

Snorri-model

Tracks stocks, performs analysis and gives trading advise using the Snorri-model by Henrik Oude Nijhuis.

Uses Google Appengine via the helpful appengine-magic library.

Run interactively

$ lein repl

Run devserver

$ lein appengine-prepare $ dev_appserver.sh war/

Push to production

$ lein appengine-prepare $ appcfg.sh update war/

License

Copyright (C) 2011 Joris Bontje

Distributed under the Eclipse Public License, the same as Clojure.