From 789d27c54bf64251d781b2bc0beea33d082935c1 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Mon, 1 Jul 2024 09:18:40 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50a6dec..c032248 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -Fork of original [lightweight-charts](louisnw01/lightweight-charts-python) with enhancements and supporting proprietary workflow +Fork of original [lightweight-charts](louisnw01/lightweight-charts-python) with enhancements and supporting vectorbtpro workflow * colored legends * automatic colors if not provided * support for left and mid price scales -* as inputs it supports df,pd.series or vectorbtpro indicator object (including unpacking multi outputs) for set() method +* 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 * 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`). Also supports syncing the Panels `sync=True` or using xloc.