Skip to content

zielu92/TVVFA

Repository files navigation

TVVFA

Description

This is a dashboard for few tools like Tradingview, which is supported by python-tradingview-ta. I want to extend this dashboard by adding few features:

  • Docckerise project
  • Create settings to set pairs
  • Store setting using redis or mongoDB
  • Forecasts based on SVM or LSTM or ARIMA/SARIMA price prediction
  • Add alerts
  • Add notification

How it works

The dashboard will sort pairs depend on the score. Scores are calculated by checking difference between buys and sells, then the highest scored pair should be displayed as first.

##configuration

cd front
cp .env.example .env

configure .env file

How to run project using docker

docker-compose up --build -d

then go to http://localhost:8080