Skip to content

Python Starlette App To View Multiple Trade View Charts And Signals On A Single Browser Tab

Notifications You must be signed in to change notification settings

yehya-dev/trade_visualization

Repository files navigation

Trade Visualization

View Multiple Trade View Charts And Signals On A Single Browser Tab

(prototype)

Description

  • loads mulitple asset/quote pairs from a json file and displays the trading data on a browser tab
  • Helpful for analysing multiple assets at once
  • The chart and technical analysis of every pair is displayed side by side (widgets from Tradingview)
  • Every page can have a maximum of 25 pairs by default (can be changed)
  • Arrow keys can be used to switch between pages

View

image_not_found


How To Run

  1. pip install -r requirements.txt
  2. uvicorn graphs:app

dependencies

  • starlette==0.14.1
  • uvicorn==0.13.3
  • aiofiles==0.7.0
  • Jinja2==3.0.1

About

Python Starlette App To View Multiple Trade View Charts And Signals On A Single Browser Tab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published