-
Notifications
You must be signed in to change notification settings - Fork 0
Home
poivronjaune edited this page Jul 3, 2025
·
3 revisions
Welcome to the Trading View With Flask wiki!
First things first, there already exists a fully functionnal python library to implement lightweight charts.
Here is the link to the PyPi repository -> https://pypi.org/project/lightweight-charts/
This project is our attempt to get a basic understanding of the officiel TradingView charting library that is implemented in Javascript.
So we use the Flask library to implement a local webserver to display our trading data.
Hope this will be useful for someone!