Skip to content

rrwabina/CryptoView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.6%
  • CSS 10.4%