From cb5c703dff7689726a0ad5c876c10468c622b355 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Tue, 11 Jun 2024 09:17:17 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d688a6..b2ba5ab 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Fork of lightweight-charts with enhancements and supporting proprietary workflow * colored legends * self picking colors * support for left price scale -* support from pd series as input to set() -* support for vbt indicators for set() (extracting real values series from that) +* support from pd series as input to set series +* 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)