rrwabina / CryptoView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoView

Getting Started:

DataHandler

  1. Install the prerequisites
pip install -r requirements.txt
sudo apt install -y docker
  1. Create a directory where data will be stored
mkdir <DIRECTORY PATH>
  1. Run a cassandra container on docker and mount the directory for persistent storage
docker run -d --name cassandra -v <DIRECTORY PATH>:/var/lib/cassandra -p 9042:9042 -p 9160:9160 cassandra
  1. Initialize the database
python -m data_handler.initialize_database
  1. Startup the database updater
python -m data_handler.database_updater
  1. Startup the dashboard
python main.py

TODO:

OHLC:

  • Zooming thing works
  • Changing the drawing color
  • Canvas for drawing
  • Remove date-time for one of the graphs
  • Scaling of volume and MACD
  • Fix 5 mins
  • Beautiful tabs

Market Summary:

  • Putting them in a row.
  • Color correction
  • Remove zoom/panning functions

About


Languages

Language:Python 89.6%Language:CSS 10.4%