examples moved to archive
@ -1,10 +1,10 @@
|
||||
Fork of the original [lightweight-charts](louisnw01/lightweight-charts-python) with enhancements and supporting vectorbtpro workflow
|
||||
Fork of the original [lightweight-charts](louisnw01/lightweight-charts-python) with enhancements and supporting `vectorbtpro` workflow
|
||||
* legend color matching each line color
|
||||
* automatic color assignment if not provided
|
||||
* support for multiple scales (right, left, middle1, middle2, histogram)
|
||||
* accepts df,pd.series or vectorbtpro indicator object (including unpacking multi outputs)
|
||||
* accepts df,pd.series or `vectorbtpro indicator` object (including unpacking multi outputs)
|
||||
* new markers_set method allowing to set pd.series or dataframe as markers input
|
||||
* for quick display supports simple df/sr accessors `close.lw.plot()` for quick visualization of single panel chart
|
||||
* supports simple df/sr accessors `close.lw.plot()` for quick visualization of single panel chart
|
||||
* df accessor unpacks dataframe columns and display them accordingly (ohlcv as ohlcv, vwap on the right, rsi on the left scale etc.)
|
||||
* multipanes support `ch = chart([pane1, pane2], sync=True, title="Title", size="m")` to quickly display chart with N panes (`Panels`). Also supports syncing the Panels `sync=True` or using xloc.
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 555 KiB After Width: | Height: | Size: 555 KiB |
|
Before Width: | Height: | Size: 5.0 MiB After Width: | Height: | Size: 5.0 MiB |
|
Before Width: | Height: | Size: 349 KiB After Width: | Height: | Size: 349 KiB |
|
Before Width: | Height: | Size: 612 KiB After Width: | Height: | Size: 612 KiB |
|
Before Width: | Height: | Size: 510 KiB After Width: | Height: | Size: 510 KiB |
|
Before Width: | Height: | Size: 475 KiB After Width: | Height: | Size: 475 KiB |