RSI Overlay for TradingView — last updated 2026-08-05
This extension does not collect, transmit, or sell any personal data. It does not require an account or sign-in, and it does not access your TradingView account.
To calculate RSI, the extension fetches public daily closing-price data for the symbol you configure, directly from Yahoo Finance's public chart endpoint (query1.finance.yahoo.com). This is price data only — no personal or account information is sent as part of that request.
The following is stored locally on your device, using Chrome's built-in extension storage (chrome.storage.local), and never leaves your browser:
None of this data is transmitted to the developer or any third party. There is no backend server operated by this extension — the only network request it makes is the price-data fetch described above.
No data is shared with, sold to, or used by any third party. The only outbound request is the price-data fetch to Yahoo Finance, made directly from your browser.
Any changes will be posted on this page.
Questions or concerns: open an issue at github.com/bcdixon23-spec/rsi-overlay-extension/issues.