I want to get live RSI data continuously. What I do is;
Get candlestick values from Binance API, fill the BarSeries with Bars using Binance response.
I am using ta4j Java library
When I compare my value to TradingView, it does not match.
I have used SMA indicator instead of default MMA indicator when initializing RSIIndicator.
Here is my screenshots including code: