Hi everyone,
I’m using the streamlit-lightweight-charts
component to visualize stock data, and it’s working great for candlestick and volume charts.
However, I’d like to add custom indicators (like Moving Average, RSI, Bollinger Bands, etc.) on the chart. Is there a way to add these indicators using this component? Or do I need to preprocess everything and render it as a line series manually?
If anyone has an example of adding multiple indicators to the same chart or using multiple Y axes (e.g., for RSI), I’d really appreciate it!
Thanks in advance