From 9f9f22eb93848630725b6b323e102d6ca62f65ec Mon Sep 17 00:00:00 2001 From: David Brazda Date: Wed, 26 Jun 2024 14:21:43 +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 99815cd..a82b98e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Fork of lightweight-charts with enhancements and supporting proprietary workflow * colored legends -* self picking colors +* automatic colors if not provided * support for left price scale -* support from pd series as input to set series +* supports series in df,pd.series or vectorbt indicator object * new markers_set method allowing to set pd.series or dataframe as markers input * allows vbt indicators as input for set() method (extracting real values series from that)