This a bokeh platform where you can visualize different trading strategies, on different historical data.
- You can visualize ohlc (open-high-low-close) data as everyone with candles
- You can read about the used indicators, by clicking thi (i) button next to "select investing strategy" dropdown
- You can see how the portfolios value change by time, on the third tab
- Visit my demo site - it hosted on herokuapp, so you have to wait a little so the server loads.
- You can deploy it to your own heroku (you can reach it at .herokuapp.com)
heroku login
heroku git:clone -a <your selected name>
cd <your selected name>
git add .
git commit -am "initial commit"
git push heroku master
- Clone the dockerversion branch, run:
docker build -t vitrab .
docker run -d --name vitrab \
-p 5000:5000 \
-v $PWD:/app $1
then visit http://localhost:5000 in your browser
- Python
- Bokeh - Visualization library
- pandas_datareader - remote data access for panda
- Docker - App Containerization
- Heroku - Cloud Application Platform
- Kardos Tamás - Swordy