Update README.md
This commit is contained in:
@ -1,9 +1,12 @@
|
|||||||
Fork of lightweight-charts with enhancements and supporting proprietary workflow
|
Fork of lightweight-charts with enhancements and supporting proprietary workflow
|
||||||
* colored legends
|
* colored legends
|
||||||
* automatic colors if not provided
|
* automatic colors if not provided
|
||||||
* support for left price scale
|
* support for left and mid price scales
|
||||||
* as inputs it supports df,pd.series or vectorbtpro indicator object (including multi outputs) for set() method
|
* as inputs it supports df,pd.series or vectorbtpro indicator object (including unpacking multi outputs) for set() method
|
||||||
* new markers_set method allowing to set pd.series or dataframe as markers input
|
* new markers_set method allowing to set pd.series or dataframe as markers input
|
||||||
|
* supports simple df/sr accessors `close.lw.plot()` for quick visualization of single panel chart
|
||||||
|
* supports `ch = chart([pane1, pane2], sync=True, title="Title", size="m")` to quickly display chart with N panes (`Panels`).
|
||||||
|
*
|
||||||
|
|
||||||
<img width="1005" alt="image" src="https://github.com/drew2323/lightweight-charts-python/assets/28433232/856c32aa-e0ff-4de0-b4a2-befc34adb571">
|
<img width="1005" alt="image" src="https://github.com/drew2323/lightweight-charts-python/assets/28433232/856c32aa-e0ff-4de0-b4a2-befc34adb571">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user