- Significant refactoring resulting in a 34% reduction in size of the codebase (excluding the Lightweight Charts package) and greater efficiency.
- Upgraded to Lightweight Charts v4.0.1. - Added a ‘hover’ item to the returning dictionary from subscribe_click. - Markers and SubCharts no longer use a UUID for identification, but an 8 character string.
This commit is contained in:
15
README.md
15
README.md
@ -6,7 +6,7 @@
|
||||
[](https://lightweight-charts-python.readthedocs.io/en/latest/docs.html)
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
lightweight-charts-python aims to provide a simple and pythonic way to access and implement [TradingView's Lightweight Charts](https://www.tradingview.com/lightweight-charts/).
|
||||
|
||||
@ -42,7 +42,7 @@ if __name__ == '__main__':
|
||||
chart.show(block=True)
|
||||
|
||||
```
|
||||

|
||||

|
||||
___
|
||||
|
||||
### 2. Updating bars in real-time:
|
||||
@ -76,7 +76,7 @@ if __name__ == '__main__':
|
||||
|
||||
```
|
||||
|
||||

|
||||

|
||||
___
|
||||
|
||||
### 3. Updating bars from tick data in real-time:
|
||||
@ -106,7 +106,7 @@ if __name__ == '__main__':
|
||||
sleep(0.3)
|
||||
|
||||
```
|
||||

|
||||

|
||||
___
|
||||
|
||||
### 4. Line Indicators:
|
||||
@ -140,7 +140,7 @@ if __name__ == '__main__':
|
||||
chart.show(block=True)
|
||||
|
||||
```
|
||||

|
||||

|
||||
___
|
||||
|
||||
### 5. Styling:
|
||||
@ -177,7 +177,7 @@ if __name__ == '__main__':
|
||||
chart.show(block=True)
|
||||
|
||||
```
|
||||

|
||||

|
||||
___
|
||||
|
||||
### 6. Callbacks:
|
||||
@ -203,7 +203,7 @@ if __name__ == '__main__':
|
||||
chart.show(block=True)
|
||||
|
||||
```
|
||||

|
||||

|
||||
___
|
||||
|
||||
[](https://lightweight-charts-python.readthedocs.io/en/latest/docs.html)
|
||||
@ -213,4 +213,3 @@ ___
|
||||
_This package is an independent creation and has not been endorsed, sponsored, or approved by TradingView. The author of this package does not have any official relationship with TradingView, and the package does not represent the views or opinions of TradingView._
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user