Project for CS 1530, it's essentially a sandbox for simulating trading strategies on realtime cryptocurrency data. Hosted at http://bitbot1530.herokuapp.com/
To run it locally and other info:
- Clone the repo
- To host it locally:
python wsgi.py
(or)python3 wsgi.py
- Any additional packages needed (e.g. numpy,pandas) should go in the requirements.txt.
- The html page is located in app/template
- The current code is in app/main.py