Update README.md
This commit is contained in:
14
README.md
14
README.md
@ -6,7 +6,7 @@
|
|||||||
[](https://lightweight-charts-python.readthedocs.io/en/latest/docs.html)
|
[](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/).
|
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)
|
chart.show(block=True)
|
||||||
|
|
||||||
```
|
```
|
||||||

|

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

|

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

|

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

|

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

|

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

|

|
||||||
___
|
___
|
||||||
|
|
||||||
[](https://lightweight-charts-python.readthedocs.io/en/latest/docs.html)
|
[](https://lightweight-charts-python.readthedocs.io/en/latest/docs.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user