- Install the prerequisites
pip install -r requirements.txt
sudo apt install -y docker
- Create a directory where data will be stored
mkdir <DIRECTORY PATH>
- 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
- Initialize the database
python -m data_handler.initialize_database
- Startup the database updater
python -m data_handler.database_updater
- Startup the dashboard
python main.py
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